#532511

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

Shades of Indian Tan #532511

Tints of Indian Tan #532511

Color information

#532511 (or 0x532511) is unknown color: approx Indian Tan. HEX triplet: 53, 25 and 11. RGB value is (83,37,17). Sum of RGB (Red+Green+Blue) = 83+37+17=137 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.58% from 137); Green value is 37 (14.84% from 255 or 27.01% from 137); Blue value is 17 (7.03% from 255 or 12.41% from 137); Max value from RGB is 83 - color contains mainly: red. Hex color #532511 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532511 is #ACDAEE. Grayscale: #303030. Windows color (decimal): -11328239 or 1123667. OLE color: 1123667.

HSL color Cylindrical-coordinate representation of color #532511: hue angle of 18.18º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #532511 is Cyan = 0, Magento = 0.55, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB833717-
CMYK00.550.800.67
HSL18.18º66%19.61%-
HSV(B)18.18º79.52%32.55%-
XYZ4.333.20.92-
YUV48.47110.24152.63-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 60.58%
GREEN value IS 37 (14.84% from 255) = 27.01%
BLUE value IS 17 (7.03% from 255) = 12.41%
R=60.58%
G=27.01%
B=12.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83371700.550.800.6718.186619.61
Hex5325110375043124214
Octal12345210671201032210224
Binary10100111001011000101101111010000100001110010100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532511; }

 p { color: rgb(83,37,17); }

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

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

 a { background-color: rgb(83,37,17); }

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

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

 span { border-color: rgb(83,37,17); }

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