#58611E

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

Shades of Saratoga #58611E

Tints of Saratoga #58611E

Color information

#58611E (or 0x58611E) is unknown color: approx Saratoga. HEX triplet: 58, 61 and 1E. RGB value is (88,97,30). Sum of RGB (Red+Green+Blue) = 88+97+30=215 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.93% from 215); Green value is 97 (38.28% from 255 or 45.12% from 215); Blue value is 30 (12.11% from 255 or 13.95% from 215); Max value from RGB is 97 - color contains mainly: green. Hex color #58611E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58611E is #A79EE1. Grayscale: #565656. Windows color (decimal): -10985186 or 1991000. OLE color: 1991000.

HSL color Cylindrical-coordinate representation of color #58611E: hue angle of 68.06º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #58611E is Cyan = 0.09, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB889730-
CMYK0.0900.690.62
HSL68.06º52.76%24.9%-
HSV(B)68.06º69.07%38.04%-
XYZ8.5310.722.85-
YUV86.6796.02128.95-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.93%
GREEN value IS 97 (38.28% from 255) = 45.12%
BLUE value IS 30 (12.11% from 255) = 13.95%
R=40.93%
G=45.12%
B=13.95%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8897300.0900.690.6268.0652.7624.9
Hex58611E90453E443519
Octal13014136110105761046531
Binary1011000110000111110100101000101111110100010011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58611E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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