#55601E

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

Shades of Saratoga #55601E

Tints of Saratoga #55601E

Color information

#55601E (or 0x55601E) is unknown color: approx Saratoga. HEX triplet: 55, 60 and 1E. RGB value is (85,96,30). Sum of RGB (Red+Green+Blue) = 85+96+30=211 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.28% from 211); Green value is 96 (37.89% from 255 or 45.50% from 211); Blue value is 30 (12.11% from 255 or 14.22% from 211); Max value from RGB is 96 - color contains mainly: green. Hex color #55601E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55601E is #AA9FE1. Grayscale: #555555. Windows color (decimal): -11182050 or 1990741. OLE color: 1990741.

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

Color convert

RGB859630-
CMYK0.1100.690.62
HSL70º52.38%24.71%-
HSV(B)70º68.75%37.65%-
XYZ8.1610.392.8-
YUV85.1996.86127.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.28%
GREEN value IS 96 (37.89% from 255) = 45.50%
BLUE value IS 30 (12.11% from 255) = 14.22%
R=40.28%
G=45.50%
B=14.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8596300.1100.690.627052.3824.71
Hex55601EB0453E463419
Octal12514036130105761066431
Binary1010101110000011110101101000101111110100011011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55601E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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