Html Css Color HEX #515D31 Saratoga

📋 copy color: '#515D31'

red 81 ◦ green 93 ◦ blue 49

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

Shades of Saratoga #515D31

Tints of Saratoga #515D31

RGB

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

 GREEN value IS 93 (36.72% from 255) = 41.7%

 BLUE value IS 49 (19.53% from 255) = 21.97%

R = 36.32%
G = 41.7%
B = 21.97%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.47

 K value IS 0.64

RGB Variations

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

Color information

#515D31 (or 0x515D31) is known color: Saratoga. HEX triplet: 51, 5D and 31. RGB value is (81,93,49). Sum of RGB (Red+Green+Blue) = 81+93+49=223 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.32% from 223); Green value is 93 (36.72% from 255 or 41.70% from 223); Blue value is 49 (19.53% from 255 or 21.97% from 223); Max value from RGB is 93 - color contains mainly: green. Hex color #515D31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515D31 is #AEA2CE. Grayscale: #545454. Windows color (decimal): -11444943 or 3235153. OLE color: 3235153.

HSL color Cylindrical-coordinate representation of color #515D31: hue angle of 76.36º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #515D31 is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.64.

Color convert

RGB 81 93 49 -
CMYK 0.13 0 0.47 0.64
HSL 76.36º 0.31% 0.28% -
HSV(B) 76.36º 0.47% 0.36% -
XYZ 7.86 9.8 4.38 -
YUV 84.4 108.02 125.58 -
System Red Green Blue C M Y K H S L
Decimal 81 93 49 0.13 0 0.47 0.64 76.36 0.31 0.28
Hex 51 5D 31 D 0 2F 40 4C 1F 1C
Octal 121 135 61 15 0 57 100 114 37 34
Binary 1010001 1011101 110001 1101 0 101111 1000000 1001100 11111 11100

Color Harmonies of #515D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515D31

Black with #515D31

Text Example


Text Example

White with #515D31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,93,49); }

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

background-color css

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

 a { background-color: rgb(81,93,49); }

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

border-color css

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

 span { border-color: rgb(81,93,49); }

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