Html Css Color HEX #704709 Raw Umber

📋 copy color: '#704709'

red 112 ◦ green 71 ◦ blue 9

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

Shades of Raw Umber #704709

Tints of Raw Umber #704709

RGB

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

 GREEN value IS 71 (28.13% from 255) = 36.98%

 BLUE value IS 9 (3.91% from 255) = 4.69%

R = 58.33%
G = 36.98%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#704709 (or 0x704709) is known color: Raw Umber. HEX triplet: 70, 47 and 09. RGB value is (112,71,9). Sum of RGB (Red+Green+Blue) = 112+71+9=192 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.33% from 192); Green value is 71 (28.12% from 255 or 36.98% from 192); Blue value is 9 (3.91% from 255 or 4.69% from 192); Max value from RGB is 112 - color contains mainly: red. Hex color #704709 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704709 is #8FB8F6. Grayscale: #4C4C4C. Windows color (decimal): -9418999 or 608112. OLE color: 608112.

HSL color Cylindrical-coordinate representation of color #704709: hue angle of 36.12º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #704709 is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 71 9 -
CMYK 0 0.37 0.92 0.56
HSL 36.12º 0.85% 0.24% -
HSV(B) 36.12º 0.92% 0.44% -
XYZ 8.98 7.97 1.32 -
YUV 76.19 90.08 153.54 -
System Red Green Blue C M Y K H S L
Decimal 112 71 9 0 0.37 0.92 0.56 36.12 0.85 0.24
Hex 70 47 9 0 25 5C 38 24 55 18
Octal 160 107 11 0 45 134 70 44 125 30
Binary 1110000 1000111 1001 0 100101 1011100 111000 100100 1010101 11000

Color Harmonies of #704709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704709

Black with #704709

Text Example


Text Example

White with #704709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704709; }

 p { color: rgb(112,71,9); }

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

background-color css

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

 a { background-color: rgb(112,71,9); }

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

border-color css

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

 span { border-color: rgb(112,71,9); }

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