Html Css Color HEX #516126 Saratoga

📋 copy color: '#516126'

red 81 ◦ green 97 ◦ blue 38

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

Shades of Saratoga #516126

Tints of Saratoga #516126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 17.59%

R = 37.5%
G = 44.91%
B = 17.59%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.61

 K value IS 0.62

RGB Variations

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

Color information

#516126 (or 0x516126) is known color: Saratoga. HEX triplet: 51, 61 and 26. RGB value is (81,97,38). Sum of RGB (Red+Green+Blue) = 81+97+38=216 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.5% from 216); Green value is 97 (38.28% from 255 or 44.91% from 216); Blue value is 38 (15.23% from 255 or 17.59% from 216); Max value from RGB is 97 - color contains mainly: green. Hex color #516126 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516126 is #AE9ED9. Grayscale: #555555. Windows color (decimal): -11443930 or 2515281. OLE color: 2515281.

HSL color Cylindrical-coordinate representation of color #516126: hue angle of 76.27º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #516126 is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.62.

Color convert

RGB 81 97 38 -
CMYK 0.16 0 0.61 0.62
HSL 76.27º 0.44% 0.26% -
HSV(B) 76.27º 0.61% 0.38% -
XYZ 8.02 10.44 3.43 -
YUV 85.49 101.2 124.8 -
System Red Green Blue C M Y K H S L
Decimal 81 97 38 0.16 0 0.61 0.62 76.27 0.44 0.26
Hex 51 61 26 10 0 3D 3E 4C 2C 1A
Octal 121 141 46 20 0 75 76 114 54 32
Binary 1010001 1100001 100110 10000 0 111101 111110 1001100 101100 11010

Color Harmonies of #516126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516126

Black with #516126

Text Example


Text Example

White with #516126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516126; }

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

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

background-color css

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

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

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

border-color css

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

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

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