#552B1B

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

Shades of Indian Tan #552B1B

Tints of Indian Tan #552B1B

Color information

#552B1B (or 0x552B1B) is unknown color: approx Indian Tan. HEX triplet: 55, 2B and 1B. RGB value is (85,43,27). Sum of RGB (Red+Green+Blue) = 85+43+27=155 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.84% from 155); Green value is 43 (17.19% from 255 or 27.74% from 155); Blue value is 27 (10.94% from 255 or 17.42% from 155); Max value from RGB is 85 - color contains mainly: red. Hex color #552B1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552B1B is #AAD4E4. Grayscale: #353535. Windows color (decimal): -11195621 or 1780565. OLE color: 1780565.

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

Color convert

RGB854327-
CMYK00.490.680.67
HSL16.55º51.79%21.96%-
HSV(B)16.55º68.24%33.33%-
XYZ4.813.741.51-
YUV53.73112.91150.3-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 54.84%
GREEN value IS 43 (17.19% from 255) = 27.74%
BLUE value IS 27 (10.94% from 255) = 17.42%
R=54.84%
G=27.74%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.68
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85432700.490.680.6716.5551.7921.96
Hex552B1B0314443113416
Octal1255333061104103216426
Binary1010101101011110110110001100010010000111000111010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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