#59363A

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

Shades of Jazz #59363A

Tints of Jazz #59363A

Color information

#59363A (or 0x59363A) is unknown color: approx Jazz. HEX triplet: 59, 36 and 3A. RGB value is (89,54,58). Sum of RGB (Red+Green+Blue) = 89+54+58=201 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.28% from 201); Green value is 54 (21.48% from 255 or 26.87% from 201); Blue value is 58 (23.05% from 255 or 28.86% from 201); Max value from RGB is 89 - color contains mainly: red. Hex color #59363A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59363A is #A6C9C5. Grayscale: #404040. Windows color (decimal): -10930630 or 3815001. OLE color: 3815001.

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

Color convert

RGB895458-
CMYK00.390.350.65
HSL353.14º24.48%28.04%-
HSV(B)353.14º39.33%34.9%-
XYZ6.25.074.65-
YUV64.92124.1145.17-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 44.28%
GREEN value IS 54 (21.48% from 255) = 26.87%
BLUE value IS 58 (23.05% from 255) = 28.86%
R=44.28%
G=26.87%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.35
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89545800.390.350.65353.1424.4828.04
Hex59363A0272341161181c
Octal1316672047431015413034
Binary1011001110110111010010011110001110000011011000011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59363A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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