#55612E

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

Shades of Saratoga #55612E

Tints of Saratoga #55612E

Color information

#55612E (or 0x55612E) is unknown color: approx Saratoga. HEX triplet: 55, 61 and 2E. RGB value is (85,97,46). Sum of RGB (Red+Green+Blue) = 85+97+46=228 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.28% from 228); Green value is 97 (38.28% from 255 or 42.54% from 228); Blue value is 46 (18.36% from 255 or 20.18% from 228); Max value from RGB is 97 - color contains mainly: green. Hex color #55612E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55612E is #AA9ED1. Grayscale: #575757. Windows color (decimal): -11181778 or 3039573. OLE color: 3039573.

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

Color convert

RGB859746-
CMYK0.1200.530.62
HSL74.12º35.66%28.04%-
HSV(B)74.12º52.58%38.04%-
XYZ8.5110.684.2-
YUV87.6104.52126.15-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.28%
GREEN value IS 97 (38.28% from 255) = 42.54%
BLUE value IS 46 (18.36% from 255) = 20.18%
R=37.28%
G=42.54%
B=20.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8597460.1200.530.6274.1235.6628.04
Hex55612EC0353E4a241c
Octal1251415614065761124434
Binary1010101110000110111011000110101111110100101010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55612E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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