Html Css Color HEX #565522 Saratoga

📋 copy color: '#565522'

red 86 ◦ green 85 ◦ blue 34

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

Shades of Saratoga #565522

Tints of Saratoga #565522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 16.59%

R = 41.95%
G = 41.46%
B = 16.59%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.60

 K value IS 0.66

RGB Variations

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

Color information

#565522 (or 0x565522) is known color: Saratoga. HEX triplet: 56, 55 and 22. RGB value is (86,85,34). Sum of RGB (Red+Green+Blue) = 86+85+34=205 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.95% from 205); Green value is 85 (33.59% from 255 or 41.46% from 205); Blue value is 34 (13.67% from 255 or 16.59% from 205); Max value from RGB is 86 - color contains mainly: red. Hex color #565522 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565522 is #A9AADD. Grayscale: #4F4F4F. Windows color (decimal): -11119326 or 2250070. OLE color: 2250070.

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

Color convert

RGB 86 85 34 -
CMYK 0 0.01 0.60 0.66
HSL 58.85º 0.43% 0.24% -
HSV(B) 58.85º 0.6% 0.34% -
XYZ 7.37 8.59 2.78 -
YUV 79.49 102.33 132.65 -
System Red Green Blue C M Y K H S L
Decimal 86 85 34 0 0.01 0.60 0.66 58.85 0.43 0.24
Hex 56 55 22 0 1 3C 42 3B 2B 18
Octal 126 125 42 0 1 74 102 73 53 30
Binary 1010110 1010101 100010 0 1 111100 1000010 111011 101011 11000

Color Harmonies of #565522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565522

Black with #565522

Text Example


Text Example

White with #565522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565522; }

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

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

background-color css

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

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

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

border-color css

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

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

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