#705115

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

Shades of Raw Umber #705115

Tints of Raw Umber #705115

Color information

#705115 (or 0x705115) is unknown color: approx Raw Umber. HEX triplet: 70, 51 and 15. RGB value is (112,81,21). Sum of RGB (Red+Green+Blue) = 112+81+21=214 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.34% from 214); Green value is 81 (32.03% from 255 or 37.85% from 214); Blue value is 21 (8.59% from 255 or 9.81% from 214); Max value from RGB is 112 - color contains mainly: red. Hex color #705115 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705115 is #8FAEEA. Grayscale: #535353. Windows color (decimal): -9416427 or 1397104. OLE color: 1397104.

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

Color convert

RGB1128121-
CMYK00.280.810.56
HSL39.56º68.42%26.08%-
HSV(B)39.56º81.25%43.92%-
XYZ9.769.382.01-
YUV83.4392.77148.38-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.34%
GREEN value IS 81 (32.03% from 255) = 37.85%
BLUE value IS 21 (8.59% from 255) = 9.81%
R=52.34%
G=37.85%
B=9.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112812100.280.810.5639.5668.4226.08
Hex70511501C513828441a
Octal16012125034121705010432
Binary11100001010001101010111001010001111000101000100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705115; }

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

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

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

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

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

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

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

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