#58592F

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

Shades of Saratoga #58592F

Tints of Saratoga #58592F

Color information

#58592F (or 0x58592F) is unknown color: approx Saratoga. HEX triplet: 58, 59 and 2F. RGB value is (88,89,47). Sum of RGB (Red+Green+Blue) = 88+89+47=224 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.29% from 224); Green value is 89 (35.16% from 255 or 39.73% from 224); Blue value is 47 (18.75% from 255 or 20.98% from 224); Max value from RGB is 89 - color contains mainly: green. Hex color #58592F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58592F is #A7A6D0. Grayscale: #545454. Windows color (decimal): -10987217 or 3103064. OLE color: 3103064.

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

Color convert

RGB888947-
CMYK0.0100.470.65
HSL61.43º30.88%26.67%-
HSV(B)61.43º47.19%34.9%-
XYZ8.119.424.08-
YUV83.91107.17130.92-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 39.29%
GREEN value IS 89 (35.16% from 255) = 39.73%
BLUE value IS 47 (18.75% from 255) = 20.98%
R=39.29%
G=39.73%
B=20.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8889470.0100.470.6561.4330.8826.67
Hex58592F102F413d1f1b
Octal130131571057101753733
Binary101100010110011011111010111110000011111011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58592F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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