#532310

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

Shades of Indian Tan #532310

Tints of Indian Tan #532310

Color information

#532310 (or 0x532310) is unknown color: approx Indian Tan. HEX triplet: 53, 23 and 10. RGB value is (83,35,16). Sum of RGB (Red+Green+Blue) = 83+35+16=134 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.94% from 134); Green value is 35 (14.06% from 255 or 26.12% from 134); Blue value is 16 (6.64% from 255 or 11.94% from 134); Max value from RGB is 83 - color contains mainly: red. Hex color #532310 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532310 is #ACDCEF. Grayscale: #2F2F2F. Windows color (decimal): -11328752 or 1057619. OLE color: 1057619.

HSL color Cylindrical-coordinate representation of color #532310: hue angle of 17.01º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #532310 is Cyan = 0, Magento = 0.58, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB833516-
CMYK00.580.810.67
HSL17.01º67.68%19.41%-
HSV(B)17.01º80.72%32.55%-
XYZ4.263.080.86-
YUV47.19110.4153.54-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 61.94%
GREEN value IS 35 (14.06% from 255) = 26.12%
BLUE value IS 16 (6.64% from 255) = 11.94%
R=61.94%
G=26.12%
B=11.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83351600.580.810.6717.0167.6819.41
Hex53231003A5143114413
Octal12343200721211032110423
Binary10100111000111000001110101010001100001110001100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532310; }

 p { color: rgb(83,35,16); }

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

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

 a { background-color: rgb(83,35,16); }

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

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

 span { border-color: rgb(83,35,16); }

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