#705A13

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

Shades of Raw Umber #705A13

Tints of Raw Umber #705A13

Color information

#705A13 (or 0x705A13) is unknown color: approx Raw Umber. HEX triplet: 70, 5A and 13. RGB value is (112,90,19). Sum of RGB (Red+Green+Blue) = 112+90+19=221 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.68% from 221); Green value is 90 (35.55% from 255 or 40.72% from 221); Blue value is 19 (7.81% from 255 or 8.60% from 221); Max value from RGB is 112 - color contains mainly: red. Hex color #705A13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705A13 is #8FA5EC. Grayscale: #585858. Windows color (decimal): -9414125 or 1268336. OLE color: 1268336.

HSL color Cylindrical-coordinate representation of color #705A13: hue angle of 45.81º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #705A13 is Cyan = 0, Magento = 0.20, Yellow = 0.83 and Black (K on CMYK) = 0.56.

Color convert

RGB1129019-
CMYK00.200.830.56
HSL45.81º70.99%25.69%-
HSV(B)45.81º83.04%43.92%-
XYZ10.4610.82.15-
YUV88.4888.79144.77-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.68%
GREEN value IS 90 (35.55% from 255) = 40.72%
BLUE value IS 19 (7.81% from 255) = 8.60%
R=50.68%
G=40.72%
B=8.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.83
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112901900.200.830.5645.8170.9925.69
Hex705A1301453382e471a
Octal16013223024123705610732
Binary11100001011010100110101001010011111000101110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,90,19); }

 H1.HeaderClassName
 {
   color: #705A13;
 }
 .AnyTagClassName
 {
   color: #705A13;
 }
</style>
background-color css

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

 a { background-color: rgb(112,90,19); }

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

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

 span { border-color: rgb(112,90,19); }

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