#55601F

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

Shades of Saratoga #55601F

Tints of Saratoga #55601F

Color information

#55601F (or 0x55601F) is unknown color: approx Saratoga. HEX triplet: 55, 60 and 1F. RGB value is (85,96,31). Sum of RGB (Red+Green+Blue) = 85+96+31=212 (28% of max value = 765). Red value is 85 (33.59% from 255 or 40.09% from 212); Green value is 96 (37.89% from 255 or 45.28% from 212); Blue value is 31 (12.5% from 255 or 14.62% from 212); Max value from RGB is 96 - color contains mainly: green. Hex color #55601F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55601F is #AA9FE0. Grayscale: #555555. Windows color (decimal): -11182049 or 2056277. OLE color: 2056277.

HSL color Cylindrical-coordinate representation of color #55601F: hue angle of 70.15º degrees, saturation: 0.51, 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 #55601F is Cyan = 0.11, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB859631-
CMYK0.1100.680.62
HSL70.15º51.18%24.9%-
HSV(B)70.15º67.71%37.65%-
XYZ8.1810.42.87-
YUV85.397.36127.79-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.09%
GREEN value IS 96 (37.89% from 255) = 45.28%
BLUE value IS 31 (12.5% from 255) = 14.62%
R=40.09%
G=45.28%
B=14.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8596310.1100.680.6270.1551.1824.9
Hex55601FB0443E463319
Octal12514037130104761066331
Binary1010101110000011111101101000100111110100011011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55601F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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