Html Css Color HEX #705411 Raw Umber

📋 copy color: '#705411'

red 112 ◦ green 84 ◦ blue 17

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

Shades of Raw Umber #705411

Tints of Raw Umber #705411

RGB

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

 GREEN value IS 84 (33.2% from 255) = 39.44%

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

R = 52.58%
G = 39.44%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#705411 (or 0x705411) is known color: Raw Umber. HEX triplet: 70, 54 and 11. RGB value is (112,84,17). Sum of RGB (Red+Green+Blue) = 112+84+17=213 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.58% from 213); Green value is 84 (33.20% from 255 or 39.44% from 213); Blue value is 17 (7.03% from 255 or 7.98% from 213); Max value from RGB is 112 - color contains mainly: red. Hex color #705411 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705411 is #8FABEE. Grayscale: #555555. Windows color (decimal): -9415663 or 1135728. OLE color: 1135728.

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

Color convert

RGB 112 84 17 -
CMYK 0 0.25 0.85 0.56
HSL 42.32º 0.74% 0.25% -
HSV(B) 42.32º 0.85% 0.44% -
XYZ 9.95 9.83 1.9 -
YUV 84.73 89.78 147.45 -
System Red Green Blue C M Y K H S L
Decimal 112 84 17 0 0.25 0.85 0.56 42.32 0.74 0.25
Hex 70 54 11 0 19 55 38 2A 4A 19
Octal 160 124 21 0 31 125 70 52 112 31
Binary 1110000 1010100 10001 0 11001 1010101 111000 101010 1001010 11001

Color Harmonies of #705411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705411

Black with #705411

Text Example


Text Example

White with #705411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705411; }

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

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

background-color css

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

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

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

border-color css

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

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

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