Html Css Color HEX #516127 Saratoga

📋 copy color: '#516127'

red 81 ◦ green 97 ◦ blue 39

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

Shades of Saratoga #516127

Tints of Saratoga #516127

RGB

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

 GREEN value IS 97 (38.28% from 255) = 44.7%

 BLUE value IS 39 (15.63% from 255) = 17.97%

R = 37.33%
G = 44.7%
B = 17.97%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.60

 K value IS 0.62

RGB Variations

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

Color information

#516127 (or 0x516127) is known color: Saratoga. HEX triplet: 51, 61 and 27. RGB value is (81,97,39). Sum of RGB (Red+Green+Blue) = 81+97+39=217 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.33% from 217); Green value is 97 (38.28% from 255 or 44.70% from 217); Blue value is 39 (15.62% from 255 or 17.97% from 217); Max value from RGB is 97 - color contains mainly: green. Hex color #516127 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516127 is #AE9ED8. Grayscale: #555555. Windows color (decimal): -11443929 or 2580817. OLE color: 2580817.

HSL color Cylindrical-coordinate representation of color #516127: hue angle of 76.55º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #516127 is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.62.

Color convert

RGB 81 97 39 -
CMYK 0.16 0 0.60 0.62
HSL 76.55º 0.43% 0.27% -
HSV(B) 76.55º 0.6% 0.38% -
XYZ 8.03 10.45 3.51 -
YUV 85.6 101.7 124.72 -
System Red Green Blue C M Y K H S L
Decimal 81 97 39 0.16 0 0.60 0.62 76.55 0.43 0.27
Hex 51 61 27 10 0 3C 3E 4D 2B 1B
Octal 121 141 47 20 0 74 76 115 53 33
Binary 1010001 1100001 100111 10000 0 111100 111110 1001101 101011 11011

Color Harmonies of #516127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516127

Black with #516127

Text Example


Text Example

White with #516127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516127; }

 p { color: rgb(81,97,39); }

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

background-color css

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

 a { background-color: rgb(81,97,39); }

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

border-color css

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

 span { border-color: rgb(81,97,39); }

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