#552D1F

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

Shades of Indian Tan #552D1F

Tints of Indian Tan #552D1F

Color information

#552D1F (or 0x552D1F) is unknown color: approx Indian Tan. HEX triplet: 55, 2D and 1F. RGB value is (85,45,31). Sum of RGB (Red+Green+Blue) = 85+45+31=161 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.80% from 161); Green value is 45 (17.97% from 255 or 27.95% from 161); Blue value is 31 (12.5% from 255 or 19.25% from 161); Max value from RGB is 85 - color contains mainly: red. Hex color #552D1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552D1F is #AAD2E0. Grayscale: #373737. Windows color (decimal): -11195105 or 2043221. OLE color: 2043221.

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

Color convert

RGB854531-
CMYK00.470.640.67
HSL15.56º46.55%22.75%-
HSV(B)15.56º63.53%33.33%-
XYZ4.933.911.79-
YUV55.36114.25149.14-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 52.80%
GREEN value IS 45 (17.97% from 255) = 27.95%
BLUE value IS 31 (12.5% from 255) = 19.25%
R=52.80%
G=27.95%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85453100.470.640.6715.5646.5522.75
Hex552D1F02F4043102f17
Octal1255537057100103205727
Binary1010101101101111110101111100000010000111000010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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