#552816

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

Shades of Indian Tan #552816

Tints of Indian Tan #552816

Color information

#552816 (or 0x552816) is unknown color: approx Indian Tan. HEX triplet: 55, 28 and 16. RGB value is (85,40,22). Sum of RGB (Red+Green+Blue) = 85+40+22=147 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.82% from 147); Green value is 40 (16.02% from 255 or 27.21% from 147); Blue value is 22 (8.98% from 255 or 14.97% from 147); Max value from RGB is 85 - color contains mainly: red. Hex color #552816 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552816 is #AAD7E9. Grayscale: #333333. Windows color (decimal): -11196394 or 1452117. OLE color: 1452117.

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

Color convert

RGB854022-
CMYK00.530.740.67
HSL17.14º58.88%20.98%-
HSV(B)17.14º74.12%33.33%-
XYZ4.653.511.19-
YUV51.4111.41151.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 57.82%
GREEN value IS 40 (16.02% from 255) = 27.21%
BLUE value IS 22 (8.98% from 255) = 14.97%
R=57.82%
G=27.21%
B=14.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.74
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85402200.530.740.6717.1458.8820.98
Hex5528160354A43113b15
Octal1255026065112103217325
Binary1010101101000101100110101100101010000111000111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552816; }

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

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

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

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

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

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

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

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