#532917

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

Shades of Indian Tan #532917

Tints of Indian Tan #532917

Color information

#532917 (or 0x532917) is unknown color: approx Indian Tan. HEX triplet: 53, 29 and 17. RGB value is (83,41,23). Sum of RGB (Red+Green+Blue) = 83+41+23=147 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.46% from 147); Green value is 41 (16.41% from 255 or 27.89% from 147); Blue value is 23 (9.38% from 255 or 15.65% from 147); Max value from RGB is 83 - color contains mainly: red. Hex color #532917 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532917 is #ACD6E8. Grayscale: #333333. Windows color (decimal): -11327209 or 1517907. OLE color: 1517907.

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

Color convert

RGB834123-
CMYK00.510.720.67
HSL18º56.6%20.78%-
HSV(B)18º72.29%32.55%-
XYZ4.513.491.25-
YUV51.51111.91150.46-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 56.46%
GREEN value IS 41 (16.41% from 255) = 27.89%
BLUE value IS 23 (9.38% from 255) = 15.65%
R=56.46%
G=27.89%
B=15.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.72
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83412300.510.720.671856.620.78
Hex5329170334843123915
Octal1235127063110103227125
Binary1010011101001101110110011100100010000111001011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532917; }

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

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

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

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

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

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

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

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