#58611A

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

Shades of Saratoga #58611A

Tints of Saratoga #58611A

Color information

#58611A (or 0x58611A) is unknown color: approx Saratoga. HEX triplet: 58, 61 and 1A. RGB value is (88,97,26). Sum of RGB (Red+Green+Blue) = 88+97+26=211 (27% of max value = 765). Red value is 88 (34.77% from 255 or 41.71% from 211); Green value is 97 (38.28% from 255 or 45.97% from 211); Blue value is 26 (10.55% from 255 or 12.32% from 211); Max value from RGB is 97 - color contains mainly: green. Hex color #58611A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58611A is #A79EE5. Grayscale: #565656. Windows color (decimal): -10985190 or 1728856. OLE color: 1728856.

HSL color Cylindrical-coordinate representation of color #58611A: hue angle of 67.61º degrees, saturation: 0.58, 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 #58611A is Cyan = 0.09, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB889726-
CMYK0.0900.730.62
HSL67.61º57.72%24.12%-
HSV(B)67.61º73.2%38.04%-
XYZ8.4910.72.6-
YUV86.2294.02129.27-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 41.71%
GREEN value IS 97 (38.28% from 255) = 45.97%
BLUE value IS 26 (10.55% from 255) = 12.32%
R=41.71%
G=45.97%
B=12.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8897260.0900.730.6267.6157.7224.12
Hex58611A90493E443a18
Octal13014132110111761047230
Binary1011000110000111010100101001001111110100010011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58611A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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