Html Css Color HEX #595A31 Saratoga

📋 copy color: '#595A31'

red 89 ◦ green 90 ◦ blue 49

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

Shades of Saratoga #595A31

Tints of Saratoga #595A31

RGB

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

 GREEN value IS 90 (35.55% from 255) = 39.47%

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

R = 39.04%
G = 39.47%
B = 21.49%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.46

 K value IS 0.65

RGB Variations

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

Color information

#595A31 (or 0x595A31) is known color: Saratoga. HEX triplet: 59, 5A and 31. RGB value is (89,90,49). Sum of RGB (Red+Green+Blue) = 89+90+49=228 (30% of max value = 765). Red value is 89 (35.16% from 255 or 39.04% from 228); Green value is 90 (35.55% from 255 or 39.47% from 228); Blue value is 49 (19.53% from 255 or 21.49% from 228); Max value from RGB is 90 - color contains mainly: green. Hex color #595A31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595A31 is #A6A5CE. Grayscale: #555555. Windows color (decimal): -10921423 or 3234393. OLE color: 3234393.

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

Color convert

RGB 89 90 49 -
CMYK 0.01 0 0.46 0.65
HSL 61.46º 0.29% 0.27% -
HSV(B) 61.46º 0.46% 0.35% -
XYZ 8.33 9.66 4.33 -
YUV 85.03 107.67 130.83 -
System Red Green Blue C M Y K H S L
Decimal 89 90 49 0.01 0 0.46 0.65 61.46 0.29 0.27
Hex 59 5A 31 1 0 2E 41 3D 1D 1B
Octal 131 132 61 1 0 56 101 75 35 33
Binary 1011001 1011010 110001 1 0 101110 1000001 111101 11101 11011

Color Harmonies of #595A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595A31

Black with #595A31

Text Example


Text Example

White with #595A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595A31; }

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

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

background-color css

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

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

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

border-color css

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

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

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