#58601D

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

Shades of Saratoga #58601D

Tints of Saratoga #58601D

Color information

#58601D (or 0x58601D) is unknown color: approx Saratoga. HEX triplet: 58, 60 and 1D. RGB value is (88,96,29). Sum of RGB (Red+Green+Blue) = 88+96+29=213 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.31% from 213); Green value is 96 (37.89% from 255 or 45.07% from 213); Blue value is 29 (11.72% from 255 or 13.62% from 213); Max value from RGB is 96 - color contains mainly: green. Hex color #58601D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58601D is #A79FE2. Grayscale: #565656. Windows color (decimal): -10985443 or 1925208. OLE color: 1925208.

HSL color Cylindrical-coordinate representation of color #58601D: hue angle of 67.16º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #58601D is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB889629-
CMYK0.0800.700.62
HSL67.16º53.6%24.51%-
HSV(B)67.16º69.79%37.65%-
XYZ8.4310.532.75-
YUV85.9795.85129.45-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 41.31%
GREEN value IS 96 (37.89% from 255) = 45.07%
BLUE value IS 29 (11.72% from 255) = 13.62%
R=41.31%
G=45.07%
B=13.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8896290.0800.700.6267.1653.624.51
Hex58601D80463E433619
Octal13014035100106761036631
Binary1011000110000011101100001000110111110100001111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58601D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58601D; }

 p { color: rgb(88,96,29); }

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

<style>
 a { background-color: #58601D; }

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

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

<style>
 span { border-color: #58601D; }

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

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