#55611D

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

Shades of Saratoga #55611D

Tints of Saratoga #55611D

Color information

#55611D (or 0x55611D) is unknown color: approx Saratoga. HEX triplet: 55, 61 and 1D. RGB value is (85,97,29). Sum of RGB (Red+Green+Blue) = 85+97+29=211 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.28% from 211); Green value is 97 (38.28% from 255 or 45.97% from 211); Blue value is 29 (11.72% from 255 or 13.74% from 211); Max value from RGB is 97 - color contains mainly: green. Hex color #55611D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55611D is #AA9EE2. Grayscale: #555555. Windows color (decimal): -11181795 or 1925461. OLE color: 1925461.

HSL color Cylindrical-coordinate representation of color #55611D: hue angle of 70.59º 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 #55611D is Cyan = 0.12, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB859729-
CMYK0.1200.700.62
HSL70.59º53.97%24.71%-
HSV(B)70.59º70.1%38.04%-
XYZ8.2410.572.77-
YUV85.6696.02127.53-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.28%
GREEN value IS 97 (38.28% from 255) = 45.97%
BLUE value IS 29 (11.72% from 255) = 13.74%
R=40.28%
G=45.97%
B=13.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8597290.1200.700.6270.5953.9724.71
Hex55611DC0463E473619
Octal12514135140106761076631
Binary1010101110000111101110001000110111110100011111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55611D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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