#58592B

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

Shades of Saratoga #58592B

Tints of Saratoga #58592B

Color information

#58592B (or 0x58592B) is unknown color: approx Saratoga. HEX triplet: 58, 59 and 2B. RGB value is (88,89,43). Sum of RGB (Red+Green+Blue) = 88+89+43=220 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40% from 220); Green value is 89 (35.16% from 255 or 40.45% from 220); Blue value is 43 (17.19% from 255 or 19.55% from 220); Max value from RGB is 89 - color contains mainly: green. Hex color #58592B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58592B is #A7A6D4. Grayscale: #535353. Windows color (decimal): -10987221 or 2840920. OLE color: 2840920.

HSL color Cylindrical-coordinate representation of color #58592B: hue angle of 61.3º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #58592B is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.65.

Color convert

RGB888943-
CMYK0.0100.520.65
HSL61.3º34.85%25.88%-
HSV(B)61.3º51.69%34.9%-
XYZ8.039.393.68-
YUV83.46105.17131.24-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40%
GREEN value IS 89 (35.16% from 255) = 40.45%
BLUE value IS 43 (17.19% from 255) = 19.55%
R=40%
G=40.45%
B=19.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8889430.0100.520.6561.334.8525.88
Hex58592B1034413d231a
Octal130131531064101754332
Binary1011000101100110101110110100100000111110110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58592B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58592B; }

 p { color: rgb(88,89,43); }

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

<style>
 a { background-color: #58592B; }

 a { background-color: rgb(88,89,43); }

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

<style>
 span { border-color: #58592B; }

 span { border-color: rgb(88,89,43); }

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