#532716

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

Shades of Indian Tan #532716

Tints of Indian Tan #532716

Color information

#532716 (or 0x532716) is unknown color: approx Indian Tan. HEX triplet: 53, 27 and 16. RGB value is (83,39,22). Sum of RGB (Red+Green+Blue) = 83+39+22=144 (19% of max value = 765). Red value is 83 (32.81% from 255 or 57.64% from 144); Green value is 39 (15.62% from 255 or 27.08% from 144); Blue value is 22 (8.98% from 255 or 15.28% from 144); Max value from RGB is 83 - color contains mainly: red. Hex color #532716 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532716 is #ACD8E9. Grayscale: #323232. Windows color (decimal): -11327722 or 1451859. OLE color: 1451859.

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

Color convert

RGB833922-
CMYK00.530.730.67
HSL16.72º58.1%20.59%-
HSV(B)16.72º73.49%32.55%-
XYZ4.443.351.17-
YUV50.22112.08151.38-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 57.64%
GREEN value IS 39 (15.62% from 255) = 27.08%
BLUE value IS 22 (8.98% from 255) = 15.28%
R=57.64%
G=27.08%
B=15.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83392200.530.730.6716.7258.120.59
Hex5327160354943113a15
Octal1234726065111103217225
Binary1010011100111101100110101100100110000111000111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532716; }

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

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

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

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

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

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

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

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