#505828

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

Shades of Saratoga #505828

Tints of Saratoga #505828

Color information

#505828 (or 0x505828) is unknown color: approx Saratoga. HEX triplet: 50, 58 and 28. RGB value is (80,88,40). Sum of RGB (Red+Green+Blue) = 80+88+40=208 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.46% from 208); Green value is 88 (34.77% from 255 or 42.31% from 208); Blue value is 40 (16.02% from 255 or 19.23% from 208); Max value from RGB is 88 - color contains mainly: green. Hex color #505828 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505828 is #AFA7D7. Grayscale: #505050. Windows color (decimal): -11511768 or 2644048. OLE color: 2644048.

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

Color convert

RGB808840-
CMYK0.0900.550.65
HSL70º37.5%25.1%-
HSV(B)70º54.55%34.51%-
XYZ7.188.843.33-
YUV80.14105.35127.9-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.46%
GREEN value IS 88 (34.77% from 255) = 42.31%
BLUE value IS 40 (16.02% from 255) = 19.23%
R=38.46%
G=42.31%
B=19.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8088400.0900.550.657037.525.1
Hex505828903741462619
Octal12013050110671011064631
Binary10100001011000101000100101101111000001100011010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505828; }

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

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

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

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

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

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

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

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