#532616

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

Shades of Indian Tan #532616

Tints of Indian Tan #532616

Color information

#532616 (or 0x532616) is unknown color: approx Indian Tan. HEX triplet: 53, 26 and 16. RGB value is (83,38,22). Sum of RGB (Red+Green+Blue) = 83+38+22=143 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.04% from 143); Green value is 38 (15.23% from 255 or 26.57% from 143); Blue value is 22 (8.98% from 255 or 15.38% from 143); Max value from RGB is 83 - color contains mainly: red. Hex color #532616 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532616 is #ACD9E9. Grayscale: #313131. Windows color (decimal): -11327978 or 1451603. OLE color: 1451603.

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

Color convert

RGB833822-
CMYK00.540.730.67
HSL15.74º58.1%20.59%-
HSV(B)15.74º73.49%32.55%-
XYZ4.413.281.16-
YUV49.63112.41151.8-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 58.04%
GREEN value IS 38 (15.23% from 255) = 26.57%
BLUE value IS 22 (8.98% from 255) = 15.38%
R=58.04%
G=26.57%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83382200.540.730.6715.7458.120.59
Hex5326160364943103a15
Octal1234626066111103207225
Binary1010011100110101100110110100100110000111000011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532616; }

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

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

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

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

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

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

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

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