Html Css Color HEX #595931 Saratoga

📋 copy color: '#595931'

red 89 ◦ green 89 ◦ blue 49

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

Shades of Saratoga #595931

Tints of Saratoga #595931

RGB

 RED value IS 89 (35.16% from 255) = 39.21%

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

 BLUE value IS 49 (19.53% from 255) = 21.59%

R = 39.21%
G = 39.21%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.45

 K value IS 0.65

RGB Variations

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

Color information

#595931 (or 0x595931) is known color: Saratoga. HEX triplet: 59, 59 and 31. RGB value is (89,89,49). Sum of RGB (Red+Green+Blue) = 89+89+49=227 (30% of max value = 765). Red value is 89 (35.16% from 255 or 39.21% from 227); Green value is 89 (35.16% from 255 or 39.21% from 227); Blue value is 49 (19.53% from 255 or 21.59% from 227); Max value from RGB is 89 - color contains mainly: red, green. Hex color #595931 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595931 is #A6A6CE. Grayscale: #545454. Windows color (decimal): -10921679 or 3234137. OLE color: 3234137.

HSL color Cylindrical-coordinate representation of color #595931: hue angle of 60º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #595931 is Cyan = 0, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 89 49 -
CMYK 0 0 0.45 0.65
HSL 60º 0.29% 0.27% -
HSV(B) 60º 0.45% 0.35% -
XYZ 8.25 9.49 4.3 -
YUV 84.44 108 131.25 -
System Red Green Blue C M Y K H S L
Decimal 89 89 49 0 0 0.45 0.65 60 0.29 0.27
Hex 59 59 31 0 0 2D 41 3C 1D 1B
Octal 131 131 61 0 0 55 101 74 35 33
Binary 1011001 1011001 110001 0 0 101101 1000001 111100 11101 11011

Color Harmonies of #595931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595931

Black with #595931

Text Example


Text Example

White with #595931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595931; }

 p { color: rgb(89,89,49); }

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

background-color css

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

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

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

border-color css

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

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

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