#532412

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

Shades of Indian Tan #532412

Tints of Indian Tan #532412

Color information

#532412 (or 0x532412) is unknown color: approx Indian Tan. HEX triplet: 53, 24 and 12. RGB value is (83,36,18). Sum of RGB (Red+Green+Blue) = 83+36+18=137 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.58% from 137); Green value is 36 (14.45% from 255 or 26.28% from 137); Blue value is 18 (7.42% from 255 or 13.14% from 137); Max value from RGB is 83 - color contains mainly: red. Hex color #532412 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532412 is #ACDBED. Grayscale: #303030. Windows color (decimal): -11328494 or 1188947. OLE color: 1188947.

HSL color Cylindrical-coordinate representation of color #532412: hue angle of 16.62º 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 #532412 is Cyan = 0, Magento = 0.57, Yellow = 0.78 and Black (K on CMYK) = 0.67.

Color convert

RGB833618-
CMYK00.570.780.67
HSL16.62º64.36%19.8%-
HSV(B)16.62º78.31%32.55%-
XYZ4.313.140.95-
YUV48111.07152.96-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 60.58%
GREEN value IS 36 (14.45% from 255) = 26.28%
BLUE value IS 18 (7.42% from 255) = 13.14%
R=60.58%
G=26.28%
B=13.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83361800.570.780.6716.6264.3619.8
Hex5324120394E43114014
Octal12344220711161032110024
Binary10100111001001001001110011001110100001110001100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532412; }

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

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

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

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

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

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

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

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