#55601D

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

Shades of Saratoga #55601D

Tints of Saratoga #55601D

Color information

#55601D (or 0x55601D) is unknown color: approx Saratoga. HEX triplet: 55, 60 and 1D. RGB value is (85,96,29). Sum of RGB (Red+Green+Blue) = 85+96+29=210 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.48% from 210); Green value is 96 (37.89% from 255 or 45.71% from 210); Blue value is 29 (11.72% from 255 or 13.81% from 210); Max value from RGB is 96 - color contains mainly: green. Hex color #55601D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55601D is #AA9FE2. Grayscale: #555555. Windows color (decimal): -11182051 or 1925205. OLE color: 1925205.

HSL color Cylindrical-coordinate representation of color #55601D: hue angle of 69.85º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #55601D is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB859629-
CMYK0.1100.700.62
HSL69.85º53.6%24.51%-
HSV(B)69.85º69.79%37.65%-
XYZ8.1510.392.74-
YUV85.0796.36127.95-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.48%
GREEN value IS 96 (37.89% from 255) = 45.71%
BLUE value IS 29 (11.72% from 255) = 13.81%
R=40.48%
G=45.71%
B=13.81%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8596290.1100.700.6269.8553.624.51
Hex55601DB0463E463619
Octal12514035130106761066631
Binary1010101110000011101101101000110111110100011011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55601D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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