Html Css Color HEX #566420 Saratoga

📋 copy color: '#566420'

red 86 ◦ green 100 ◦ blue 32

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

Shades of Saratoga #566420

Tints of Saratoga #566420

RGB

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

 GREEN value IS 100 (39.45% from 255) = 45.87%

 BLUE value IS 32 (12.89% from 255) = 14.68%

R = 39.45%
G = 45.87%
B = 14.68%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.68

 K value IS 0.61

RGB Variations

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

Color information

#566420 (or 0x566420) is known color: Saratoga. HEX triplet: 56, 64 and 20. RGB value is (86,100,32). Sum of RGB (Red+Green+Blue) = 86+100+32=218 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.45% from 218); Green value is 100 (39.45% from 255 or 45.87% from 218); Blue value is 32 (12.89% from 255 or 14.68% from 218); Max value from RGB is 100 - color contains mainly: green. Hex color #566420 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566420 is #A99BDF. Grayscale: #585858. Windows color (decimal): -11115488 or 2122838. OLE color: 2122838.

HSL color Cylindrical-coordinate representation of color #566420: hue angle of 72.35º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #566420 is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.61.

Color convert

RGB 86 100 32 -
CMYK 0.14 0 0.68 0.61
HSL 72.35º 0.52% 0.26% -
HSV(B) 72.35º 0.68% 0.39% -
XYZ 8.66 11.2 3.07 -
YUV 88.06 96.36 126.53 -
System Red Green Blue C M Y K H S L
Decimal 86 100 32 0.14 0 0.68 0.61 72.35 0.52 0.26
Hex 56 64 20 E 0 44 3D 48 34 1A
Octal 126 144 40 16 0 104 75 110 64 32
Binary 1010110 1100100 100000 1110 0 1000100 111101 1001000 110100 11010

Color Harmonies of #566420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566420

Black with #566420

Text Example


Text Example

White with #566420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566420; }

 p { color: rgb(86,100,32); }

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

background-color css

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

 a { background-color: rgb(86,100,32); }

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

border-color css

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

 span { border-color: rgb(86,100,32); }

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