Html Css Color HEX #515630 Saratoga

📋 copy color: '#515630'

red 81 ◦ green 86 ◦ blue 48

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

Shades of Saratoga #515630

Tints of Saratoga #515630

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 22.33%

R = 37.67%
G = 40%
B = 22.33%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.44

 K value IS 0.66

RGB Variations

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

Color information

#515630 (or 0x515630) is known color: Saratoga. HEX triplet: 51, 56 and 30. RGB value is (81,86,48). Sum of RGB (Red+Green+Blue) = 81+86+48=215 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.67% from 215); Green value is 86 (33.98% from 255 or 40% from 215); Blue value is 48 (19.14% from 255 or 22.33% from 215); Max value from RGB is 86 - color contains mainly: green. Hex color #515630 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515630 is #AEA9CF. Grayscale: #505050. Windows color (decimal): -11446736 or 3167825. OLE color: 3167825.

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

Color convert

RGB 81 86 48 -
CMYK 0.06 0 0.44 0.66
HSL 67.89º 0.28% 0.26% -
HSV(B) 67.89º 0.44% 0.34% -
XYZ 7.25 8.62 4.08 -
YUV 80.17 109.84 128.59 -
System Red Green Blue C M Y K H S L
Decimal 81 86 48 0.06 0 0.44 0.66 67.89 0.28 0.26
Hex 51 56 30 6 0 2C 42 44 1C 1A
Octal 121 126 60 6 0 54 102 104 34 32
Binary 1010001 1010110 110000 110 0 101100 1000010 1000100 11100 11010

Color Harmonies of #515630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515630

Black with #515630

Text Example


Text Example

White with #515630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515630; }

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

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

background-color css

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

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

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

border-color css

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

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

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