Html Css Color HEX #56592A Saratoga

📋 copy color: '#56592A'

red 86 ◦ green 89 ◦ blue 42

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

Shades of Saratoga #56592A

Tints of Saratoga #56592A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 41.01%

 BLUE value IS 42 (16.8% from 255) = 19.35%

R = 39.63%
G = 41.01%
B = 19.35%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.53

 K value IS 0.65

RGB Variations

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

Color information

#56592A (or 0x56592A) is known color: Saratoga. HEX triplet: 56, 59 and 2A. RGB value is (86,89,42). Sum of RGB (Red+Green+Blue) = 86+89+42=217 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.63% from 217); Green value is 89 (35.16% from 255 or 41.01% from 217); Blue value is 42 (16.80% from 255 or 19.35% from 217); Max value from RGB is 89 - color contains mainly: green. Hex color #56592A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56592A is #A9A6D5. Grayscale: #525252. Windows color (decimal): -11118294 or 2775382. OLE color: 2775382.

HSL color Cylindrical-coordinate representation of color #56592A: hue angle of 63.83º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #56592A is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB 86 89 42 -
CMYK 0.03 0 0.53 0.65
HSL 63.83º 0.36% 0.26% -
HSV(B) 63.83º 0.53% 0.35% -
XYZ 7.83 9.29 3.57 -
YUV 82.75 105.01 130.32 -
System Red Green Blue C M Y K H S L
Decimal 86 89 42 0.03 0 0.53 0.65 63.83 0.36 0.26
Hex 56 59 2A 3 0 35 41 40 24 1A
Octal 126 131 52 3 0 65 101 100 44 32
Binary 1010110 1011001 101010 11 0 110101 1000001 1000000 100100 11010

Color Harmonies of #56592A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56592A

Black with #56592A

Text Example


Text Example

White with #56592A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56592A; }

 p { color: rgb(86,89,42); }

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

background-color css

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

 a { background-color: rgb(86,89,42); }

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

border-color css

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

 span { border-color: rgb(86,89,42); }

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