#705516

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

Shades of Raw Umber #705516

Tints of Raw Umber #705516

Color information

#705516 (or 0x705516) is unknown color: approx Raw Umber. HEX triplet: 70, 55 and 16. RGB value is (112,85,22). Sum of RGB (Red+Green+Blue) = 112+85+22=219 (29% of max value = 765). Red value is 112 (44.14% from 255 or 51.14% from 219); Green value is 85 (33.59% from 255 or 38.81% from 219); Blue value is 22 (8.98% from 255 or 10.05% from 219); Max value from RGB is 112 - color contains mainly: red. Hex color #705516 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705516 is #8FAAE9. Grayscale: #565656. Windows color (decimal): -9415402 or 1463664. OLE color: 1463664.

HSL color Cylindrical-coordinate representation of color #705516: hue angle of 42º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #705516 is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.56.

Color convert

RGB1128522-
CMYK00.240.800.56
HSL42º67.16%26.27%-
HSV(B)42º80.36%43.92%-
XYZ10.08102.16-
YUV85.8991.95146.62-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 51.14%
GREEN value IS 85 (33.59% from 255) = 38.81%
BLUE value IS 22 (8.98% from 255) = 10.05%
R=51.14%
G=38.81%
B=10.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.80
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112852200.240.800.564267.1626.27
Hex70551601850382a431a
Octal16012526030120705210332
Binary11100001010101101100110001010000111000101010100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705516; }

 p { color: rgb(112,85,22); }

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

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

 a { background-color: rgb(112,85,22); }

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

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

 span { border-color: rgb(112,85,22); }

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