Html Css Color HEX #516220 Saratoga

📋 copy color: '#516220'

red 81 ◦ green 98 ◦ blue 32

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

Shades of Saratoga #516220

Tints of Saratoga #516220

RGB

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

 GREEN value IS 98 (38.67% from 255) = 46.45%

 BLUE value IS 32 (12.89% from 255) = 15.17%

R = 38.39%
G = 46.45%
B = 15.17%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#516220 (or 0x516220) is known color: Saratoga. HEX triplet: 51, 62 and 20. RGB value is (81,98,32). Sum of RGB (Red+Green+Blue) = 81+98+32=211 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.39% from 211); Green value is 98 (38.67% from 255 or 46.45% from 211); Blue value is 32 (12.89% from 255 or 15.17% from 211); Max value from RGB is 98 - color contains mainly: green. Hex color #516220 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516220 is #AE9DDF. Grayscale: #555555. Windows color (decimal): -11443680 or 2122321. OLE color: 2122321.

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

Color convert

RGB 81 98 32 -
CMYK 0.17 0 0.67 0.62
HSL 75.45º 0.51% 0.25% -
HSV(B) 75.45º 0.67% 0.38% -
XYZ 8.02 10.59 2.99 -
YUV 85.39 97.87 124.87 -
System Red Green Blue C M Y K H S L
Decimal 81 98 32 0.17 0 0.67 0.62 75.45 0.51 0.25
Hex 51 62 20 11 0 43 3E 4B 33 19
Octal 121 142 40 21 0 103 76 113 63 31
Binary 1010001 1100010 100000 10001 0 1000011 111110 1001011 110011 11001

Color Harmonies of #516220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516220

Black with #516220

Text Example


Text Example

White with #516220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516220; }

 p { color: rgb(81,98,32); }

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

background-color css

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

 a { background-color: rgb(81,98,32); }

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

border-color css

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

 span { border-color: rgb(81,98,32); }

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