#522F23

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

Shades of Indian Tan #522F23

Tints of Indian Tan #522F23

Color information

#522F23 (or 0x522F23) is unknown color: approx Indian Tan. HEX triplet: 52, 2F and 23. RGB value is (82,47,35). Sum of RGB (Red+Green+Blue) = 82+47+35=164 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50% from 164); Green value is 47 (18.75% from 255 or 28.66% from 164); Blue value is 35 (14.06% from 255 or 21.34% from 164); Max value from RGB is 82 - color contains mainly: red. Hex color #522F23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522F23 is #ADD0DC. Grayscale: #383838. Windows color (decimal): -11391197 or 2305874. OLE color: 2305874.

HSL color Cylindrical-coordinate representation of color #522F23: hue angle of 15.32º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #522F23 is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.68.

Color convert

RGB824735-
CMYK00.430.570.68
HSL15.32º40.17%22.94%-
HSV(B)15.32º57.32%32.16%-
XYZ4.83.952.1-
YUV56.1116.1146.48-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 50%
GREEN value IS 47 (18.75% from 255) = 28.66%
BLUE value IS 35 (14.06% from 255) = 21.34%
R=50%
G=28.66%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.57
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82473500.430.570.6815.3240.1722.94
Hex522F2302B3944f2817
Octal122574305371104175027
Binary101001010111110001101010111110011000100111110100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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