#59282C

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

Shades of Jazz #59282C

Tints of Jazz #59282C

Color information

#59282C (or 0x59282C) is unknown color: approx Jazz. HEX triplet: 59, 28 and 2C. RGB value is (89,40,44). Sum of RGB (Red+Green+Blue) = 89+40+44=173 (22% of max value = 765). Red value is 89 (35.16% from 255 or 51.45% from 173); Green value is 40 (16.02% from 255 or 23.12% from 173); Blue value is 44 (17.58% from 255 or 25.43% from 173); Max value from RGB is 89 - color contains mainly: red. Hex color #59282C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59282C is #A6D7D3. Grayscale: #373737. Windows color (decimal): -10934228 or 2893913. OLE color: 2893913.

HSL color Cylindrical-coordinate representation of color #59282C: hue angle of 355.1º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #59282C is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.65.

Color convert

RGB894044-
CMYK00.550.510.65
HSL355.1º37.98%25.29%-
HSV(B)355.1º55.06%34.9%-
XYZ5.333.822.84-
YUV55.11121.73152.17-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 51.45%
GREEN value IS 40 (16.02% from 255) = 23.12%
BLUE value IS 44 (17.58% from 255) = 25.43%
R=51.45%
G=23.12%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.51
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89404400.550.510.65355.137.9825.29
Hex59282C03733411632619
Octal1315054067631015434631
Binary10110011010001011000110111110011100000110110001110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59282C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59282C; }

 p { color: rgb(89,40,44); }

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

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

 a { background-color: rgb(89,40,44); }

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

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

 span { border-color: rgb(89,40,44); }

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