#523024

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

Shades of Indian Tan #523024

Tints of Indian Tan #523024

Color information

#523024 (or 0x523024) is unknown color: approx Indian Tan. HEX triplet: 52, 30 and 24. RGB value is (82,48,36). Sum of RGB (Red+Green+Blue) = 82+48+36=166 (21% of max value = 765). Red value is 82 (32.42% from 255 or 49.40% from 166); Green value is 48 (19.14% from 255 or 28.92% from 166); Blue value is 36 (14.45% from 255 or 21.69% from 166); Max value from RGB is 82 - color contains mainly: red. Hex color #523024 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523024 is #ADCFDB. Grayscale: #383838. Windows color (decimal): -11390940 or 2371666. OLE color: 2371666.

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

Color convert

RGB824836-
CMYK00.410.560.68
HSL15.65º38.98%23.14%-
HSV(B)15.65º56.1%32.16%-
XYZ4.864.042.19-
YUV56.8116.26145.98-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 49.40%
GREEN value IS 48 (19.14% from 255) = 28.92%
BLUE value IS 36 (14.45% from 255) = 21.69%
R=49.40%
G=28.92%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.56
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82483600.410.560.6815.6538.9823.14
Hex5230240293844102717
Octal122604405170104204727
Binary1010010110000100100010100111100010001001000010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523024; }

 p { color: rgb(82,48,36); }

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

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

 a { background-color: rgb(82,48,36); }

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

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

 span { border-color: rgb(82,48,36); }

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