#585832

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

Shades of Saratoga #585832

Tints of Saratoga #585832

Color information

#585832 (or 0x585832) is unknown color: approx Saratoga. HEX triplet: 58, 58 and 32. RGB value is (88,88,50). Sum of RGB (Red+Green+Blue) = 88+88+50=226 (29% of max value = 765). Red value is 88 (34.77% from 255 or 38.94% from 226); Green value is 88 (34.77% from 255 or 38.94% from 226); Blue value is 50 (19.92% from 255 or 22.12% from 226); Max value from RGB is 88 - color contains mainly: red, green. Hex color #585832 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585832 is #A7A7CD. Grayscale: #535353. Windows color (decimal): -10987470 or 3299416. OLE color: 3299416.

HSL color Cylindrical-coordinate representation of color #585832: hue angle of 60º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #585832 is Cyan = 0, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.65.

Color convert

RGB888850-
CMYK000.430.65
HSL60º27.54%27.06%-
HSV(B)60º43.18%34.51%-
XYZ8.099.284.38-
YUV83.67109131.09-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.94%
GREEN value IS 88 (34.77% from 255) = 38.94%
BLUE value IS 50 (19.92% from 255) = 22.12%
R=38.94%
G=38.94%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal888850000.430.656027.5427.06
Hex585832002B413c1c1b
Octal130130620053101743433
Binary101100010110001100100010101110000011111001110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585832; }

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

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

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

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

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

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

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

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