#532F21

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

Shades of Indian Tan #532F21

Tints of Indian Tan #532F21

Color information

#532F21 (or 0x532F21) is unknown color: approx Indian Tan. HEX triplet: 53, 2F and 21. RGB value is (83,47,33). Sum of RGB (Red+Green+Blue) = 83+47+33=163 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.92% from 163); Green value is 47 (18.75% from 255 or 28.83% from 163); Blue value is 33 (13.28% from 255 or 20.25% from 163); Max value from RGB is 83 - color contains mainly: red. Hex color #532F21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532F21 is #ACD0DE. Grayscale: #383838. Windows color (decimal): -11325663 or 2174803. OLE color: 2174803.

HSL color Cylindrical-coordinate representation of color #532F21: hue angle of 16.8º 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 #532F21 is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB834733-
CMYK00.430.600.67
HSL16.8º43.1%22.75%-
HSV(B)16.8º60.24%32.55%-
XYZ4.863.981.95-
YUV56.17114.93147.14-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50.92%
GREEN value IS 47 (18.75% from 255) = 28.83%
BLUE value IS 33 (13.28% from 255) = 20.25%
R=50.92%
G=28.83%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83473300.430.600.6716.843.122.75
Hex532F2102B3C43112b17
Octal123574105374103215327
Binary1010011101111100001010101111110010000111000110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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