#552815

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

Shades of Indian Tan #552815

Tints of Indian Tan #552815

Color information

#552815 (or 0x552815) is unknown color: approx Indian Tan. HEX triplet: 55, 28 and 15. RGB value is (85,40,21). Sum of RGB (Red+Green+Blue) = 85+40+21=146 (19% of max value = 765). Red value is 85 (33.59% from 255 or 58.22% from 146); Green value is 40 (16.02% from 255 or 27.40% from 146); Blue value is 21 (8.59% from 255 or 14.38% from 146); Max value from RGB is 85 - color contains mainly: red. Hex color #552815 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552815 is #AAD7EA. Grayscale: #333333. Windows color (decimal): -11196395 or 1386581. OLE color: 1386581.

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

Color convert

RGB854021-
CMYK00.530.750.67
HSL17.81º60.38%20.78%-
HSV(B)17.81º75.29%33.33%-
XYZ4.643.51.14-
YUV51.29110.91152.04-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 58.22%
GREEN value IS 40 (16.02% from 255) = 27.40%
BLUE value IS 21 (8.59% from 255) = 14.38%
R=58.22%
G=27.40%
B=14.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85402100.530.750.6717.8160.3820.78
Hex5528150354B43123c15
Octal1255025065113103227425
Binary1010101101000101010110101100101110000111001011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552815; }

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

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

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

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

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

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

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

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