Html Css Color HEX #565521 Saratoga

📋 copy color: '#565521'

red 86 ◦ green 85 ◦ blue 33

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

Shades of Saratoga #565521

Tints of Saratoga #565521

RGB

 RED value IS 86 (33.98% from 255) = 42.16%

 GREEN value IS 85 (33.59% from 255) = 41.67%

 BLUE value IS 33 (13.28% from 255) = 16.18%

R = 42.16%
G = 41.67%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.62

 K value IS 0.66

RGB Variations

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

Color information

#565521 (or 0x565521) is known color: Saratoga. HEX triplet: 56, 55 and 21. RGB value is (86,85,33). Sum of RGB (Red+Green+Blue) = 86+85+33=204 (27% of max value = 765). Red value is 86 (33.98% from 255 or 42.16% from 204); Green value is 85 (33.59% from 255 or 41.67% from 204); Blue value is 33 (13.28% from 255 or 16.18% from 204); Max value from RGB is 86 - color contains mainly: red. Hex color #565521 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565521 is #A9AADE. Grayscale: #4F4F4F. Windows color (decimal): -11119327 or 2184534. OLE color: 2184534.

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

Color convert

RGB 86 85 33 -
CMYK 0 0.01 0.62 0.66
HSL 58.87º 0.45% 0.23% -
HSV(B) 58.87º 0.62% 0.34% -
XYZ 7.36 8.59 2.71 -
YUV 79.37 101.83 132.73 -
System Red Green Blue C M Y K H S L
Decimal 86 85 33 0 0.01 0.62 0.66 58.87 0.45 0.23
Hex 56 55 21 0 1 3E 42 3B 2D 17
Octal 126 125 41 0 1 76 102 73 55 27
Binary 1010110 1010101 100001 0 1 111110 1000010 111011 101101 10111

Color Harmonies of #565521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565521

Black with #565521

Text Example


Text Example

White with #565521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565521; }

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

 H1.HeaderClassName
 {
   color: #565521;
 }
 .AnyTagClassName
 {
   color: #565521;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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