#705A12

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

Shades of Raw Umber #705A12

Tints of Raw Umber #705A12

Color information

#705A12 (or 0x705A12) is unknown color: approx Raw Umber. HEX triplet: 70, 5A and 12. RGB value is (112,90,18). Sum of RGB (Red+Green+Blue) = 112+90+18=220 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.91% from 220); Green value is 90 (35.55% from 255 or 40.91% from 220); Blue value is 18 (7.42% from 255 or 8.18% from 220); Max value from RGB is 112 - color contains mainly: red. Hex color #705A12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705A12 is #8FA5ED. Grayscale: #585858. Windows color (decimal): -9414126 or 1202800. OLE color: 1202800.

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

Color convert

RGB1129018-
CMYK00.200.840.56
HSL45.96º72.31%25.49%-
HSV(B)45.96º83.93%43.92%-
XYZ10.4510.82.11-
YUV88.3788.29144.85-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.91%
GREEN value IS 90 (35.55% from 255) = 40.91%
BLUE value IS 18 (7.42% from 255) = 8.18%
R=50.91%
G=40.91%
B=8.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.84
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112901800.200.840.5645.9672.3125.49
Hex705A1201454382e4819
Octal16013222024124705611031
Binary11100001011010100100101001010100111000101110100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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