Html Css Color HEX #705911 Raw Umber

📋 copy color: '#705911'

red 112 ◦ green 89 ◦ blue 17

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

Shades of Raw Umber #705911

Tints of Raw Umber #705911

RGB

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

 GREEN value IS 89 (35.16% from 255) = 40.83%

 BLUE value IS 17 (7.03% from 255) = 7.8%

R = 51.38%
G = 40.83%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#705911 (or 0x705911) is known color: Raw Umber. HEX triplet: 70, 59 and 11. RGB value is (112,89,17). Sum of RGB (Red+Green+Blue) = 112+89+17=218 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.38% from 218); Green value is 89 (35.16% from 255 or 40.83% from 218); Blue value is 17 (7.03% from 255 or 7.80% from 218); Max value from RGB is 112 - color contains mainly: red. Hex color #705911 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705911 is #8FA6EE. Grayscale: #575757. Windows color (decimal): -9414383 or 1137008. OLE color: 1137008.

HSL color Cylindrical-coordinate representation of color #705911: hue angle of 45.47º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #705911 is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 89 17 -
CMYK 0 0.21 0.85 0.56
HSL 45.47º 0.74% 0.25% -
HSV(B) 45.47º 0.85% 0.44% -
XYZ 10.36 10.63 2.04 -
YUV 87.67 88.12 145.35 -
System Red Green Blue C M Y K H S L
Decimal 112 89 17 0 0.21 0.85 0.56 45.47 0.74 0.25
Hex 70 59 11 0 15 55 38 2D 4A 19
Octal 160 131 21 0 25 125 70 55 112 31
Binary 1110000 1011001 10001 0 10101 1010101 111000 101101 1001010 11001

Color Harmonies of #705911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705911

Black with #705911

Text Example


Text Example

White with #705911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705911; }

 p { color: rgb(112,89,17); }

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

background-color css

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

 a { background-color: rgb(112,89,17); }

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

border-color css

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

 span { border-color: rgb(112,89,17); }

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