#56591F

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

Shades of Saratoga #56591F

Tints of Saratoga #56591F

Color information

#56591F (or 0x56591F) is unknown color: approx Saratoga. HEX triplet: 56, 59 and 1F. RGB value is (86,89,31). Sum of RGB (Red+Green+Blue) = 86+89+31=206 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.75% from 206); Green value is 89 (35.16% from 255 or 43.20% from 206); Blue value is 31 (12.5% from 255 or 15.05% from 206); Max value from RGB is 89 - color contains mainly: green. Hex color #56591F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56591F is #A9A6E0. Grayscale: #515151. Windows color (decimal): -11118305 or 2054486. OLE color: 2054486.

HSL color Cylindrical-coordinate representation of color #56591F: hue angle of 63.1º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #56591F is Cyan = 0.03, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.65.

Color convert

RGB868931-
CMYK0.0300.650.65
HSL63.1º48.33%23.53%-
HSV(B)63.1º65.17%34.9%-
XYZ7.669.222.67-
YUV81.4999.51131.22-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.75%
GREEN value IS 89 (35.16% from 255) = 43.20%
BLUE value IS 31 (12.5% from 255) = 15.05%
R=41.75%
G=43.20%
B=15.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8689310.0300.650.6563.148.3323.53
Hex56591F3041413f3018
Octal1261313730101101776030
Binary10101101011001111111101000001100000111111111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56591F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56591F; }

 p { color: rgb(86,89,31); }

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

<style>
 a { background-color: #56591F; }

 a { background-color: rgb(86,89,31); }

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

<style>
 span { border-color: #56591F; }

 span { border-color: rgb(86,89,31); }

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