#58582E

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

Shades of Saratoga #58582E

Tints of Saratoga #58582E

Color information

#58582E (or 0x58582E) is unknown color: approx Saratoga. HEX triplet: 58, 58 and 2E. RGB value is (88,88,46). Sum of RGB (Red+Green+Blue) = 88+88+46=222 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.64% from 222); Green value is 88 (34.77% from 255 or 39.64% from 222); Blue value is 46 (18.36% from 255 or 20.72% from 222); Max value from RGB is 88 - color contains mainly: red, green. Hex color #58582E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58582E is #A7A7D1. Grayscale: #535353. Windows color (decimal): -10987474 or 3037272. OLE color: 3037272.

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

Color convert

RGB888846-
CMYK000.480.65
HSL60º31.34%26.27%-
HSV(B)60º47.73%34.51%-
XYZ8.019.253.95-
YUV83.21107131.42-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 39.64%
GREEN value IS 88 (34.77% from 255) = 39.64%
BLUE value IS 46 (18.36% from 255) = 20.72%
R=39.64%
G=39.64%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal888846000.480.656031.3426.27
Hex58582E0030413c1f1a
Octal130130560060101743732
Binary101100010110001011100011000010000011111001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58582E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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