Html Css Color HEX #515928 Saratoga

📋 copy color: '#515928'

red 81 ◦ green 89 ◦ blue 40

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

Shades of Saratoga #515928

Tints of Saratoga #515928

RGB

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

 GREEN value IS 89 (35.16% from 255) = 42.38%

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

R = 38.57%
G = 42.38%
B = 19.05%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.55

 K value IS 0.65

RGB Variations

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

Color information

#515928 (or 0x515928) is known color: Saratoga. HEX triplet: 51, 59 and 28. RGB value is (81,89,40). Sum of RGB (Red+Green+Blue) = 81+89+40=210 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.57% from 210); Green value is 89 (35.16% from 255 or 42.38% from 210); Blue value is 40 (16.02% from 255 or 19.05% from 210); Max value from RGB is 89 - color contains mainly: green. Hex color #515928 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515928 is #AEA6D7. Grayscale: #515151. Windows color (decimal): -11445976 or 2644305. OLE color: 2644305.

HSL color Cylindrical-coordinate representation of color #515928: hue angle of 69.8º 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 #515928 is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.65.

Color convert

RGB 81 89 40 -
CMYK 0.09 0 0.55 0.65
HSL 69.8º 0.38% 0.25% -
HSV(B) 69.8º 0.55% 0.35% -
XYZ 7.35 9.05 3.37 -
YUV 81.02 104.85 127.98 -
System Red Green Blue C M Y K H S L
Decimal 81 89 40 0.09 0 0.55 0.65 69.8 0.38 0.25
Hex 51 59 28 9 0 37 41 46 26 19
Octal 121 131 50 11 0 67 101 106 46 31
Binary 1010001 1011001 101000 1001 0 110111 1000001 1000110 100110 11001

Color Harmonies of #515928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515928

Black with #515928

Text Example


Text Example

White with #515928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515928; }

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

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

background-color css

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

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

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

border-color css

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

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

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