#58602A

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

Shades of Saratoga #58602A

Tints of Saratoga #58602A

Color information

#58602A (or 0x58602A) is unknown color: approx Saratoga. HEX triplet: 58, 60 and 2A. RGB value is (88,96,42). Sum of RGB (Red+Green+Blue) = 88+96+42=226 (29% of max value = 765). Red value is 88 (34.77% from 255 or 38.94% from 226); Green value is 96 (37.89% from 255 or 42.48% from 226); Blue value is 42 (16.80% from 255 or 18.58% from 226); Max value from RGB is 96 - color contains mainly: green. Hex color #58602A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58602A is #A79FD5. Grayscale: #575757. Windows color (decimal): -10985430 or 2777176. OLE color: 2777176.

HSL color Cylindrical-coordinate representation of color #58602A: hue angle of 68.89º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #58602A is Cyan = 0.08, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.62.

Color convert

RGB889642-
CMYK0.0800.560.62
HSL68.89º39.13%27.06%-
HSV(B)68.89º56.25%37.65%-
XYZ8.6310.613.78-
YUV87.45102.35128.39-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.94%
GREEN value IS 96 (37.89% from 255) = 42.48%
BLUE value IS 42 (16.80% from 255) = 18.58%
R=38.94%
G=42.48%
B=18.58%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8896420.0800.560.6268.8939.1327.06
Hex58602A80383E45271b
Octal1301405210070761054733
Binary1011000110000010101010000111000111110100010110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58602A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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