#552D19

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

Shades of Indian Tan #552D19

Tints of Indian Tan #552D19

Color information

#552D19 (or 0x552D19) is unknown color: approx Indian Tan. HEX triplet: 55, 2D and 19. RGB value is (85,45,25). Sum of RGB (Red+Green+Blue) = 85+45+25=155 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.84% from 155); Green value is 45 (17.97% from 255 or 29.03% from 155); Blue value is 25 (10.16% from 255 or 16.13% from 155); Max value from RGB is 85 - color contains mainly: red. Hex color #552D19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552D19 is #AAD2E6. Grayscale: #363636. Windows color (decimal): -11195111 or 1650005. OLE color: 1650005.

HSL color Cylindrical-coordinate representation of color #552D19: hue angle of 20º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #552D19 is Cyan = 0, Magento = 0.47, Yellow = 0.71 and Black (K on CMYK) = 0.67.

Color convert

RGB854525-
CMYK00.470.710.67
HSL20º54.55%21.57%-
HSV(B)20º70.59%33.33%-
XYZ4.863.881.41-
YUV54.68111.25149.63-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 54.84%
GREEN value IS 45 (17.97% from 255) = 29.03%
BLUE value IS 25 (10.16% from 255) = 16.13%
R=54.84%
G=29.03%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85452500.470.710.672054.5521.57
Hex552D1902F4743143716
Octal1255531057107103246726
Binary1010101101101110010101111100011110000111010011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,45,25); }

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

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

 a { background-color: rgb(85,45,25); }

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

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

 span { border-color: rgb(85,45,25); }

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