#532D21

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

Shades of Indian Tan #532D21

Tints of Indian Tan #532D21

Color information

#532D21 (or 0x532D21) is unknown color: approx Indian Tan. HEX triplet: 53, 2D and 21. RGB value is (83,45,33). Sum of RGB (Red+Green+Blue) = 83+45+33=161 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.55% from 161); Green value is 45 (17.97% from 255 or 27.95% from 161); Blue value is 33 (13.28% from 255 or 20.50% from 161); Max value from RGB is 83 - color contains mainly: red. Hex color #532D21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532D21 is #ACD2DE. Grayscale: #373737. Windows color (decimal): -11326175 or 2174291. OLE color: 2174291.

HSL color Cylindrical-coordinate representation of color #532D21: hue angle of 14.4º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #532D21 is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB834533-
CMYK00.460.600.67
HSL14.4º43.1%22.75%-
HSV(B)14.4º60.24%32.55%-
XYZ4.783.831.93-
YUV54.99115.59147.98-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 51.55%
GREEN value IS 45 (17.97% from 255) = 27.95%
BLUE value IS 33 (13.28% from 255) = 20.50%
R=51.55%
G=27.95%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83453300.460.600.6714.443.122.75
Hex532D2102E3C43e2b17
Octal123554105674103165327
Binary101001110110110000101011101111001000011111010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532D21; }

 p { color: rgb(83,45,33); }

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

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

 a { background-color: rgb(83,45,33); }

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

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

 span { border-color: rgb(83,45,33); }

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