#532B1B

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

Shades of Indian Tan #532B1B

Tints of Indian Tan #532B1B

Color information

#532B1B (or 0x532B1B) is unknown color: approx Indian Tan. HEX triplet: 53, 2B and 1B. RGB value is (83,43,27). Sum of RGB (Red+Green+Blue) = 83+43+27=153 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.25% from 153); Green value is 43 (17.19% from 255 or 28.10% from 153); Blue value is 27 (10.94% from 255 or 17.65% from 153); Max value from RGB is 83 - color contains mainly: red. Hex color #532B1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532B1B is #ACD4E4. Grayscale: #353535. Windows color (decimal): -11326693 or 1780563. OLE color: 1780563.

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

Color convert

RGB834327-
CMYK00.480.670.67
HSL17.14º50.91%21.57%-
HSV(B)17.14º67.47%32.55%-
XYZ4.633.651.5-
YUV53.14113.25149.3-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 54.25%
GREEN value IS 43 (17.19% from 255) = 28.10%
BLUE value IS 27 (10.94% from 255) = 17.65%
R=54.25%
G=28.10%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83432700.480.670.6717.1450.9121.57
Hex532B1B0304343113316
Octal1235333060103103216326
Binary1010011101011110110110000100001110000111000111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,43,27); }

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

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

 a { background-color: rgb(83,43,27); }

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

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

 span { border-color: rgb(83,43,27); }

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