Html Css Color HEX #704408 Raw Umber

📋 copy color: '#704408'

red 112 ◦ green 68 ◦ blue 8

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

Shades of Raw Umber #704408

Tints of Raw Umber #704408

RGB

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

 GREEN value IS 68 (26.95% from 255) = 36.17%

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

R = 59.57%
G = 36.17%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#704408 (or 0x704408) is known color: Raw Umber. HEX triplet: 70, 44 and 08. RGB value is (112,68,8). Sum of RGB (Red+Green+Blue) = 112+68+8=188 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.57% from 188); Green value is 68 (26.95% from 255 or 36.17% from 188); Blue value is 8 (3.52% from 255 or 4.26% from 188); Max value from RGB is 112 - color contains mainly: red. Hex color #704408 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704408 is #8FBBF7. Grayscale: #4A4A4A. Windows color (decimal): -9419768 or 541808. OLE color: 541808.

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

Color convert

RGB 112 68 8 -
CMYK 0 0.39 0.93 0.56
HSL 34.62º 0.87% 0.24% -
HSV(B) 34.62º 0.93% 0.44% -
XYZ 8.79 7.6 1.23 -
YUV 74.32 90.58 154.88 -
System Red Green Blue C M Y K H S L
Decimal 112 68 8 0 0.39 0.93 0.56 34.62 0.87 0.24
Hex 70 44 8 0 27 5D 38 23 57 18
Octal 160 104 10 0 47 135 70 43 127 30
Binary 1110000 1000100 1000 0 100111 1011101 111000 100011 1010111 11000

Color Harmonies of #704408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704408

Black with #704408

Text Example


Text Example

White with #704408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704408; }

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

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

background-color css

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

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

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

border-color css

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

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

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