#58592A

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

Shades of Saratoga #58592A

Tints of Saratoga #58592A

Color information

#58592A (or 0x58592A) is unknown color: approx Saratoga. HEX triplet: 58, 59 and 2A. RGB value is (88,89,42). Sum of RGB (Red+Green+Blue) = 88+89+42=219 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40.18% from 219); Green value is 89 (35.16% from 255 or 40.64% from 219); Blue value is 42 (16.80% from 255 or 19.18% from 219); Max value from RGB is 89 - color contains mainly: green. Hex color #58592A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58592A is #A7A6D5. Grayscale: #535353. Windows color (decimal): -10987222 or 2775384. OLE color: 2775384.

HSL color Cylindrical-coordinate representation of color #58592A: hue angle of 61.28º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #58592A is Cyan = 0.01, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB888942-
CMYK0.0100.530.65
HSL61.28º35.88%25.69%-
HSV(B)61.28º52.81%34.9%-
XYZ8.019.393.58-
YUV83.34104.67131.32-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.18%
GREEN value IS 89 (35.16% from 255) = 40.64%
BLUE value IS 42 (16.80% from 255) = 19.18%
R=40.18%
G=40.64%
B=19.18%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8889420.0100.530.6561.2835.8825.69
Hex58592A1035413d241a
Octal130131521065101754432
Binary1011000101100110101010110101100000111110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58592A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58592A; }

 p { color: rgb(88,89,42); }

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

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

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

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

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

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

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