#58611F

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

Shades of Saratoga #58611F

Tints of Saratoga #58611F

Color information

#58611F (or 0x58611F) is unknown color: approx Saratoga. HEX triplet: 58, 61 and 1F. RGB value is (88,97,31). Sum of RGB (Red+Green+Blue) = 88+97+31=216 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.74% from 216); Green value is 97 (38.28% from 255 or 44.91% from 216); Blue value is 31 (12.5% from 255 or 14.35% from 216); Max value from RGB is 97 - color contains mainly: green. Hex color #58611F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58611F is #A79EE0. Grayscale: #575757. Windows color (decimal): -10985185 or 2056536. OLE color: 2056536.

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

Color convert

RGB889731-
CMYK0.0900.680.62
HSL68.18º51.56%25.1%-
HSV(B)68.18º68.04%38.04%-
XYZ8.5510.722.92-
YUV86.7996.52128.87-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.74%
GREEN value IS 97 (38.28% from 255) = 44.91%
BLUE value IS 31 (12.5% from 255) = 14.35%
R=40.74%
G=44.91%
B=14.35%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8897310.0900.680.6268.1851.5625.1
Hex58611F90443E443419
Octal13014137110104761046431
Binary1011000110000111111100101000100111110100010011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58611F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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