#522F24

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

Shades of Indian Tan #522F24

Tints of Indian Tan #522F24

Color information

#522F24 (or 0x522F24) is unknown color: approx Indian Tan. HEX triplet: 52, 2F and 24. RGB value is (82,47,36). Sum of RGB (Red+Green+Blue) = 82+47+36=165 (21% of max value = 765). Red value is 82 (32.42% from 255 or 49.70% from 165); Green value is 47 (18.75% from 255 or 28.48% from 165); Blue value is 36 (14.45% from 255 or 21.82% from 165); Max value from RGB is 82 - color contains mainly: red. Hex color #522F24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522F24 is #ADD0DB. Grayscale: #383838. Windows color (decimal): -11391196 or 2371410. OLE color: 2371410.

HSL color Cylindrical-coordinate representation of color #522F24: hue angle of 14.35º 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 #522F24 is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.68.

Color convert

RGB824736-
CMYK00.430.560.68
HSL14.35º38.98%23.14%-
HSV(B)14.35º56.1%32.16%-
XYZ4.813.952.18-
YUV56.21116.6146.39-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 49.70%
GREEN value IS 47 (18.75% from 255) = 28.48%
BLUE value IS 36 (14.45% from 255) = 21.82%
R=49.70%
G=28.48%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.56
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82473600.430.560.6814.3538.9823.14
Hex522F2402B3844e2717
Octal122574405370104164727
Binary101001010111110010001010111110001000100111010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522F24; }

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

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

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

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

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

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

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

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