#552817

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

Shades of Indian Tan #552817

Tints of Indian Tan #552817

Color information

#552817 (or 0x552817) is unknown color: approx Indian Tan. HEX triplet: 55, 28 and 17. RGB value is (85,40,23). Sum of RGB (Red+Green+Blue) = 85+40+23=148 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.43% from 148); Green value is 40 (16.02% from 255 or 27.03% from 148); Blue value is 23 (9.38% from 255 or 15.54% from 148); Max value from RGB is 85 - color contains mainly: red. Hex color #552817 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552817 is #AAD7E8. Grayscale: #333333. Windows color (decimal): -11196393 or 1517653. OLE color: 1517653.

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

Color convert

RGB854023-
CMYK00.530.730.67
HSL16.45º57.41%21.18%-
HSV(B)16.45º72.94%33.33%-
XYZ4.663.511.24-
YUV51.52111.91151.88-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 57.43%
GREEN value IS 40 (16.02% from 255) = 27.03%
BLUE value IS 23 (9.38% from 255) = 15.54%
R=57.43%
G=27.03%
B=15.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85402300.530.730.6716.4557.4121.18
Hex5528170354943103915
Octal1255027065111103207125
Binary1010101101000101110110101100100110000111000011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552817; }

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

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

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

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

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

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

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

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