#532715

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

Shades of Indian Tan #532715

Tints of Indian Tan #532715

Color information

#532715 (or 0x532715) is unknown color: approx Indian Tan. HEX triplet: 53, 27 and 15. RGB value is (83,39,21). Sum of RGB (Red+Green+Blue) = 83+39+21=143 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.04% from 143); Green value is 39 (15.62% from 255 or 27.27% from 143); Blue value is 21 (8.59% from 255 or 14.69% from 143); Max value from RGB is 83 - color contains mainly: red. Hex color #532715 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532715 is #ACD8EA. Grayscale: #323232. Windows color (decimal): -11327723 or 1386323. OLE color: 1386323.

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

Color convert

RGB833921-
CMYK00.530.750.67
HSL17.42º59.62%20.39%-
HSV(B)17.42º74.7%32.55%-
XYZ4.433.341.12-
YUV50.1111.58151.46-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 58.04%
GREEN value IS 39 (15.62% from 255) = 27.27%
BLUE value IS 21 (8.59% from 255) = 14.69%
R=58.04%
G=27.27%
B=14.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83392100.530.750.6717.4259.6220.39
Hex5327150354B43113c14
Octal1234725065113103217424
Binary1010011100111101010110101100101110000111000111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532715; }

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

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

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

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

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

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

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

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