Html Css Color HEX #704D08 Raw Umber

📋 copy color: '#704D08'

red 112 ◦ green 77 ◦ blue 8

#704D08
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raw Umber #704D08

Tints of Raw Umber #704D08

RGB

 RED value IS 112 (44.14% from 255) = 56.85%

 GREEN value IS 77 (30.47% from 255) = 39.09%

 BLUE value IS 8 (3.52% from 255) = 4.06%

R = 56.85%
G = 39.09%
B = 4.06%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#704D08 (or 0x704D08) is known color: Raw Umber. HEX triplet: 70, 4D and 08. RGB value is (112,77,8). Sum of RGB (Red+Green+Blue) = 112+77+8=197 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.85% from 197); Green value is 77 (30.47% from 255 or 39.09% from 197); Blue value is 8 (3.52% from 255 or 4.06% from 197); Max value from RGB is 112 - color contains mainly: red. Hex color #704D08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #704D08 is #8FB2F7. Grayscale: #4F4F4F. Windows color (decimal): -9417464 or 544112. OLE color: 544112.

HSL color Cylindrical-coordinate representation of color #704D08: hue angle of 39.81º 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 #704D08 is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 77 8 -
CMYK 0 0.31 0.93 0.56
HSL 39.81º 0.87% 0.24% -
HSV(B) 39.81º 0.93% 0.44% -
XYZ 9.38 8.77 1.43 -
YUV 79.6 87.6 151.11 -
System Red Green Blue C M Y K H S L
Decimal 112 77 8 0 0.31 0.93 0.56 39.81 0.87 0.24
Hex 70 4D 8 0 1F 5D 38 28 57 18
Octal 160 115 10 0 37 135 70 50 127 30
Binary 1110000 1001101 1000 0 11111 1011101 111000 101000 1010111 11000

Color Harmonies of #704D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704D08

Black with #704D08

Text Example


Text Example

White with #704D08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #704D08;
 }
 .AnyTagClassName
 {
   color: #704D08;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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