Html Css Color HEX #705109 Raw Umber

📋 copy color: '#705109'

red 112 ◦ green 81 ◦ blue 9

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

Shades of Raw Umber #705109

Tints of Raw Umber #705109

RGB

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

 GREEN value IS 81 (32.03% from 255) = 40.1%

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

R = 55.45%
G = 40.1%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#705109 (or 0x705109) is known color: Raw Umber. HEX triplet: 70, 51 and 09. RGB value is (112,81,9). Sum of RGB (Red+Green+Blue) = 112+81+9=202 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.45% from 202); Green value is 81 (32.03% from 255 or 40.10% from 202); Blue value is 9 (3.91% from 255 or 4.46% from 202); Max value from RGB is 112 - color contains mainly: red. Hex color #705109 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705109 is #8FAEF6. Grayscale: #525252. Windows color (decimal): -9416439 or 610672. OLE color: 610672.

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

Color convert

RGB 112 81 9 -
CMYK 0 0.28 0.92 0.56
HSL 41.94º 0.85% 0.24% -
HSV(B) 41.94º 0.92% 0.44% -
XYZ 9.67 9.35 1.55 -
YUV 82.06 86.77 149.35 -
System Red Green Blue C M Y K H S L
Decimal 112 81 9 0 0.28 0.92 0.56 41.94 0.85 0.24
Hex 70 51 9 0 1C 5C 38 2A 55 18
Octal 160 121 11 0 34 134 70 52 125 30
Binary 1110000 1010001 1001 0 11100 1011100 111000 101010 1010101 11000

Color Harmonies of #705109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705109

Black with #705109

Text Example


Text Example

White with #705109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705109; }

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

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

background-color css

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

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

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

border-color css

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

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

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