Html Css Color HEX #705B09 Raw Umber

📋 copy color: '#705B09'

red 112 ◦ green 91 ◦ blue 9

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

Shades of Raw Umber #705B09

Tints of Raw Umber #705B09

RGB

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

 GREEN value IS 91 (35.94% from 255) = 42.92%

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

R = 52.83%
G = 42.92%
B = 4.25%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#705B09 (or 0x705B09) is known color: Raw Umber. HEX triplet: 70, 5B and 09. RGB value is (112,91,9). Sum of RGB (Red+Green+Blue) = 112+91+9=212 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.83% from 212); Green value is 91 (35.94% from 255 or 42.92% from 212); Blue value is 9 (3.91% from 255 or 4.25% from 212); Max value from RGB is 112 - color contains mainly: red. Hex color #705B09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705B09 is #8FA4F6. Grayscale: #585858. Windows color (decimal): -9413879 or 613232. OLE color: 613232.

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

Color convert

RGB 112 91 9 -
CMYK 0 0.19 0.92 0.56
HSL 47.77º 0.85% 0.24% -
HSV(B) 47.77º 0.92% 0.44% -
XYZ 10.47 10.95 1.82 -
YUV 87.93 83.46 145.17 -
System Red Green Blue C M Y K H S L
Decimal 112 91 9 0 0.19 0.92 0.56 47.77 0.85 0.24
Hex 70 5B 9 0 13 5C 38 30 55 18
Octal 160 133 11 0 23 134 70 60 125 30
Binary 1110000 1011011 1001 0 10011 1011100 111000 110000 1010101 11000

Color Harmonies of #705B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705B09

Black with #705B09

Text Example


Text Example

White with #705B09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705B09; }

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

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

background-color css

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

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

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

border-color css

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

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

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