#565524

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

Shades of Saratoga #565524

Tints of Saratoga #565524

Color information

#565524 (or 0x565524) is unknown color: approx Saratoga. HEX triplet: 56, 55 and 24. RGB value is (86,85,36). Sum of RGB (Red+Green+Blue) = 86+85+36=207 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.55% from 207); Green value is 85 (33.59% from 255 or 41.06% from 207); Blue value is 36 (14.45% from 255 or 17.39% from 207); Max value from RGB is 86 - color contains mainly: red. Hex color #565524 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565524 is #A9AADB. Grayscale: #4F4F4F. Windows color (decimal): -11119324 or 2381142. OLE color: 2381142.

HSL color Cylindrical-coordinate representation of color #565524: hue angle of 58.8º degrees, saturation: 0.41, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #565524 is Cyan = 0, Magento = 0.01, Yellow = 0.58 and Black (K on CMYK) = 0.66.

Color convert

RGB868536-
CMYK00.010.580.66
HSL58.8º40.98%23.92%-
HSV(B)58.8º58.14%33.73%-
XYZ7.48.62.94-
YUV79.71103.33132.48-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.55%
GREEN value IS 85 (33.59% from 255) = 41.06%
BLUE value IS 36 (14.45% from 255) = 17.39%
R=41.55%
G=41.06%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.58
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86853600.010.580.6658.840.9823.92
Hex565524013A423b2918
Octal126125440172102735130
Binary1010110101010110010001111010100001011101110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565524; }

 p { color: rgb(86,85,36); }

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

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

 a { background-color: rgb(86,85,36); }

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

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

 span { border-color: rgb(86,85,36); }

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