#565A1F

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

Shades of Saratoga #565A1F

Tints of Saratoga #565A1F

Color information

#565A1F (or 0x565A1F) is unknown color: approx Saratoga. HEX triplet: 56, 5A and 1F. RGB value is (86,90,31). Sum of RGB (Red+Green+Blue) = 86+90+31=207 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.55% from 207); Green value is 90 (35.55% from 255 or 43.48% from 207); Blue value is 31 (12.5% from 255 or 14.98% from 207); Max value from RGB is 90 - color contains mainly: green. Hex color #565A1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565A1F is #A9A5E0. Grayscale: #525252. Windows color (decimal): -11118049 or 2054742. OLE color: 2054742.

HSL color Cylindrical-coordinate representation of color #565A1F: hue angle of 64.07º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #565A1F is Cyan = 0.04, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.65.

Color convert

RGB869031-
CMYK0.0400.660.65
HSL64.07º48.76%23.73%-
HSV(B)64.07º65.56%35.29%-
XYZ7.749.392.7-
YUV82.0899.17130.8-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.55%
GREEN value IS 90 (35.55% from 255) = 43.48%
BLUE value IS 31 (12.5% from 255) = 14.98%
R=41.55%
G=43.48%
B=14.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8690310.0400.660.6564.0748.7623.73
Hex565A1F404241403118
Octal12613237401021011006130
Binary1010110101101011111100010000101000001100000011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565A1F; }

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

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

<style>
 a { background-color: #565A1F; }

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

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

<style>
 span { border-color: #565A1F; }

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

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