#552917

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

Shades of Indian Tan #552917

Tints of Indian Tan #552917

Color information

#552917 (or 0x552917) is unknown color: approx Indian Tan. HEX triplet: 55, 29 and 17. RGB value is (85,41,23). Sum of RGB (Red+Green+Blue) = 85+41+23=149 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.05% from 149); Green value is 41 (16.41% from 255 or 27.52% from 149); Blue value is 23 (9.38% from 255 or 15.44% from 149); Max value from RGB is 85 - color contains mainly: red. Hex color #552917 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552917 is #AAD6E8. Grayscale: #343434. Windows color (decimal): -11196137 or 1517909. OLE color: 1517909.

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

Color convert

RGB854123-
CMYK00.520.730.67
HSL17.42º57.41%21.18%-
HSV(B)17.42º72.94%33.33%-
XYZ4.693.581.25-
YUV52.1111.58151.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 57.05%
GREEN value IS 41 (16.41% from 255) = 27.52%
BLUE value IS 23 (9.38% from 255) = 15.44%
R=57.05%
G=27.52%
B=15.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85412300.520.730.6717.4257.4121.18
Hex5529170344943113915
Octal1255127064111103217125
Binary1010101101001101110110100100100110000111000111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552917; }

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

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

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

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

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

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

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

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