Html Css Color HEX #515828 Saratoga

📋 copy color: '#515828'

red 81 ◦ green 88 ◦ blue 40

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

Shades of Saratoga #515828

Tints of Saratoga #515828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 19.14%

R = 38.76%
G = 42.11%
B = 19.14%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.55

 K value IS 0.65

RGB Variations

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

Color information

#515828 (or 0x515828) is known color: Saratoga. HEX triplet: 51, 58 and 28. RGB value is (81,88,40). Sum of RGB (Red+Green+Blue) = 81+88+40=209 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.76% from 209); Green value is 88 (34.77% from 255 or 42.11% from 209); Blue value is 40 (16.02% from 255 or 19.14% from 209); Max value from RGB is 88 - color contains mainly: green. Hex color #515828 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515828 is #AEA7D7. Grayscale: #505050. Windows color (decimal): -11446232 or 2644049. OLE color: 2644049.

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

Color convert

RGB 81 88 40 -
CMYK 0.08 0 0.55 0.65
HSL 68.75º 0.38% 0.25% -
HSV(B) 68.75º 0.55% 0.35% -
XYZ 7.27 8.88 3.34 -
YUV 80.44 105.18 128.4 -
System Red Green Blue C M Y K H S L
Decimal 81 88 40 0.08 0 0.55 0.65 68.75 0.38 0.25
Hex 51 58 28 8 0 37 41 45 26 19
Octal 121 130 50 10 0 67 101 105 46 31
Binary 1010001 1011000 101000 1000 0 110111 1000001 1000101 100110 11001

Color Harmonies of #515828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515828

Black with #515828

Text Example


Text Example

White with #515828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515828; }

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

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

background-color css

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

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

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

border-color css

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

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

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