#55631B

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

Shades of Saratoga #55631B

Tints of Saratoga #55631B

Color information

#55631B (or 0x55631B) is unknown color: approx Saratoga. HEX triplet: 55, 63 and 1B. RGB value is (85,99,27). Sum of RGB (Red+Green+Blue) = 85+99+27=211 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.28% from 211); Green value is 99 (39.06% from 255 or 46.92% from 211); Blue value is 27 (10.94% from 255 or 12.80% from 211); Max value from RGB is 99 - color contains mainly: green. Hex color #55631B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55631B is #AA9CE4. Grayscale: #565656. Windows color (decimal): -11181285 or 1794901. OLE color: 1794901.

HSL color Cylindrical-coordinate representation of color #55631B: hue angle of 71.67º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #55631B is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.61.

Color convert

RGB859927-
CMYK0.1400.730.61
HSL71.67º57.14%24.71%-
HSV(B)71.67º72.73%38.82%-
XYZ8.4110.932.7-
YUV86.6194.36126.85-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.28%
GREEN value IS 99 (39.06% from 255) = 46.92%
BLUE value IS 27 (10.94% from 255) = 12.80%
R=40.28%
G=46.92%
B=12.80%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8599270.1400.730.6171.6757.1424.71
Hex55631BE0493D483919
Octal12514333160111751107131
Binary1010101110001111011111001001001111101100100011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55631B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55631B; }

 p { color: rgb(85,99,27); }

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

<style>
 a { background-color: #55631B; }

 a { background-color: rgb(85,99,27); }

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

<style>
 span { border-color: #55631B; }

 span { border-color: rgb(85,99,27); }

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