#532A1D

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

Shades of Indian Tan #532A1D

Tints of Indian Tan #532A1D

Color information

#532A1D (or 0x532A1D) is unknown color: approx Indian Tan. HEX triplet: 53, 2A and 1D. RGB value is (83,42,29). Sum of RGB (Red+Green+Blue) = 83+42+29=154 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.90% from 154); Green value is 42 (16.80% from 255 or 27.27% from 154); Blue value is 29 (11.72% from 255 or 18.83% from 154); Max value from RGB is 83 - color contains mainly: red. Hex color #532A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532A1D is #ACD5E2. Grayscale: #343434. Windows color (decimal): -11326947 or 1911379. OLE color: 1911379.

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

Color convert

RGB834229-
CMYK00.490.650.67
HSL14.44º48.21%21.96%-
HSV(B)14.44º65.06%32.55%-
XYZ4.623.581.61-
YUV52.78114.58149.56-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 53.90%
GREEN value IS 42 (16.80% from 255) = 27.27%
BLUE value IS 29 (11.72% from 255) = 18.83%
R=53.90%
G=27.27%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83422900.490.650.6714.4448.2121.96
Hex532A1D0314143e3016
Octal1235235061101103166026
Binary101001110101011101011000110000011000011111011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,42,29); }

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

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

 a { background-color: rgb(83,42,29); }

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

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

 span { border-color: rgb(83,42,29); }

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