#565925

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

Shades of Saratoga #565925

Tints of Saratoga #565925

Color information

#565925 (or 0x565925) is unknown color: approx Saratoga. HEX triplet: 56, 59 and 25. RGB value is (86,89,37). Sum of RGB (Red+Green+Blue) = 86+89+37=212 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.57% from 212); Green value is 89 (35.16% from 255 or 41.98% from 212); Blue value is 37 (14.84% from 255 or 17.45% from 212); Max value from RGB is 89 - color contains mainly: green. Hex color #565925 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565925 is #A9A6DA. Grayscale: #525252. Windows color (decimal): -11118299 or 2447702. OLE color: 2447702.

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

Color convert

RGB868937-
CMYK0.0300.580.65
HSL63.46º41.27%24.71%-
HSV(B)63.46º58.43%34.9%-
XYZ7.749.263.13-
YUV82.18102.51130.73-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.57%
GREEN value IS 89 (35.16% from 255) = 41.98%
BLUE value IS 37 (14.84% from 255) = 17.45%
R=40.57%
G=41.98%
B=17.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8689370.0300.580.6563.4641.2724.71
Hex565925303A413f2919
Octal126131453072101775131
Binary10101101011001100101110111010100000111111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565925; }

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

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

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

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

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

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

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

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