#53291A

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

Shades of Indian Tan #53291A

Tints of Indian Tan #53291A

Color information

#53291A (or 0x53291A) is unknown color: approx Indian Tan. HEX triplet: 53, 29 and 1A. RGB value is (83,41,26). Sum of RGB (Red+Green+Blue) = 83+41+26=150 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.33% from 150); Green value is 41 (16.41% from 255 or 27.33% from 150); Blue value is 26 (10.55% from 255 or 17.33% from 150); Max value from RGB is 83 - color contains mainly: red. Hex color #53291A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53291A is #ACD6E5. Grayscale: #333333. Windows color (decimal): -11327206 or 1714515. OLE color: 1714515.

HSL color Cylindrical-coordinate representation of color #53291A: hue angle of 15.79º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #53291A is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB834126-
CMYK00.510.690.67
HSL15.79º52.29%21.37%-
HSV(B)15.79º68.67%32.55%-
XYZ4.553.51.41-
YUV51.85113.41150.22-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 55.33%
GREEN value IS 41 (16.41% from 255) = 27.33%
BLUE value IS 26 (10.55% from 255) = 17.33%
R=55.33%
G=27.33%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83412600.510.690.6715.7952.2921.37
Hex53291A0334543103415
Octal1235132063105103206425
Binary1010011101001110100110011100010110000111000011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53291A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53291A; }

 p { color: rgb(83,41,26); }

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

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

 a { background-color: rgb(83,41,26); }

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

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

 span { border-color: rgb(83,41,26); }

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