#705A15

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

Shades of Raw Umber #705A15

Tints of Raw Umber #705A15

Color information

#705A15 (or 0x705A15) is unknown color: approx Raw Umber. HEX triplet: 70, 5A and 15. RGB value is (112,90,21). Sum of RGB (Red+Green+Blue) = 112+90+21=223 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.22% from 223); Green value is 90 (35.55% from 255 or 40.36% from 223); Blue value is 21 (8.59% from 255 or 9.42% from 223); Max value from RGB is 112 - color contains mainly: red. Hex color #705A15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705A15 is #8FA5EA. Grayscale: #595959. Windows color (decimal): -9414123 or 1399408. OLE color: 1399408.

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

Color convert

RGB1129021-
CMYK00.200.810.56
HSL45.49º68.42%26.08%-
HSV(B)45.49º81.25%43.92%-
XYZ10.4710.812.24-
YUV88.7189.79144.61-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.22%
GREEN value IS 90 (35.55% from 255) = 40.36%
BLUE value IS 21 (8.59% from 255) = 9.42%
R=50.22%
G=40.36%
B=9.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112902100.200.810.5645.4968.4226.08
Hex705A1501451382d441a
Octal16013225024121705510432
Binary11100001011010101010101001010001111000101101100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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