#585828

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

Shades of Saratoga #585828

Tints of Saratoga #585828

Color information

#585828 (or 0x585828) is unknown color: approx Saratoga. HEX triplet: 58, 58 and 28. RGB value is (88,88,40). Sum of RGB (Red+Green+Blue) = 88+88+40=216 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.74% from 216); Green value is 88 (34.77% from 255 or 40.74% from 216); Blue value is 40 (16.02% from 255 or 18.52% from 216); Max value from RGB is 88 - color contains mainly: red, green. Hex color #585828 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585828 is #A7A7D7. Grayscale: #525252. Windows color (decimal): -10987480 or 2644056. OLE color: 2644056.

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

Color convert

RGB888840-
CMYK000.550.65
HSL60º37.5%25.1%-
HSV(B)60º54.55%34.51%-
XYZ7.99.213.37-
YUV82.53104131.9-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.74%
GREEN value IS 88 (34.77% from 255) = 40.74%
BLUE value IS 40 (16.02% from 255) = 18.52%
R=40.74%
G=40.74%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal888840000.550.656037.525.1
Hex5858280037413c2619
Octal130130500067101744631
Binary1011000101100010100000110111100000111110010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585828; }

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

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

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

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

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

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

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

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