#552A16

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

Shades of Indian Tan #552A16

Tints of Indian Tan #552A16

Color information

#552A16 (or 0x552A16) is unknown color: approx Indian Tan. HEX triplet: 55, 2A and 16. RGB value is (85,42,22). Sum of RGB (Red+Green+Blue) = 85+42+22=149 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.05% from 149); Green value is 42 (16.80% from 255 or 28.19% from 149); Blue value is 22 (8.98% from 255 or 14.77% from 149); Max value from RGB is 85 - color contains mainly: red. Hex color #552A16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552A16 is #AAD5E9. Grayscale: #343434. Windows color (decimal): -11195882 or 1452629. OLE color: 1452629.

HSL color Cylindrical-coordinate representation of color #552A16: hue angle of 19.05º 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 #552A16 is Cyan = 0, Magento = 0.51, Yellow = 0.74 and Black (K on CMYK) = 0.67.

Color convert

RGB854222-
CMYK00.510.740.67
HSL19.05º58.88%20.98%-
HSV(B)19.05º74.12%33.33%-
XYZ4.723.651.21-
YUV52.58110.75151.13-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 57.05%
GREEN value IS 42 (16.80% from 255) = 28.19%
BLUE value IS 22 (8.98% from 255) = 14.77%
R=57.05%
G=28.19%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.74
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85422200.510.740.6719.0558.8820.98
Hex552A160334A43133b15
Octal1255226063112103237325
Binary1010101101010101100110011100101010000111001111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552A16; }

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

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

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

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

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

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

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

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