#58591E

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

Shades of Saratoga #58591E

Tints of Saratoga #58591E

Color information

#58591E (or 0x58591E) is unknown color: approx Saratoga. HEX triplet: 58, 59 and 1E. RGB value is (88,89,30). Sum of RGB (Red+Green+Blue) = 88+89+30=207 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.51% from 207); Green value is 89 (35.16% from 255 or 43.00% from 207); Blue value is 30 (12.11% from 255 or 14.49% from 207); Max value from RGB is 89 - color contains mainly: green. Hex color #58591E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58591E is #A7A6E1. Grayscale: #525252. Windows color (decimal): -10987234 or 1988952. OLE color: 1988952.

HSL color Cylindrical-coordinate representation of color #58591E: hue angle of 61.02º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #58591E is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.65.

Color convert

RGB888930-
CMYK0.0100.660.65
HSL61.02º49.58%23.33%-
HSV(B)61.02º66.29%34.9%-
XYZ7.839.312.61-
YUV81.9898.67132.3-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 42.51%
GREEN value IS 89 (35.16% from 255) = 43.00%
BLUE value IS 30 (12.11% from 255) = 14.49%
R=42.51%
G=43.00%
B=14.49%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8889300.0100.660.6561.0249.5823.33
Hex58591E1042413d3217
Octal1301313610102101756227
Binary1011000101100111110101000010100000111110111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58591E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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