#552D1A

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

Shades of Indian Tan #552D1A

Tints of Indian Tan #552D1A

Color information

#552D1A (or 0x552D1A) is unknown color: approx Indian Tan. HEX triplet: 55, 2D and 1A. RGB value is (85,45,26). Sum of RGB (Red+Green+Blue) = 85+45+26=156 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.49% from 156); Green value is 45 (17.97% from 255 or 28.85% from 156); Blue value is 26 (10.55% from 255 or 16.67% from 156); Max value from RGB is 85 - color contains mainly: red. Hex color #552D1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552D1A is #AAD2E5. Grayscale: #363636. Windows color (decimal): -11195110 or 1715541. OLE color: 1715541.

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

Color convert

RGB854526-
CMYK00.470.690.67
HSL19.32º53.15%21.76%-
HSV(B)19.32º69.41%33.33%-
XYZ4.873.881.47-
YUV54.79111.75149.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 54.49%
GREEN value IS 45 (17.97% from 255) = 28.85%
BLUE value IS 26 (10.55% from 255) = 16.67%
R=54.49%
G=28.85%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85452600.470.690.6719.3253.1521.76
Hex552D1A02F4543133516
Octal1255532057105103236526
Binary1010101101101110100101111100010110000111001111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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