#532817

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

Shades of Indian Tan #532817

Tints of Indian Tan #532817

Color information

#532817 (or 0x532817) is unknown color: approx Indian Tan. HEX triplet: 53, 28 and 17. RGB value is (83,40,23). Sum of RGB (Red+Green+Blue) = 83+40+23=146 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.85% from 146); Green value is 40 (16.02% from 255 or 27.40% from 146); Blue value is 23 (9.38% from 255 or 15.75% from 146); Max value from RGB is 83 - color contains mainly: red. Hex color #532817 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532817 is #ACD7E8. Grayscale: #333333. Windows color (decimal): -11327465 or 1517651. OLE color: 1517651.

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

Color convert

RGB834023-
CMYK00.520.720.67
HSL17º56.6%20.78%-
HSV(B)17º72.29%32.55%-
XYZ4.483.421.23-
YUV50.92112.25150.88-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 56.85%
GREEN value IS 40 (16.02% from 255) = 27.40%
BLUE value IS 23 (9.38% from 255) = 15.75%
R=56.85%
G=27.40%
B=15.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.72
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83402300.520.720.671756.620.78
Hex5328170344843113915
Octal1235027064110103217125
Binary1010011101000101110110100100100010000111000111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532817; }

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

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

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

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

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

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

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

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