Html Css Color HEX #705011 Raw Umber

📋 copy color: '#705011'

red 112 ◦ green 80 ◦ blue 17

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

Shades of Raw Umber #705011

Tints of Raw Umber #705011

RGB

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

 GREEN value IS 80 (31.64% from 255) = 38.28%

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

R = 53.59%
G = 38.28%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#705011 (or 0x705011) is known color: Raw Umber. HEX triplet: 70, 50 and 11. RGB value is (112,80,17). Sum of RGB (Red+Green+Blue) = 112+80+17=209 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.59% from 209); Green value is 80 (31.64% from 255 or 38.28% from 209); Blue value is 17 (7.03% from 255 or 8.13% from 209); Max value from RGB is 112 - color contains mainly: red. Hex color #705011 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705011 is #8FAFEE. Grayscale: #525252. Windows color (decimal): -9416687 or 1134704. OLE color: 1134704.

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

Color convert

RGB 112 80 17 -
CMYK 0 0.29 0.85 0.56
HSL 39.79º 0.74% 0.25% -
HSV(B) 39.79º 0.85% 0.44% -
XYZ 9.65 9.22 1.8 -
YUV 82.39 91.1 149.12 -
System Red Green Blue C M Y K H S L
Decimal 112 80 17 0 0.29 0.85 0.56 39.79 0.74 0.25
Hex 70 50 11 0 1D 55 38 28 4A 19
Octal 160 120 21 0 35 125 70 50 112 31
Binary 1110000 1010000 10001 0 11101 1010101 111000 101000 1001010 11001

Color Harmonies of #705011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705011

Black with #705011

Text Example


Text Example

White with #705011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705011; }

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

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

background-color css

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

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

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

border-color css

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

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

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