#532916

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

Shades of Indian Tan #532916

Tints of Indian Tan #532916

Color information

#532916 (or 0x532916) is unknown color: approx Indian Tan. HEX triplet: 53, 29 and 16. RGB value is (83,41,22). Sum of RGB (Red+Green+Blue) = 83+41+22=146 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.85% from 146); Green value is 41 (16.41% from 255 or 28.08% from 146); Blue value is 22 (8.98% from 255 or 15.07% from 146); Max value from RGB is 83 - color contains mainly: red. Hex color #532916 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532916 is #ACD6E9. Grayscale: #333333. Windows color (decimal): -11327210 or 1452371. OLE color: 1452371.

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

Color convert

RGB834122-
CMYK00.510.730.67
HSL18.69º58.1%20.59%-
HSV(B)18.69º73.49%32.55%-
XYZ4.513.481.19-
YUV51.39111.41150.54-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 56.85%
GREEN value IS 41 (16.41% from 255) = 28.08%
BLUE value IS 22 (8.98% from 255) = 15.07%
R=56.85%
G=28.08%
B=15.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83412200.510.730.6718.6958.120.59
Hex5329160334943133a15
Octal1235126063111103237225
Binary1010011101001101100110011100100110000111001111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532916; }

 p { color: rgb(83,41,22); }

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

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

 a { background-color: rgb(83,41,22); }

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

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

 span { border-color: rgb(83,41,22); }

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