#532816

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

Shades of Indian Tan #532816

Tints of Indian Tan #532816

Color information

#532816 (or 0x532816) is unknown color: approx Indian Tan. HEX triplet: 53, 28 and 16. RGB value is (83,40,22). Sum of RGB (Red+Green+Blue) = 83+40+22=145 (19% of max value = 765). Red value is 83 (32.81% from 255 or 57.24% from 145); Green value is 40 (16.02% from 255 or 27.59% from 145); Blue value is 22 (8.98% from 255 or 15.17% from 145); Max value from RGB is 83 - color contains mainly: red. Hex color #532816 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532816 is #ACD7E9. Grayscale: #323232. Windows color (decimal): -11327466 or 1452115. OLE color: 1452115.

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

Color convert

RGB834022-
CMYK00.520.730.67
HSL17.7º58.1%20.59%-
HSV(B)17.7º73.49%32.55%-
XYZ4.473.411.18-
YUV50.8111.75150.96-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 57.24%
GREEN value IS 40 (16.02% from 255) = 27.59%
BLUE value IS 22 (8.98% from 255) = 15.17%
R=57.24%
G=27.59%
B=15.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83402200.520.730.6717.758.120.59
Hex5328160344943123a15
Octal1235026064111103227225
Binary1010011101000101100110100100100110000111001011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532816; }

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

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

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

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

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

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

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

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