Html Css Color HEX #705E09 Raw Umber

📋 copy color: '#705E09'

red 112 ◦ green 94 ◦ blue 9

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

Shades of Raw Umber #705E09

Tints of Raw Umber #705E09

RGB

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

 GREEN value IS 94 (37.11% from 255) = 43.72%

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

R = 52.09%
G = 43.72%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#705E09 (or 0x705E09) is known color: Raw Umber. HEX triplet: 70, 5E and 09. RGB value is (112,94,9). Sum of RGB (Red+Green+Blue) = 112+94+9=215 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.09% from 215); Green value is 94 (37.11% from 255 or 43.72% from 215); Blue value is 9 (3.91% from 255 or 4.19% from 215); Max value from RGB is 112 - color contains mainly: red. Hex color #705E09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705E09 is #8FA1F6. Grayscale: #5A5A5A. Windows color (decimal): -9413111 or 614000. OLE color: 614000.

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

Color convert

RGB 112 94 9 -
CMYK 0 0.16 0.92 0.56
HSL 49.51º 0.85% 0.24% -
HSV(B) 49.51º 0.92% 0.44% -
XYZ 10.73 11.47 1.91 -
YUV 89.69 82.46 143.91 -
System Red Green Blue C M Y K H S L
Decimal 112 94 9 0 0.16 0.92 0.56 49.51 0.85 0.24
Hex 70 5E 9 0 10 5C 38 32 55 18
Octal 160 136 11 0 20 134 70 62 125 30
Binary 1110000 1011110 1001 0 10000 1011100 111000 110010 1010101 11000

Color Harmonies of #705E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705E09

Black with #705E09

Text Example


Text Example

White with #705E09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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