Html Css Color HEX #566522 Saratoga

📋 copy color: '#566522'

red 86 ◦ green 101 ◦ blue 34

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

Shades of Saratoga #566522

Tints of Saratoga #566522

RGB

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

 GREEN value IS 101 (39.84% from 255) = 45.7%

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

R = 38.91%
G = 45.7%
B = 15.38%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.66

 K value IS 0.60

RGB Variations

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

Color information

#566522 (or 0x566522) is known color: Saratoga. HEX triplet: 56, 65 and 22. RGB value is (86,101,34). Sum of RGB (Red+Green+Blue) = 86+101+34=221 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.91% from 221); Green value is 101 (39.84% from 255 or 45.70% from 221); Blue value is 34 (13.67% from 255 or 15.38% from 221); Max value from RGB is 101 - color contains mainly: green. Hex color #566522 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566522 is #A99ADD. Grayscale: #595959. Windows color (decimal): -11115230 or 2254166. OLE color: 2254166.

HSL color Cylindrical-coordinate representation of color #566522: hue angle of 73.43º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #566522 is Cyan = 0.15, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.60.

Color convert

RGB 86 101 34 -
CMYK 0.15 0 0.66 0.60
HSL 73.43º 0.5% 0.26% -
HSV(B) 73.43º 0.66% 0.4% -
XYZ 8.78 11.4 3.25 -
YUV 88.88 97.03 125.95 -
System Red Green Blue C M Y K H S L
Decimal 86 101 34 0.15 0 0.66 0.60 73.43 0.5 0.26
Hex 56 65 22 F 0 42 3C 49 32 1A
Octal 126 145 42 17 0 102 74 111 62 32
Binary 1010110 1100101 100010 1111 0 1000010 111100 1001001 110010 11010

Color Harmonies of #566522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566522

Black with #566522

Text Example


Text Example

White with #566522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566522; }

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

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

background-color css

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

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

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

border-color css

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

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

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