#55641E

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

Shades of Saratoga #55641E

Tints of Saratoga #55641E

Color information

#55641E (or 0x55641E) is unknown color: approx Saratoga. HEX triplet: 55, 64 and 1E. RGB value is (85,100,30). Sum of RGB (Red+Green+Blue) = 85+100+30=215 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.53% from 215); Green value is 100 (39.45% from 255 or 46.51% from 215); Blue value is 30 (12.11% from 255 or 13.95% from 215); Max value from RGB is 100 - color contains mainly: green. Hex color #55641E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55641E is #AA9BE1. Grayscale: #575757. Windows color (decimal): -11181026 or 1991765. OLE color: 1991765.

HSL color Cylindrical-coordinate representation of color #55641E: hue angle of 72.86º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #55641E is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.61.

Color convert

RGB8510030-
CMYK0.1500.700.61
HSL72.86º53.85%25.49%-
HSV(B)72.86º70%39.22%-
XYZ8.5411.142.93-
YUV87.5495.53126.19-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.53%
GREEN value IS 100 (39.45% from 255) = 46.51%
BLUE value IS 30 (12.11% from 255) = 13.95%
R=39.53%
G=46.51%
B=13.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal85100300.1500.700.6172.8653.8525.49
Hex55641EF0463D493619
Octal12514436170106751116631
Binary1010101110010011110111101000110111101100100111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55641E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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