#705411

Color #705411 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #705411

Tints of Raw Umber #705411

Color information

#705411 (or 0x705411) is unknown color: approx 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

RGB1128417-
CMYK00.250.850.56
HSL42.32º73.64%25.29%-
HSV(B)42.32º84.82%43.92%-
XYZ9.959.831.9-
YUV84.7389.78147.45-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.58%
GREEN value IS 84 (33.20% 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 (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.85
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112841700.250.850.5642.3273.6425.29
Hex70541101955382a4a19
Octal16012421031125705211231
Binary11100001010100100010110011010101111000101010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>