#55611E

Color #55611E Saratoga (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saratoga #55611E

Tints of Saratoga #55611E

Color information

#55611E (or 0x55611E) is unknown color: approx Saratoga. HEX triplet: 55, 61 and 1E. RGB value is (85,97,30). Sum of RGB (Red+Green+Blue) = 85+97+30=212 (28% of max value = 765). Red value is 85 (33.59% from 255 or 40.09% from 212); Green value is 97 (38.28% from 255 or 45.75% from 212); Blue value is 30 (12.11% from 255 or 14.15% from 212); Max value from RGB is 97 - color contains mainly: green. Hex color #55611E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55611E is #AA9EE1. Grayscale: #565656. Windows color (decimal): -11181794 or 1990997. OLE color: 1990997.

HSL color Cylindrical-coordinate representation of color #55611E: hue angle of 70.75º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #55611E is Cyan = 0.12, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB859730-
CMYK0.1200.690.62
HSL70.75º52.76%24.9%-
HSV(B)70.75º69.07%38.04%-
XYZ8.2610.572.83-
YUV85.7796.52127.45-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.09%
GREEN value IS 97 (38.28% from 255) = 45.75%
BLUE value IS 30 (12.11% from 255) = 14.15%
R=40.09%
G=45.75%
B=14.15%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8597300.1200.690.6270.7552.7624.9
Hex55611EC0453E473519
Octal12514136140105761076531
Binary1010101110000111110110001000101111110100011111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55611E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55611E; }

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

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

<style>
 a { background-color: #55611E; }

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

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

<style>
 span { border-color: #55611E; }

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

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