Html Css Color HEX #516223 Saratoga

📋 copy color: '#516223'

red 81 ◦ green 98 ◦ blue 35

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

Shades of Saratoga #516223

Tints of Saratoga #516223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 16.36%

R = 37.85%
G = 45.79%
B = 16.36%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.64

 K value IS 0.62

RGB Variations

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

Color information

#516223 (or 0x516223) is known color: Saratoga. HEX triplet: 51, 62 and 23. RGB value is (81,98,35). Sum of RGB (Red+Green+Blue) = 81+98+35=214 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.85% from 214); Green value is 98 (38.67% from 255 or 45.79% from 214); Blue value is 35 (14.06% from 255 or 16.36% from 214); Max value from RGB is 98 - color contains mainly: green. Hex color #516223 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516223 is #AE9DDC. Grayscale: #555555. Windows color (decimal): -11443677 or 2318929. OLE color: 2318929.

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

Color convert

RGB 81 98 35 -
CMYK 0.17 0 0.64 0.62
HSL 76.19º 0.47% 0.26% -
HSV(B) 76.19º 0.64% 0.38% -
XYZ 8.06 10.61 3.21 -
YUV 85.74 99.37 124.62 -
System Red Green Blue C M Y K H S L
Decimal 81 98 35 0.17 0 0.64 0.62 76.19 0.47 0.26
Hex 51 62 23 11 0 40 3E 4C 2F 1A
Octal 121 142 43 21 0 100 76 114 57 32
Binary 1010001 1100010 100011 10001 0 1000000 111110 1001100 101111 11010

Color Harmonies of #516223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516223

Black with #516223

Text Example


Text Example

White with #516223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516223; }

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

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

background-color css

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

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

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

border-color css

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

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

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