Html Css Color HEX #515830 Saratoga

📋 copy color: '#515830'

red 81 ◦ green 88 ◦ blue 48

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

Shades of Saratoga #515830

Tints of Saratoga #515830

RGB

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

 GREEN value IS 88 (34.77% from 255) = 40.55%

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

R = 37.33%
G = 40.55%
B = 22.12%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.45

 K value IS 0.65

RGB Variations

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

Color information

#515830 (or 0x515830) is known color: Saratoga. HEX triplet: 51, 58 and 30. RGB value is (81,88,48). Sum of RGB (Red+Green+Blue) = 81+88+48=217 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.33% from 217); Green value is 88 (34.77% from 255 or 40.55% from 217); Blue value is 48 (19.14% from 255 or 22.12% from 217); Max value from RGB is 88 - color contains mainly: green. Hex color #515830 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515830 is #AEA7CF. Grayscale: #515151. Windows color (decimal): -11446224 or 3168337. OLE color: 3168337.

HSL color Cylindrical-coordinate representation of color #515830: hue angle of 70.5º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #515830 is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.65.

Color convert

RGB 81 88 48 -
CMYK 0.08 0 0.45 0.65
HSL 70.5º 0.29% 0.27% -
HSV(B) 70.5º 0.45% 0.35% -
XYZ 7.42 8.94 4.13 -
YUV 81.35 109.18 127.75 -
System Red Green Blue C M Y K H S L
Decimal 81 88 48 0.08 0 0.45 0.65 70.5 0.29 0.27
Hex 51 58 30 8 0 2D 41 46 1D 1B
Octal 121 130 60 10 0 55 101 106 35 33
Binary 1010001 1011000 110000 1000 0 101101 1000001 1000110 11101 11011

Color Harmonies of #515830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515830

Black with #515830

Text Example


Text Example

White with #515830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515830; }

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

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

background-color css

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

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

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

border-color css

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

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

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