#552F1E

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

Shades of Indian Tan #552F1E

Tints of Indian Tan #552F1E

Color information

#552F1E (or 0x552F1E) is unknown color: approx Indian Tan. HEX triplet: 55, 2F and 1E. RGB value is (85,47,30). Sum of RGB (Red+Green+Blue) = 85+47+30=162 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.47% from 162); Green value is 47 (18.75% from 255 or 29.01% from 162); Blue value is 30 (12.11% from 255 or 18.52% from 162); Max value from RGB is 85 - color contains mainly: red. Hex color #552F1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552F1E is #AAD0E1. Grayscale: #383838. Windows color (decimal): -11194594 or 1978197. OLE color: 1978197.

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

Color convert

RGB854730-
CMYK00.450.650.67
HSL18.55º47.83%22.55%-
HSV(B)18.55º64.71%33.33%-
XYZ54.061.75-
YUV56.42113.09148.38-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 52.47%
GREEN value IS 47 (18.75% from 255) = 29.01%
BLUE value IS 30 (12.11% from 255) = 18.52%
R=52.47%
G=29.01%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85473000.450.650.6718.5547.8322.55
Hex552F1E02D4143133017
Octal1255736055101103236027
Binary1010101101111111100101101100000110000111001111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,47,30); }

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

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

 a { background-color: rgb(85,47,30); }

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

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

 span { border-color: rgb(85,47,30); }

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