#58642E

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

Shades of Saratoga #58642E

Tints of Saratoga #58642E

Color information

#58642E (or 0x58642E) is unknown color: approx Saratoga. HEX triplet: 58, 64 and 2E. RGB value is (88,100,46). Sum of RGB (Red+Green+Blue) = 88+100+46=234 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.61% from 234); Green value is 100 (39.45% from 255 or 42.74% from 234); Blue value is 46 (18.36% from 255 or 19.66% from 234); Max value from RGB is 100 - color contains mainly: green. Hex color #58642E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58642E is #A79BD1. Grayscale: #5A5A5A. Windows color (decimal): -10984402 or 3040344. OLE color: 3040344.

HSL color Cylindrical-coordinate representation of color #58642E: hue angle of 73.33º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #58642E is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.61.

Color convert

RGB8810046-
CMYK0.1200.540.61
HSL73.33º36.99%28.63%-
HSV(B)73.33º54%39.22%-
XYZ9.0711.394.3-
YUV90.26103.02126.39-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.61%
GREEN value IS 100 (39.45% from 255) = 42.74%
BLUE value IS 46 (18.36% from 255) = 19.66%
R=37.61%
G=42.74%
B=19.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal88100460.1200.540.6173.3336.9928.63
Hex58642EC0363D49251d
Octal1301445614066751114535
Binary1011000110010010111011000110110111101100100110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58642E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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