Html Css Color HEX #56592D Saratoga

📋 copy color: '#56592D'

red 86 ◦ green 89 ◦ blue 45

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

Shades of Saratoga #56592D

Tints of Saratoga #56592D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 20.45%

R = 39.09%
G = 40.45%
B = 20.45%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#56592D (or 0x56592D) is known color: Saratoga. HEX triplet: 56, 59 and 2D. RGB value is (86,89,45). Sum of RGB (Red+Green+Blue) = 86+89+45=220 (29% of max value = 765). Red value is 86 (33.98% from 255 or 39.09% from 220); Green value is 89 (35.16% from 255 or 40.45% from 220); Blue value is 45 (17.97% from 255 or 20.45% from 220); Max value from RGB is 89 - color contains mainly: green. Hex color #56592D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56592D is #A9A6D2. Grayscale: #535353. Windows color (decimal): -11118291 or 2971990. OLE color: 2971990.

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

Color convert

RGB 86 89 45 -
CMYK 0.03 0 0.49 0.65
HSL 64.09º 0.33% 0.26% -
HSV(B) 64.09º 0.49% 0.35% -
XYZ 7.88 9.31 3.86 -
YUV 83.09 106.51 130.08 -
System Red Green Blue C M Y K H S L
Decimal 86 89 45 0.03 0 0.49 0.65 64.09 0.33 0.26
Hex 56 59 2D 3 0 31 41 40 21 1A
Octal 126 131 55 3 0 61 101 100 41 32
Binary 1010110 1011001 101101 11 0 110001 1000001 1000000 100001 11010

Color Harmonies of #56592D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56592D

Black with #56592D

Text Example


Text Example

White with #56592D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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