#704B08

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

Shades of Raw Umber #704B08

Tints of Raw Umber #704B08

Color information

#704B08 (or 0x704B08) is unknown color: approx Raw Umber. HEX triplet: 70, 4B and 08. RGB value is (112,75,8). Sum of RGB (Red+Green+Blue) = 112+75+8=195 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.44% from 195); Green value is 75 (29.69% from 255 or 38.46% from 195); Blue value is 8 (3.52% from 255 or 4.10% from 195); Max value from RGB is 112 - color contains mainly: red. Hex color #704B08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704B08 is #8FB4F7. Grayscale: #4E4E4E. Windows color (decimal): -9417976 or 543600. OLE color: 543600.

HSL color Cylindrical-coordinate representation of color #704B08: hue angle of 38.65º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #704B08 is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.56.

Color convert

RGB112758-
CMYK00.330.930.56
HSL38.65º86.67%23.53%-
HSV(B)38.65º92.86%43.92%-
XYZ9.248.491.38-
YUV78.4388.26151.95-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 57.44%
GREEN value IS 75 (29.69% from 255) = 38.46%
BLUE value IS 8 (3.52% from 255) = 4.10%
R=57.44%
G=38.46%
B=4.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.93
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11275800.330.930.5638.6586.6723.53
Hex704B80215D38275718
Octal16011310041135704712730
Binary11100001001011100001000011011101111000100111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704B08; }

 p { color: rgb(112,75,8); }

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

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

 a { background-color: rgb(112,75,8); }

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

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

 span { border-color: rgb(112,75,8); }

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