#532613

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

Shades of Indian Tan #532613

Tints of Indian Tan #532613

Color information

#532613 (or 0x532613) is unknown color: approx Indian Tan. HEX triplet: 53, 26 and 13. RGB value is (83,38,19). Sum of RGB (Red+Green+Blue) = 83+38+19=140 (18% of max value = 765). Red value is 83 (32.81% from 255 or 59.29% from 140); Green value is 38 (15.23% from 255 or 27.14% from 140); Blue value is 19 (7.81% from 255 or 13.57% from 140); Max value from RGB is 83 - color contains mainly: red. Hex color #532613 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532613 is #ACD9EC. Grayscale: #313131. Windows color (decimal): -11327981 or 1254995. OLE color: 1254995.

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

Color convert

RGB833819-
CMYK00.540.770.67
HSL17.81º62.75%20%-
HSV(B)17.81º77.11%32.55%-
XYZ4.383.271.02-
YUV49.29110.91152.04-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 59.29%
GREEN value IS 38 (15.23% from 255) = 27.14%
BLUE value IS 19 (7.81% from 255) = 13.57%
R=59.29%
G=27.14%
B=13.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.77
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83381900.540.770.6717.8162.7520
Hex5326130364D43123f14
Octal1234623066115103227724
Binary1010011100110100110110110100110110000111001011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532613; }

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

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

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

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

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

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

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

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