Html Css Color HEX #56592B Saratoga

📋 copy color: '#56592B'

red 86 ◦ green 89 ◦ blue 43

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

Shades of Saratoga #56592B

Tints of Saratoga #56592B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 19.72%

R = 39.45%
G = 40.83%
B = 19.72%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.52

 K value IS 0.65

RGB Variations

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

Color information

#56592B (or 0x56592B) is known color: Saratoga. HEX triplet: 56, 59 and 2B. RGB value is (86,89,43). Sum of RGB (Red+Green+Blue) = 86+89+43=218 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.45% from 218); Green value is 89 (35.16% from 255 or 40.83% from 218); Blue value is 43 (17.19% from 255 or 19.72% from 218); Max value from RGB is 89 - color contains mainly: green. Hex color #56592B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56592B is #A9A6D4. Grayscale: #535353. Windows color (decimal): -11118293 or 2840918. OLE color: 2840918.

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

Color convert

RGB 86 89 43 -
CMYK 0.03 0 0.52 0.65
HSL 63.91º 0.35% 0.26% -
HSV(B) 63.91º 0.52% 0.35% -
XYZ 7.85 9.3 3.67 -
YUV 82.86 105.51 130.24 -
System Red Green Blue C M Y K H S L
Decimal 86 89 43 0.03 0 0.52 0.65 63.91 0.35 0.26
Hex 56 59 2B 3 0 34 41 40 23 1A
Octal 126 131 53 3 0 64 101 100 43 32
Binary 1010110 1011001 101011 11 0 110100 1000001 1000000 100011 11010

Color Harmonies of #56592B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56592B

Black with #56592B

Text Example


Text Example

White with #56592B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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