Html Css Color HEX #705408 Raw Umber

📋 copy color: '#705408'

red 112 ◦ green 84 ◦ blue 8

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

Shades of Raw Umber #705408

Tints of Raw Umber #705408

RGB

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

 GREEN value IS 84 (33.2% from 255) = 41.18%

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

R = 54.9%
G = 41.18%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#705408 (or 0x705408) is known color: Raw Umber. HEX triplet: 70, 54 and 08. RGB value is (112,84,8). Sum of RGB (Red+Green+Blue) = 112+84+8=204 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.90% from 204); Green value is 84 (33.20% from 255 or 41.18% from 204); Blue value is 8 (3.52% from 255 or 3.92% from 204); Max value from RGB is 112 - color contains mainly: red. Hex color #705408 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705408 is #8FABF7. Grayscale: #545454. Windows color (decimal): -9415672 or 545904. OLE color: 545904.

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

Color convert

RGB 112 84 8 -
CMYK 0 0.25 0.93 0.56
HSL 43.85º 0.87% 0.24% -
HSV(B) 43.85º 0.93% 0.44% -
XYZ 9.9 9.8 1.6 -
YUV 83.71 85.28 148.18 -
System Red Green Blue C M Y K H S L
Decimal 112 84 8 0 0.25 0.93 0.56 43.85 0.87 0.24
Hex 70 54 8 0 19 5D 38 2C 57 18
Octal 160 124 10 0 31 135 70 54 127 30
Binary 1110000 1010100 1000 0 11001 1011101 111000 101100 1010111 11000

Color Harmonies of #705408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705408

Black with #705408

Text Example


Text Example

White with #705408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705408; }

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

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

background-color css

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

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

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

border-color css

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

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

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