Html Css Color HEX #705A09 Raw Umber

📋 copy color: '#705A09'

red 112 ◦ green 90 ◦ blue 9

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

Shades of Raw Umber #705A09

Tints of Raw Umber #705A09

RGB

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

 GREEN value IS 90 (35.55% from 255) = 42.65%

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

R = 53.08%
G = 42.65%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#705A09 (or 0x705A09) is known color: Raw Umber. HEX triplet: 70, 5A and 09. RGB value is (112,90,9). Sum of RGB (Red+Green+Blue) = 112+90+9=211 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.08% from 211); Green value is 90 (35.55% from 255 or 42.65% from 211); Blue value is 9 (3.91% from 255 or 4.27% from 211); Max value from RGB is 112 - color contains mainly: red. Hex color #705A09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705A09 is #8FA5F6. Grayscale: #575757. Windows color (decimal): -9414135 or 612976. OLE color: 612976.

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

Color convert

RGB 112 90 9 -
CMYK 0 0.20 0.92 0.56
HSL 47.18º 0.85% 0.24% -
HSV(B) 47.18º 0.92% 0.44% -
XYZ 10.39 10.78 1.79 -
YUV 87.34 83.79 145.59 -
System Red Green Blue C M Y K H S L
Decimal 112 90 9 0 0.20 0.92 0.56 47.18 0.85 0.24
Hex 70 5A 9 0 14 5C 38 2F 55 18
Octal 160 132 11 0 24 134 70 57 125 30
Binary 1110000 1011010 1001 0 10100 1011100 111000 101111 1010101 11000

Color Harmonies of #705A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705A09

Black with #705A09

Text Example


Text Example

White with #705A09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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