Html Css Color HEX #704409 Raw Umber

📋 copy color: '#704409'

red 112 ◦ green 68 ◦ blue 9

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

Shades of Raw Umber #704409

Tints of Raw Umber #704409

RGB

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

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

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

R = 59.26%
G = 35.98%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#704409 (or 0x704409) is known color: Raw Umber. HEX triplet: 70, 44 and 09. RGB value is (112,68,9). Sum of RGB (Red+Green+Blue) = 112+68+9=189 (25% of max value = 765). Red value is 112 (44.14% from 255 or 59.26% from 189); Green value is 68 (26.95% from 255 or 35.98% from 189); Blue value is 9 (3.91% from 255 or 4.76% from 189); Max value from RGB is 112 - color contains mainly: red. Hex color #704409 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704409 is #8FBBF6. Grayscale: #4A4A4A. Windows color (decimal): -9419767 or 607344. OLE color: 607344.

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

Color convert

RGB 112 68 9 -
CMYK 0 0.39 0.92 0.56
HSL 34.37º 0.85% 0.24% -
HSV(B) 34.37º 0.92% 0.44% -
XYZ 8.8 7.6 1.26 -
YUV 74.43 91.08 154.8 -
System Red Green Blue C M Y K H S L
Decimal 112 68 9 0 0.39 0.92 0.56 34.37 0.85 0.24
Hex 70 44 9 0 27 5C 38 22 55 18
Octal 160 104 11 0 47 134 70 42 125 30
Binary 1110000 1000100 1001 0 100111 1011100 111000 100010 1010101 11000

Color Harmonies of #704409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704409

Black with #704409

Text Example


Text Example

White with #704409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704409; }

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

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

background-color css

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

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

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

border-color css

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

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

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