Html Css Color HEX #705B11 Raw Umber

📋 copy color: '#705B11'

red 112 ◦ green 91 ◦ blue 17

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

Shades of Raw Umber #705B11

Tints of Raw Umber #705B11

RGB

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

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

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

R = 50.91%
G = 41.36%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#705B11 (or 0x705B11) is known color: Raw Umber. HEX triplet: 70, 5B and 11. RGB value is (112,91,17). Sum of RGB (Red+Green+Blue) = 112+91+17=220 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.91% from 220); Green value is 91 (35.94% from 255 or 41.36% from 220); Blue value is 17 (7.03% from 255 or 7.73% from 220); Max value from RGB is 112 - color contains mainly: red. Hex color #705B11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705B11 is #8FA4EE. Grayscale: #595959. Windows color (decimal): -9413871 or 1137520. OLE color: 1137520.

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

Color convert

RGB 112 91 17 -
CMYK 0 0.19 0.85 0.56
HSL 46.74º 0.74% 0.25% -
HSV(B) 46.74º 0.85% 0.44% -
XYZ 10.52 10.97 2.09 -
YUV 88.84 87.46 144.52 -
System Red Green Blue C M Y K H S L
Decimal 112 91 17 0 0.19 0.85 0.56 46.74 0.74 0.25
Hex 70 5B 11 0 13 55 38 2F 4A 19
Octal 160 133 21 0 23 125 70 57 112 31
Binary 1110000 1011011 10001 0 10011 1010101 111000 101111 1001010 11001

Color Harmonies of #705B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705B11

Black with #705B11

Text Example


Text Example

White with #705B11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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