#59373A

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

Shades of Jazz #59373A

Tints of Jazz #59373A

Color information

#59373A (or 0x59373A) is unknown color: approx Jazz. HEX triplet: 59, 37 and 3A. RGB value is (89,55,58). Sum of RGB (Red+Green+Blue) = 89+55+58=202 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.06% from 202); Green value is 55 (21.88% from 255 or 27.23% from 202); Blue value is 58 (23.05% from 255 or 28.71% from 202); Max value from RGB is 89 - color contains mainly: red. Hex color #59373A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59373A is #A6C8C5. Grayscale: #414141. Windows color (decimal): -10930374 or 3815257. OLE color: 3815257.

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

Color convert

RGB895558-
CMYK00.380.350.65
HSL354.71º23.61%28.24%-
HSV(B)354.71º38.2%34.9%-
XYZ6.255.164.67-
YUV65.51123.76144.76-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 44.06%
GREEN value IS 55 (21.88% from 255) = 27.23%
BLUE value IS 58 (23.05% from 255) = 28.71%
R=44.06%
G=27.23%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.35
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89555800.380.350.65354.7123.6128.24
Hex59373A0262341163181c
Octal1316772046431015433034
Binary1011001110111111010010011010001110000011011000111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59373A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59373A; }

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

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

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

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

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

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

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

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