Html Css Color HEX #515929 Saratoga

📋 copy color: '#515929'

red 81 ◦ green 89 ◦ blue 41

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

Shades of Saratoga #515929

Tints of Saratoga #515929

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 19.43%

R = 38.39%
G = 42.18%
B = 19.43%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.54

 K value IS 0.65

RGB Variations

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

Color information

#515929 (or 0x515929) is known color: Saratoga. HEX triplet: 51, 59 and 29. RGB value is (81,89,41). Sum of RGB (Red+Green+Blue) = 81+89+41=211 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.39% from 211); Green value is 89 (35.16% from 255 or 42.18% from 211); Blue value is 41 (16.41% from 255 or 19.43% from 211); Max value from RGB is 89 - color contains mainly: green. Hex color #515929 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515929 is #AEA6D6. Grayscale: #515151. Windows color (decimal): -11445975 or 2709841. OLE color: 2709841.

HSL color Cylindrical-coordinate representation of color #515929: hue angle of 70º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #515929 is Cyan = 0.09, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.65.

Color convert

RGB 81 89 41 -
CMYK 0.09 0 0.54 0.65
HSL 70º 0.37% 0.25% -
HSV(B) 70º 0.54% 0.35% -
XYZ 7.37 9.05 3.46 -
YUV 81.14 105.35 127.9 -
System Red Green Blue C M Y K H S L
Decimal 81 89 41 0.09 0 0.54 0.65 70 0.37 0.25
Hex 51 59 29 9 0 36 41 46 25 19
Octal 121 131 51 11 0 66 101 106 45 31
Binary 1010001 1011001 101001 1001 0 110110 1000001 1000110 100101 11001

Color Harmonies of #515929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515929

Black with #515929

Text Example


Text Example

White with #515929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515929; }

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

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

background-color css

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

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

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

border-color css

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

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

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