#58601A

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

Shades of Saratoga #58601A

Tints of Saratoga #58601A

Color information

#58601A (or 0x58601A) is unknown color: approx Saratoga. HEX triplet: 58, 60 and 1A. RGB value is (88,96,26). Sum of RGB (Red+Green+Blue) = 88+96+26=210 (27% of max value = 765). Red value is 88 (34.77% from 255 or 41.90% from 210); Green value is 96 (37.89% from 255 or 45.71% from 210); Blue value is 26 (10.55% from 255 or 12.38% from 210); Max value from RGB is 96 - color contains mainly: green. Hex color #58601A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58601A is #A79FE5. Grayscale: #555555. Windows color (decimal): -10985446 or 1728600. OLE color: 1728600.

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

Color convert

RGB889626-
CMYK0.0800.730.62
HSL66.86º57.38%23.92%-
HSV(B)66.86º72.92%37.65%-
XYZ8.3910.522.56-
YUV85.6394.35129.69-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 41.90%
GREEN value IS 96 (37.89% from 255) = 45.71%
BLUE value IS 26 (10.55% from 255) = 12.38%
R=41.90%
G=45.71%
B=12.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8896260.0800.730.6266.8657.3823.92
Hex58601A80493E433918
Octal13014032100111761037130
Binary1011000110000011010100001001001111110100001111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58601A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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