Html Css Color HEX #704609 Raw Umber

📋 copy color: '#704609'

red 112 ◦ green 70 ◦ blue 9

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

Shades of Raw Umber #704609

Tints of Raw Umber #704609

RGB

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

 GREEN value IS 70 (27.73% from 255) = 36.65%

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

R = 58.64%
G = 36.65%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#704609 (or 0x704609) is known color: Raw Umber. HEX triplet: 70, 46 and 09. RGB value is (112,70,9). Sum of RGB (Red+Green+Blue) = 112+70+9=191 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.64% from 191); Green value is 70 (27.73% from 255 or 36.65% from 191); Blue value is 9 (3.91% from 255 or 4.71% from 191); Max value from RGB is 112 - color contains mainly: red. Hex color #704609 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704609 is #8FB9F6. Grayscale: #4B4B4B. Windows color (decimal): -9419255 or 607856. OLE color: 607856.

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

Color convert

RGB 112 70 9 -
CMYK 0 0.38 0.92 0.56
HSL 35.53º 0.85% 0.24% -
HSV(B) 35.53º 0.92% 0.44% -
XYZ 8.92 7.84 1.3 -
YUV 75.6 90.41 153.96 -
System Red Green Blue C M Y K H S L
Decimal 112 70 9 0 0.38 0.92 0.56 35.53 0.85 0.24
Hex 70 46 9 0 26 5C 38 24 55 18
Octal 160 106 11 0 46 134 70 44 125 30
Binary 1110000 1000110 1001 0 100110 1011100 111000 100100 1010101 11000

Color Harmonies of #704609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704609

Black with #704609

Text Example


Text Example

White with #704609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704609; }

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

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

background-color css

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

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

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

border-color css

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

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

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