#552D1B

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

Shades of Indian Tan #552D1B

Tints of Indian Tan #552D1B

Color information

#552D1B (or 0x552D1B) is unknown color: approx Indian Tan. HEX triplet: 55, 2D and 1B. RGB value is (85,45,27). Sum of RGB (Red+Green+Blue) = 85+45+27=157 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.14% from 157); Green value is 45 (17.97% from 255 or 28.66% from 157); Blue value is 27 (10.94% from 255 or 17.20% from 157); Max value from RGB is 85 - color contains mainly: red. Hex color #552D1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552D1B is #AAD2E4. Grayscale: #373737. Windows color (decimal): -11195109 or 1781077. OLE color: 1781077.

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

Color convert

RGB854527-
CMYK00.470.680.67
HSL18.62º51.79%21.96%-
HSV(B)18.62º68.24%33.33%-
XYZ4.883.891.53-
YUV54.91112.25149.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 54.14%
GREEN value IS 45 (17.97% from 255) = 28.66%
BLUE value IS 27 (10.94% from 255) = 17.20%
R=54.14%
G=28.66%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.68
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85452700.470.680.6718.6251.7921.96
Hex552D1B02F4443133416
Octal1255533057104103236426
Binary1010101101101110110101111100010010000111001111010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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