#55611F

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

Shades of Saratoga #55611F

Tints of Saratoga #55611F

Color information

#55611F (or 0x55611F) is unknown color: approx Saratoga. HEX triplet: 55, 61 and 1F. RGB value is (85,97,31). Sum of RGB (Red+Green+Blue) = 85+97+31=213 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.91% from 213); Green value is 97 (38.28% from 255 or 45.54% from 213); Blue value is 31 (12.5% from 255 or 14.55% from 213); Max value from RGB is 97 - color contains mainly: green. Hex color #55611F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55611F is #AA9EE0. Grayscale: #565656. Windows color (decimal): -11181793 or 2056533. OLE color: 2056533.

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

Color convert

RGB859731-
CMYK0.1200.680.62
HSL70.91º51.56%25.1%-
HSV(B)70.91º68.04%38.04%-
XYZ8.2710.582.9-
YUV85.8997.02127.37-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.91%
GREEN value IS 97 (38.28% from 255) = 45.54%
BLUE value IS 31 (12.5% from 255) = 14.55%
R=39.91%
G=45.54%
B=14.55%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8597310.1200.680.6270.9151.5625.1
Hex55611FC0443E473419
Octal12514137140104761076431
Binary1010101110000111111110001000100111110100011111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55611F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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