#59282E

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

Shades of Jazz #59282E

Tints of Jazz #59282E

Color information

#59282E (or 0x59282E) is unknown color: approx Jazz. HEX triplet: 59, 28 and 2E. RGB value is (89,40,46). Sum of RGB (Red+Green+Blue) = 89+40+46=175 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.86% from 175); Green value is 40 (16.02% from 255 or 22.86% from 175); Blue value is 46 (18.36% from 255 or 26.29% from 175); Max value from RGB is 89 - color contains mainly: red. Hex color #59282E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59282E is #A6D7D1. Grayscale: #373737. Windows color (decimal): -10934226 or 3024985. OLE color: 3024985.

HSL color Cylindrical-coordinate representation of color #59282E: hue angle of 352.65º 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 #59282E is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB894046-
CMYK00.550.480.65
HSL352.65º37.98%25.29%-
HSV(B)352.65º55.06%34.9%-
XYZ5.373.843.04-
YUV55.33122.73152.01-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 50.86%
GREEN value IS 40 (16.02% from 255) = 22.86%
BLUE value IS 46 (18.36% from 255) = 26.29%
R=50.86%
G=22.86%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.48
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89404600.550.480.65352.6537.9825.29
Hex59282E03730411612619
Octal1315056067601015414631
Binary10110011010001011100110111110000100000110110000110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59282E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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