#593236

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

Shades of Jazz #593236

Tints of Jazz #593236

Color information

#593236 (or 0x593236) is unknown color: approx Jazz. HEX triplet: 59, 32 and 36. RGB value is (89,50,54). Sum of RGB (Red+Green+Blue) = 89+50+54=193 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.11% from 193); Green value is 50 (19.92% from 255 or 25.91% from 193); Blue value is 54 (21.48% from 255 or 27.98% from 193); Max value from RGB is 89 - color contains mainly: red. Hex color #593236 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #593236 is #A6CDC9. Grayscale: #3E3E3E. Windows color (decimal): -10931658 or 3551833. OLE color: 3551833.

HSL color Cylindrical-coordinate representation of color #593236: hue angle of 353.85º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #593236 is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.65.

Color convert

RGB895054-
CMYK00.440.390.65
HSL353.85º28.06%27.25%-
HSV(B)353.85º43.82%34.9%-
XYZ5.934.674.08-
YUV62.12123.42147.17-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 46.11%
GREEN value IS 50 (19.92% from 255) = 25.91%
BLUE value IS 54 (21.48% from 255) = 27.98%
R=46.11%
G=25.91%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.39
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89505400.440.390.65353.8528.0627.25
Hex59323602C27411621c1b
Octal1316266054471015423433
Binary1011001110010110110010110010011110000011011000101110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593236; }

 p { color: rgb(89,50,54); }

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

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

 a { background-color: rgb(89,50,54); }

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

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

 span { border-color: rgb(89,50,54); }

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