#532512

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

Shades of Indian Tan #532512

Tints of Indian Tan #532512

Color information

#532512 (or 0x532512) is unknown color: approx Indian Tan. HEX triplet: 53, 25 and 12. RGB value is (83,37,18). Sum of RGB (Red+Green+Blue) = 83+37+18=138 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.14% from 138); Green value is 37 (14.84% from 255 or 26.81% from 138); Blue value is 18 (7.42% from 255 or 13.04% from 138); Max value from RGB is 83 - color contains mainly: red. Hex color #532512 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532512 is #ACDAED. Grayscale: #303030. Windows color (decimal): -11328238 or 1189203. OLE color: 1189203.

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

Color convert

RGB833718-
CMYK00.550.780.67
HSL17.54º64.36%19.8%-
HSV(B)17.54º78.31%32.55%-
XYZ4.343.210.96-
YUV48.59110.74152.54-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 60.14%
GREEN value IS 37 (14.84% from 255) = 26.81%
BLUE value IS 18 (7.42% from 255) = 13.04%
R=60.14%
G=26.81%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83371800.550.780.6717.5464.3619.8
Hex5325120374E43124014
Octal12345220671161032210024
Binary10100111001011001001101111001110100001110010100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532512; }

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

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

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

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

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

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

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

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