#705815

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

Shades of Raw Umber #705815

Tints of Raw Umber #705815

Color information

#705815 (or 0x705815) is unknown color: approx Raw Umber. HEX triplet: 70, 58 and 15. RGB value is (112,88,21). Sum of RGB (Red+Green+Blue) = 112+88+21=221 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.68% from 221); Green value is 88 (34.77% from 255 or 39.82% from 221); Blue value is 21 (8.59% from 255 or 9.50% from 221); Max value from RGB is 112 - color contains mainly: red. Hex color #705815 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705815 is #8FA7EA. Grayscale: #575757. Windows color (decimal): -9414635 or 1398896. OLE color: 1398896.

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

Color convert

RGB1128821-
CMYK00.210.810.56
HSL44.18º68.42%26.08%-
HSV(B)44.18º81.25%43.92%-
XYZ10.3110.482.19-
YUV87.5490.45145.45-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.68%
GREEN value IS 88 (34.77% from 255) = 39.82%
BLUE value IS 21 (8.59% from 255) = 9.50%
R=50.68%
G=39.82%
B=9.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112882100.210.810.5644.1868.4226.08
Hex70581501551382c441a
Octal16013025025121705410432
Binary11100001011000101010101011010001111000101100100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705815; }

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

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

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

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

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

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

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

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