Html Css Color HEX #704009 Raw Umber

📋 copy color: '#704009'

red 112 ◦ green 64 ◦ blue 9

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

Shades of Raw Umber #704009

Tints of Raw Umber #704009

RGB

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

 GREEN value IS 64 (25.39% from 255) = 34.59%

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

R = 60.54%
G = 34.59%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#704009 (or 0x704009) is known color: Raw Umber. HEX triplet: 70, 40 and 09. RGB value is (112,64,9). Sum of RGB (Red+Green+Blue) = 112+64+9=185 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.54% from 185); Green value is 64 (25.39% from 255 or 34.59% from 185); Blue value is 9 (3.91% from 255 or 4.86% from 185); Max value from RGB is 112 - color contains mainly: red. Hex color #704009 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704009 is #8FBFF6. Grayscale: #484848. Windows color (decimal): -9420791 or 606320. OLE color: 606320.

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

Color convert

RGB 112 64 9 -
CMYK 0 0.43 0.92 0.56
HSL 32.04º 0.85% 0.24% -
HSV(B) 32.04º 0.92% 0.44% -
XYZ 8.56 7.13 1.18 -
YUV 72.08 92.4 156.47 -
System Red Green Blue C M Y K H S L
Decimal 112 64 9 0 0.43 0.92 0.56 32.04 0.85 0.24
Hex 70 40 9 0 2B 5C 38 20 55 18
Octal 160 100 11 0 53 134 70 40 125 30
Binary 1110000 1000000 1001 0 101011 1011100 111000 100000 1010101 11000

Color Harmonies of #704009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704009

Black with #704009

Text Example


Text Example

White with #704009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704009; }

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

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

background-color css

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

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

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

border-color css

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

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

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