#705215

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

Shades of Raw Umber #705215

Tints of Raw Umber #705215

Color information

#705215 (or 0x705215) is unknown color: approx Raw Umber. HEX triplet: 70, 52 and 15. RGB value is (112,82,21). Sum of RGB (Red+Green+Blue) = 112+82+21=215 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.09% from 215); Green value is 82 (32.42% from 255 or 38.14% from 215); Blue value is 21 (8.59% from 255 or 9.77% from 215); Max value from RGB is 112 - color contains mainly: red. Hex color #705215 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705215 is #8FADEA. Grayscale: #545454. Windows color (decimal): -9416171 or 1397360. OLE color: 1397360.

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

Color convert

RGB1128221-
CMYK00.270.810.56
HSL40.22º68.42%26.08%-
HSV(B)40.22º81.25%43.92%-
XYZ9.839.532.03-
YUV84.0292.44147.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.09%
GREEN value IS 82 (32.42% from 255) = 38.14%
BLUE value IS 21 (8.59% from 255) = 9.77%
R=52.09%
G=38.14%
B=9.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112822100.270.810.5640.2268.4226.08
Hex70521501B513828441a
Octal16012225033121705010432
Binary11100001010010101010110111010001111000101000100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705215; }

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

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

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

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

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

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

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

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