#58602E

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

Shades of Saratoga #58602E

Tints of Saratoga #58602E

Color information

#58602E (or 0x58602E) is unknown color: approx Saratoga. HEX triplet: 58, 60 and 2E. RGB value is (88,96,46). Sum of RGB (Red+Green+Blue) = 88+96+46=230 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.26% from 230); Green value is 96 (37.89% from 255 or 41.74% from 230); Blue value is 46 (18.36% from 255 or 20% from 230); Max value from RGB is 96 - color contains mainly: green. Hex color #58602E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58602E is #A79FD1. Grayscale: #585858. Windows color (decimal): -10985426 or 3039320. OLE color: 3039320.

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

Color convert

RGB889646-
CMYK0.0800.520.62
HSL69.6º35.21%27.84%-
HSV(B)69.6º52.08%37.65%-
XYZ8.710.644.18-
YUV87.91104.35128.07-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.26%
GREEN value IS 96 (37.89% from 255) = 41.74%
BLUE value IS 46 (18.36% from 255) = 20%
R=38.26%
G=41.74%
B=20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8896460.0800.520.6269.635.2127.84
Hex58602E80343E46231c
Octal1301405610064761064334
Binary1011000110000010111010000110100111110100011010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58602E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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