#515925

Color #515925 Saratoga (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saratoga #515925

Tints of Saratoga #515925

Color information

#515925 (or 0x515925) is unknown color: approx Saratoga. HEX triplet: 51, 59 and 25. RGB value is (81,89,37). Sum of RGB (Red+Green+Blue) = 81+89+37=207 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.13% from 207); Green value is 89 (35.16% from 255 or 43.00% from 207); Blue value is 37 (14.84% from 255 or 17.87% from 207); Max value from RGB is 89 - color contains mainly: green. Hex color #515925 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515925 is #AEA6DA. Grayscale: #505050. Windows color (decimal): -11445979 or 2447697. OLE color: 2447697.

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

Color convert

RGB818937-
CMYK0.0900.580.65
HSL69.23º41.27%24.71%-
HSV(B)69.23º58.43%34.9%-
XYZ7.39.033.11-
YUV80.68103.35128.23-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.13%
GREEN value IS 89 (35.16% from 255) = 43.00%
BLUE value IS 37 (14.84% from 255) = 17.87%
R=39.13%
G=43.00%
B=17.87%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8189370.0900.580.6569.2341.2724.71
Hex515925903A41452919
Octal12113145110721011055131
Binary10100011011001100101100101110101000001100010110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515925; }

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

 H1.HeaderClassName
 {
   color: #515925;
 }
 .AnyTagClassName
 {
   color: #515925;
 }
</style>
background-color css

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

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

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

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

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

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