Html Css Color HEX #515931 Saratoga

📋 copy color: '#515931'

red 81 ◦ green 89 ◦ blue 49

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

Shades of Saratoga #515931

Tints of Saratoga #515931

RGB

 RED value IS 81 (32.03% from 255) = 36.99%

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

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

R = 36.99%
G = 40.64%
B = 22.37%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.45

 K value IS 0.65

RGB Variations

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

Color information

#515931 (or 0x515931) is known color: Saratoga. HEX triplet: 51, 59 and 31. RGB value is (81,89,49). Sum of RGB (Red+Green+Blue) = 81+89+49=219 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.99% from 219); Green value is 89 (35.16% from 255 or 40.64% from 219); Blue value is 49 (19.53% from 255 or 22.37% from 219); Max value from RGB is 89 - color contains mainly: green. Hex color #515931 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515931 is #AEA6CE. Grayscale: #525252. Windows color (decimal): -11445967 or 3234129. OLE color: 3234129.

HSL color Cylindrical-coordinate representation of color #515931: hue angle of 72º 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 #515931 is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.65.

Color convert

RGB 81 89 49 -
CMYK 0.09 0 0.45 0.65
HSL 72º 0.29% 0.27% -
HSV(B) 72º 0.45% 0.35% -
XYZ 7.52 9.12 4.27 -
YUV 82.05 109.35 127.25 -
System Red Green Blue C M Y K H S L
Decimal 81 89 49 0.09 0 0.45 0.65 72 0.29 0.27
Hex 51 59 31 9 0 2D 41 48 1D 1B
Octal 121 131 61 11 0 55 101 110 35 33
Binary 1010001 1011001 110001 1001 0 101101 1000001 1001000 11101 11011

Color Harmonies of #515931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515931

Black with #515931

Text Example


Text Example

White with #515931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515931; }

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

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

background-color css

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

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

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

border-color css

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

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

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