#532813

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

Shades of Indian Tan #532813

Tints of Indian Tan #532813

Color information

#532813 (or 0x532813) is unknown color: approx Indian Tan. HEX triplet: 53, 28 and 13. RGB value is (83,40,19). Sum of RGB (Red+Green+Blue) = 83+40+19=142 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.45% from 142); Green value is 40 (16.02% from 255 or 28.17% from 142); Blue value is 19 (7.81% from 255 or 13.38% from 142); Max value from RGB is 83 - color contains mainly: red. Hex color #532813 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532813 is #ACD7EC. Grayscale: #323232. Windows color (decimal): -11327469 or 1255507. OLE color: 1255507.

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

Color convert

RGB834019-
CMYK00.520.770.67
HSL19.69º62.75%20%-
HSV(B)19.69º77.11%32.55%-
XYZ4.443.41.04-
YUV50.46110.25151.21-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 58.45%
GREEN value IS 40 (16.02% from 255) = 28.17%
BLUE value IS 19 (7.81% from 255) = 13.38%
R=58.45%
G=28.17%
B=13.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.77
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83401900.520.770.6719.6962.7520
Hex5328130344D43143f14
Octal1235023064115103247724
Binary1010011101000100110110100100110110000111010011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532813; }

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

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

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

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

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

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

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

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