#502816

Color #502816 Indian Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indian Tan #502816

Tints of Indian Tan #502816

Color information

#502816 (or 0x502816) is unknown color: approx Indian Tan. HEX triplet: 50, 28 and 16. RGB value is (80,40,22). Sum of RGB (Red+Green+Blue) = 80+40+22=142 (18% of max value = 765). Red value is 80 (31.64% from 255 or 56.34% from 142); Green value is 40 (16.02% from 255 or 28.17% from 142); Blue value is 22 (8.98% from 255 or 15.49% from 142); Max value from RGB is 80 - color contains mainly: red. Hex color #502816 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502816 is #AFD7E9. Grayscale: #323232. Windows color (decimal): -11524074 or 1452112. OLE color: 1452112.

HSL color Cylindrical-coordinate representation of color #502816: hue angle of 18.62º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #502816 is Cyan = 0, Magento = 0.5, Yellow = 0.72 and Black (K on CMYK) = 0.69.

Color convert

RGB804022-
CMYK00.50.720.69
HSL18.62º56.86%20%-
HSV(B)18.62º72.5%31.37%-
XYZ4.213.281.17-
YUV49.91112.25149.46-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 56.34%
GREEN value IS 40 (16.02% from 255) = 28.17%
BLUE value IS 22 (8.98% from 255) = 15.49%
R=56.34%
G=28.17%
B=15.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.72
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80402200.50.720.6918.6256.8620
Hex5028160324845133914
Octal1205026062110105237124
Binary1010000101000101100110010100100010001011001111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502816; }

 p { color: rgb(80,40,22); }

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

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

 a { background-color: rgb(80,40,22); }

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

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

 span { border-color: rgb(80,40,22); }

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