#704514

Color #704514 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #704514

Tints of Raw Umber #704514

Color information

#704514 (or 0x704514) is unknown color: approx Raw Umber. HEX triplet: 70, 45 and 14. RGB value is (112,69,20). Sum of RGB (Red+Green+Blue) = 112+69+20=201 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.72% from 201); Green value is 69 (27.34% from 255 or 34.33% from 201); Blue value is 20 (8.20% from 255 or 9.95% from 201); Max value from RGB is 112 - color contains mainly: red. Hex color #704514 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704514 is #8FBAEB. Grayscale: #4C4C4C. Windows color (decimal): -9419500 or 1328496. OLE color: 1328496.

HSL color Cylindrical-coordinate representation of color #704514: hue angle of 31.96º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #704514 is Cyan = 0, Magento = 0.38, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB1126920-
CMYK00.380.820.56
HSL31.96º69.7%25.88%-
HSV(B)31.96º82.14%43.92%-
XYZ8.947.751.69-
YUV76.2796.25153.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 55.72%
GREEN value IS 69 (27.34% from 255) = 34.33%
BLUE value IS 20 (8.20% from 255) = 9.95%
R=55.72%
G=34.33%
B=9.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.82
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112692000.380.820.5631.9669.725.88
Hex704514026523820461a
Octal16010524046122704010632
Binary111000010001011010001001101010010111000100000100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704514; }

 p { color: rgb(112,69,20); }

 H1.HeaderClassName
 {
   color: #704514;
 }
 .AnyTagClassName
 {
   color: #704514;
 }
</style>
background-color css

<style>
 a { background-color: #704514; }

 a { background-color: rgb(112,69,20); }

 div.DivClassName
 {
   background-color: #704514;
 }
 .BgClassName
 {
   background-color: #704514;
 }
</style>
border-color css

<style>
 span { border-color: #704514; }

 span { border-color: rgb(112,69,20); }

 td.TdClassName
 {
   border-color: #704514;
 }
 .TagClassName
 {
   border-color: #704514;
 }
</style>