#532812

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

Shades of Indian Tan #532812

Tints of Indian Tan #532812

Color information

#532812 (or 0x532812) is unknown color: approx Indian Tan. HEX triplet: 53, 28 and 12. RGB value is (83,40,18). Sum of RGB (Red+Green+Blue) = 83+40+18=141 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.87% from 141); Green value is 40 (16.02% from 255 or 28.37% from 141); Blue value is 18 (7.42% from 255 or 12.77% from 141); Max value from RGB is 83 - color contains mainly: red. Hex color #532812 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532812 is #ACD7ED. Grayscale: #323232. Windows color (decimal): -11327470 or 1189971. OLE color: 1189971.

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

Color convert

RGB834018-
CMYK00.520.780.67
HSL20.31º64.36%19.8%-
HSV(B)20.31º78.31%32.55%-
XYZ4.443.40.99-
YUV50.35109.75151.29-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 58.87%
GREEN value IS 40 (16.02% from 255) = 28.37%
BLUE value IS 18 (7.42% from 255) = 12.77%
R=58.87%
G=28.37%
B=12.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83401800.520.780.6720.3164.3619.8
Hex5328120344E43144014
Octal12350220641161032410024
Binary10100111010001001001101001001110100001110100100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532812; }

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

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

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

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

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

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

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

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