#532D1F

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

Shades of Indian Tan #532D1F

Tints of Indian Tan #532D1F

Color information

#532D1F (or 0x532D1F) is unknown color: approx Indian Tan. HEX triplet: 53, 2D and 1F. RGB value is (83,45,31). Sum of RGB (Red+Green+Blue) = 83+45+31=159 (21% of max value = 765). Red value is 83 (32.81% from 255 or 52.20% from 159); Green value is 45 (17.97% from 255 or 28.30% from 159); Blue value is 31 (12.5% from 255 or 19.50% from 159); Max value from RGB is 83 - color contains mainly: red. Hex color #532D1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532D1F is #ACD2E0. Grayscale: #363636. Windows color (decimal): -11326177 or 2043219. OLE color: 2043219.

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

Color convert

RGB834531-
CMYK00.460.630.67
HSL16.15º45.61%22.35%-
HSV(B)16.15º62.65%32.55%-
XYZ4.753.811.78-
YUV54.77114.59148.14-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 52.20%
GREEN value IS 45 (17.97% from 255) = 28.30%
BLUE value IS 31 (12.5% from 255) = 19.50%
R=52.20%
G=28.30%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.63
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83453100.460.630.6716.1545.6122.35
Hex532D1F02E3F43102e16
Octal123553705677103205626
Binary101001110110111111010111011111110000111000010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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