#532D17

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

Shades of Indian Tan #532D17

Tints of Indian Tan #532D17

Color information

#532D17 (or 0x532D17) is unknown color: approx Indian Tan. HEX triplet: 53, 2D and 17. RGB value is (83,45,23). Sum of RGB (Red+Green+Blue) = 83+45+23=151 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.97% from 151); Green value is 45 (17.97% from 255 or 29.80% from 151); Blue value is 23 (9.38% from 255 or 15.23% from 151); Max value from RGB is 83 - color contains mainly: red. Hex color #532D17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532D17 is #ACD2E8. Grayscale: #353535. Windows color (decimal): -11326185 or 1518931. OLE color: 1518931.

HSL color Cylindrical-coordinate representation of color #532D17: hue angle of 22º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #532D17 is Cyan = 0, Magento = 0.46, Yellow = 0.72 and Black (K on CMYK) = 0.67.

Color convert

RGB834523-
CMYK00.460.720.67
HSL22º56.6%20.78%-
HSV(B)22º72.29%32.55%-
XYZ4.663.781.29-
YUV53.85110.59148.79-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 54.97%
GREEN value IS 45 (17.97% from 255) = 29.80%
BLUE value IS 23 (9.38% from 255) = 15.23%
R=54.97%
G=29.80%
B=15.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.72
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83452300.460.720.672256.620.78
Hex532D1702E4843163915
Octal1235527056110103267125
Binary1010011101101101110101110100100010000111011011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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