#505827

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

Shades of Saratoga #505827

Tints of Saratoga #505827

Color information

#505827 (or 0x505827) is unknown color: approx Saratoga. HEX triplet: 50, 58 and 27. RGB value is (80,88,39). Sum of RGB (Red+Green+Blue) = 80+88+39=207 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.65% from 207); Green value is 88 (34.77% from 255 or 42.51% from 207); Blue value is 39 (15.62% from 255 or 18.84% from 207); Max value from RGB is 88 - color contains mainly: green. Hex color #505827 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505827 is #AFA7D8. Grayscale: #505050. Windows color (decimal): -11511769 or 2578512. OLE color: 2578512.

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

Color convert

RGB808839-
CMYK0.0900.560.65
HSL69.8º38.58%24.9%-
HSV(B)69.8º55.68%34.51%-
XYZ7.168.833.25-
YUV80.02104.85127.98-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.65%
GREEN value IS 88 (34.77% from 255) = 42.51%
BLUE value IS 39 (15.62% from 255) = 18.84%
R=38.65%
G=42.51%
B=18.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8088390.0900.560.6569.838.5824.9
Hex505827903841462719
Octal12013047110701011064731
Binary10100001011000100111100101110001000001100011010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505827; }

 p { color: rgb(80,88,39); }

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

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

 a { background-color: rgb(80,88,39); }

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

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

 span { border-color: rgb(80,88,39); }

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