#58582C

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

Shades of Saratoga #58582C

Tints of Saratoga #58582C

Color information

#58582C (or 0x58582C) is unknown color: approx Saratoga. HEX triplet: 58, 58 and 2C. RGB value is (88,88,44). Sum of RGB (Red+Green+Blue) = 88+88+44=220 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40% from 220); Green value is 88 (34.77% from 255 or 40% from 220); Blue value is 44 (17.58% from 255 or 20% from 220); Max value from RGB is 88 - color contains mainly: red, green. Hex color #58582C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58582C is #A7A7D3. Grayscale: #535353. Windows color (decimal): -10987476 or 2906200. OLE color: 2906200.

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

Color convert

RGB888844-
CMYK000.50.65
HSL60º33.33%25.88%-
HSV(B)60º50%34.51%-
XYZ7.979.243.75-
YUV82.98106131.58-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40%
GREEN value IS 88 (34.77% from 255) = 40%
BLUE value IS 44 (17.58% from 255) = 20%
R=40%
G=40%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal888844000.50.656033.3325.88
Hex58582C0032413c211a
Octal130130540062101744132
Binary1011000101100010110000110010100000111110010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58582C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58582C; }

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

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

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

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

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

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

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

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