#552E1A

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

Shades of Indian Tan #552E1A

Tints of Indian Tan #552E1A

Color information

#552E1A (or 0x552E1A) is unknown color: approx Indian Tan. HEX triplet: 55, 2E and 1A. RGB value is (85,46,26). Sum of RGB (Red+Green+Blue) = 85+46+26=157 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.14% from 157); Green value is 46 (18.36% from 255 or 29.30% from 157); Blue value is 26 (10.55% from 255 or 16.56% from 157); Max value from RGB is 85 - color contains mainly: red. Hex color #552E1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552E1A is #AAD1E5. Grayscale: #373737. Windows color (decimal): -11194854 or 1715797. OLE color: 1715797.

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

Color convert

RGB854626-
CMYK00.460.690.67
HSL20.34º53.15%21.76%-
HSV(B)20.34º69.41%33.33%-
XYZ4.913.961.48-
YUV55.38111.42149.13-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 54.14%
GREEN value IS 46 (18.36% from 255) = 29.30%
BLUE value IS 26 (10.55% from 255) = 16.56%
R=54.14%
G=29.30%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85462600.460.690.6720.3453.1521.76
Hex552E1A02E4543143516
Octal1255632056105103246526
Binary1010101101110110100101110100010110000111010011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,46,26); }

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

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

 a { background-color: rgb(85,46,26); }

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

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

 span { border-color: rgb(85,46,26); }

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