#532615

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

Shades of Indian Tan #532615

Tints of Indian Tan #532615

Color information

#532615 (or 0x532615) is unknown color: approx Indian Tan. HEX triplet: 53, 26 and 15. RGB value is (83,38,21). Sum of RGB (Red+Green+Blue) = 83+38+21=142 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.45% from 142); Green value is 38 (15.23% from 255 or 26.76% from 142); Blue value is 21 (8.59% from 255 or 14.79% from 142); Max value from RGB is 83 - color contains mainly: red. Hex color #532615 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532615 is #ACD9EA. Grayscale: #313131. Windows color (decimal): -11327979 or 1386067. OLE color: 1386067.

HSL color Cylindrical-coordinate representation of color #532615: hue angle of 16.45º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #532615 is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.67.

Color convert

RGB833821-
CMYK00.540.750.67
HSL16.45º59.62%20.39%-
HSV(B)16.45º74.7%32.55%-
XYZ4.43.281.11-
YUV49.52111.91151.88-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 58.45%
GREEN value IS 38 (15.23% from 255) = 26.76%
BLUE value IS 21 (8.59% from 255) = 14.79%
R=58.45%
G=26.76%
B=14.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83382100.540.750.6716.4559.6220.39
Hex5326150364B43103c14
Octal1234625066113103207424
Binary1010011100110101010110110100101110000111000011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532615; }

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

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

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

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

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

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

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

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