Html Css Color HEX #515631 Saratoga

📋 copy color: '#515631'

red 81 ◦ green 86 ◦ blue 49

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

Shades of Saratoga #515631

Tints of Saratoga #515631

RGB

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

 GREEN value IS 86 (33.98% from 255) = 39.81%

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

R = 37.5%
G = 39.81%
B = 22.69%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.43

 K value IS 0.66

RGB Variations

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

Color information

#515631 (or 0x515631) is known color: Saratoga. HEX triplet: 51, 56 and 31. RGB value is (81,86,49). Sum of RGB (Red+Green+Blue) = 81+86+49=216 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.5% from 216); Green value is 86 (33.98% from 255 or 39.81% from 216); Blue value is 49 (19.53% from 255 or 22.69% from 216); Max value from RGB is 86 - color contains mainly: green. Hex color #515631 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515631 is #AEA9CE. Grayscale: #505050. Windows color (decimal): -11446735 or 3233361. OLE color: 3233361.

HSL color Cylindrical-coordinate representation of color #515631: hue angle of 68.11º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #515631 is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.66.

Color convert

RGB 81 86 49 -
CMYK 0.06 0 0.43 0.66
HSL 68.11º 0.27% 0.26% -
HSV(B) 68.11º 0.43% 0.34% -
XYZ 7.28 8.63 4.19 -
YUV 80.29 110.34 128.51 -
System Red Green Blue C M Y K H S L
Decimal 81 86 49 0.06 0 0.43 0.66 68.11 0.27 0.26
Hex 51 56 31 6 0 2B 42 44 1B 1A
Octal 121 126 61 6 0 53 102 104 33 32
Binary 1010001 1010110 110001 110 0 101011 1000010 1000100 11011 11010

Color Harmonies of #515631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515631

Black with #515631

Text Example


Text Example

White with #515631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515631; }

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

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

background-color css

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

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

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

border-color css

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

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

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