Html Css Color HEX #565524 Saratoga

📋 copy color: '#565524'

red 86 ◦ green 85 ◦ blue 36

#565524
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Saratoga #565524

Tints of Saratoga #565524

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 value IS 0

 M value IS 0.01

 Y value IS 0.58

 K value IS 0.66

RGB Variations

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

Color information

#565524 (or 0x565524) is known color: 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

RGB 86 85 36 -
CMYK 0 0.01 0.58 0.66
HSL 58.8º 0.41% 0.24% -
HSV(B) 58.8º 0.58% 0.34% -
XYZ 7.4 8.6 2.94 -
YUV 79.71 103.33 132.48 -
System Red Green Blue C M Y K H S L
Decimal 86 85 36 0 0.01 0.58 0.66 58.8 0.41 0.24
Hex 56 55 24 0 1 3A 42 3B 29 18
Octal 126 125 44 0 1 72 102 73 51 30
Binary 1010110 1010101 100100 0 1 111010 1000010 111011 101001 11000

Color Harmonies of #565524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565524

Black with #565524

Text Example


Text Example

White with #565524

Text Example


Text Example

HTML Codes & Css Web 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>