Html Css Color HEX #705209 Raw Umber

📋 copy color: '#705209'

red 112 ◦ green 82 ◦ blue 9

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

Shades of Raw Umber #705209

Tints of Raw Umber #705209

RGB

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

 GREEN value IS 82 (32.42% from 255) = 40.39%

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

R = 55.17%
G = 40.39%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#705209 (or 0x705209) is known color: Raw Umber. HEX triplet: 70, 52 and 09. RGB value is (112,82,9). Sum of RGB (Red+Green+Blue) = 112+82+9=203 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.17% from 203); Green value is 82 (32.42% from 255 or 40.39% from 203); Blue value is 9 (3.91% from 255 or 4.43% from 203); Max value from RGB is 112 - color contains mainly: red. Hex color #705209 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705209 is #8FADF6. Grayscale: #525252. Windows color (decimal): -9416183 or 610928. OLE color: 610928.

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

Color convert

RGB 112 82 9 -
CMYK 0 0.27 0.92 0.56
HSL 42.52º 0.85% 0.24% -
HSV(B) 42.52º 0.92% 0.44% -
XYZ 9.75 9.5 1.58 -
YUV 82.65 86.44 148.94 -
System Red Green Blue C M Y K H S L
Decimal 112 82 9 0 0.27 0.92 0.56 42.52 0.85 0.24
Hex 70 52 9 0 1B 5C 38 2B 55 18
Octal 160 122 11 0 33 134 70 53 125 30
Binary 1110000 1010010 1001 0 11011 1011100 111000 101011 1010101 11000

Color Harmonies of #705209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705209

Black with #705209

Text Example


Text Example

White with #705209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705209; }

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

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

background-color css

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

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

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

border-color css

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

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

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