#522817

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

Shades of Indian Tan #522817

Tints of Indian Tan #522817

Color information

#522817 (or 0x522817) is unknown color: approx Indian Tan. HEX triplet: 52, 28 and 17. RGB value is (82,40,23). Sum of RGB (Red+Green+Blue) = 82+40+23=145 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.55% from 145); Green value is 40 (16.02% from 255 or 27.59% from 145); Blue value is 23 (9.38% from 255 or 15.86% from 145); Max value from RGB is 82 - color contains mainly: red. Hex color #522817 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522817 is #ADD7E8. Grayscale: #323232. Windows color (decimal): -11393001 or 1517650. OLE color: 1517650.

HSL color Cylindrical-coordinate representation of color #522817: hue angle of 17.29º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #522817 is Cyan = 0, Magento = 0.51, Yellow = 0.72 and Black (K on CMYK) = 0.68.

Color convert

RGB824023-
CMYK00.510.720.68
HSL17.29º56.19%20.59%-
HSV(B)17.29º71.95%32.16%-
XYZ4.393.371.23-
YUV50.62112.41150.38-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 56.55%
GREEN value IS 40 (16.02% from 255) = 27.59%
BLUE value IS 23 (9.38% from 255) = 15.86%
R=56.55%
G=27.59%
B=15.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.72
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82402300.510.720.6817.2956.1920.59
Hex5228170334844113815
Octal1225027063110104217025
Binary1010010101000101110110011100100010001001000111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522817; }

 p { color: rgb(82,40,23); }

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

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

 a { background-color: rgb(82,40,23); }

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

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

 span { border-color: rgb(82,40,23); }

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