Html Css Color HEX #516121 Saratoga

📋 copy color: '#516121'

red 81 ◦ green 97 ◦ blue 33

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

Shades of Saratoga #516121

Tints of Saratoga #516121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 15.64%

R = 38.39%
G = 45.97%
B = 15.64%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.66

 K value IS 0.62

RGB Variations

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

Color information

#516121 (or 0x516121) is known color: Saratoga. HEX triplet: 51, 61 and 21. RGB value is (81,97,33). Sum of RGB (Red+Green+Blue) = 81+97+33=211 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.39% from 211); Green value is 97 (38.28% from 255 or 45.97% from 211); Blue value is 33 (13.28% from 255 or 15.64% from 211); Max value from RGB is 97 - color contains mainly: green. Hex color #516121 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516121 is #AE9EDE. Grayscale: #555555. Windows color (decimal): -11443935 or 2187601. OLE color: 2187601.

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

Color convert

RGB 81 97 33 -
CMYK 0.16 0 0.66 0.62
HSL 75º 0.49% 0.25% -
HSV(B) 75º 0.66% 0.38% -
XYZ 7.94 10.41 3.03 -
YUV 84.92 98.7 125.2 -
System Red Green Blue C M Y K H S L
Decimal 81 97 33 0.16 0 0.66 0.62 75 0.49 0.25
Hex 51 61 21 10 0 42 3E 4B 31 19
Octal 121 141 41 20 0 102 76 113 61 31
Binary 1010001 1100001 100001 10000 0 1000010 111110 1001011 110001 11001

Color Harmonies of #516121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516121

Black with #516121

Text Example


Text Example

White with #516121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516121; }

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

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

background-color css

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

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

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

border-color css

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

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

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