#593237

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

Shades of Jazz #593237

Tints of Jazz #593237

Color information

#593237 (or 0x593237) is unknown color: approx Jazz. HEX triplet: 59, 32 and 37. RGB value is (89,50,55). Sum of RGB (Red+Green+Blue) = 89+50+55=194 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.88% from 194); Green value is 50 (19.92% from 255 or 25.77% from 194); Blue value is 55 (21.88% from 255 or 28.35% from 194); Max value from RGB is 89 - color contains mainly: red. Hex color #593237 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #593237 is #A6CDC8. Grayscale: #3E3E3E. Windows color (decimal): -10931657 or 3617369. OLE color: 3617369.

HSL color Cylindrical-coordinate representation of color #593237: hue angle of 352.31º 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 #593237 is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.65.

Color convert

RGB895055-
CMYK00.440.380.65
HSL352.31º28.06%27.25%-
HSV(B)352.31º43.82%34.9%-
XYZ5.954.684.2-
YUV62.23123.92147.09-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 45.88%
GREEN value IS 50 (19.92% from 255) = 25.77%
BLUE value IS 55 (21.88% from 255) = 28.35%
R=45.88%
G=25.77%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.38
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89505500.440.380.65352.3128.0627.25
Hex59323702C26411601c1b
Octal1316267054461015403433
Binary1011001110010110111010110010011010000011011000001110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593237; }

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

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

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

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

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

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

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

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