Html Css Color HEX #56592C Saratoga

📋 copy color: '#56592C'

red 86 ◦ green 89 ◦ blue 44

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

Shades of Saratoga #56592C

Tints of Saratoga #56592C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 20.09%

R = 39.27%
G = 40.64%
B = 20.09%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.51

 K value IS 0.65

RGB Variations

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

Color information

#56592C (or 0x56592C) is known color: Saratoga. HEX triplet: 56, 59 and 2C. RGB value is (86,89,44). Sum of RGB (Red+Green+Blue) = 86+89+44=219 (29% of max value = 765). Red value is 86 (33.98% from 255 or 39.27% from 219); Green value is 89 (35.16% from 255 or 40.64% from 219); Blue value is 44 (17.58% from 255 or 20.09% from 219); Max value from RGB is 89 - color contains mainly: green. Hex color #56592C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56592C is #A9A6D3. Grayscale: #535353. Windows color (decimal): -11118292 or 2906454. OLE color: 2906454.

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

Color convert

RGB 86 89 44 -
CMYK 0.03 0 0.51 0.65
HSL 64º 0.34% 0.26% -
HSV(B) 64º 0.51% 0.35% -
XYZ 7.86 9.31 3.76 -
YUV 82.97 106.01 130.16 -
System Red Green Blue C M Y K H S L
Decimal 86 89 44 0.03 0 0.51 0.65 64 0.34 0.26
Hex 56 59 2C 3 0 33 41 40 22 1A
Octal 126 131 54 3 0 63 101 100 42 32
Binary 1010110 1011001 101100 11 0 110011 1000001 1000000 100010 11010

Color Harmonies of #56592C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56592C

Black with #56592C

Text Example


Text Example

White with #56592C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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