Html Css Color HEX #515E2C Saratoga

📋 copy color: '#515E2C'

red 81 ◦ green 94 ◦ blue 44

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

Shades of Saratoga #515E2C

Tints of Saratoga #515E2C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 42.92%

 BLUE value IS 44 (17.58% from 255) = 20.09%

R = 36.99%
G = 42.92%
B = 20.09%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.53

 K value IS 0.63

RGB Variations

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

Color information

#515E2C (or 0x515E2C) is known color: Saratoga. HEX triplet: 51, 5E and 2C. RGB value is (81,94,44). Sum of RGB (Red+Green+Blue) = 81+94+44=219 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.99% from 219); Green value is 94 (37.11% from 255 or 42.92% from 219); Blue value is 44 (17.58% from 255 or 20.09% from 219); Max value from RGB is 94 - color contains mainly: green. Hex color #515E2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515E2C is #AEA1D3. Grayscale: #545454. Windows color (decimal): -11444692 or 2907729. OLE color: 2907729.

HSL color Cylindrical-coordinate representation of color #515E2C: hue angle of 75.6º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #515E2C is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.63.

Color convert

RGB 81 94 44 -
CMYK 0.14 0 0.53 0.63
HSL 75.6º 0.36% 0.27% -
HSV(B) 75.6º 0.53% 0.37% -
XYZ 7.85 9.94 3.89 -
YUV 84.41 105.19 125.57 -
System Red Green Blue C M Y K H S L
Decimal 81 94 44 0.14 0 0.53 0.63 75.6 0.36 0.27
Hex 51 5E 2C E 0 35 3F 4C 24 1B
Octal 121 136 54 16 0 65 77 114 44 33
Binary 1010001 1011110 101100 1110 0 110101 111111 1001100 100100 11011

Color Harmonies of #515E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515E2C

Black with #515E2C

Text Example


Text Example

White with #515E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515E2C; }

 p { color: rgb(81,94,44); }

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

background-color css

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

 a { background-color: rgb(81,94,44); }

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

border-color css

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

 span { border-color: rgb(81,94,44); }

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