#59262E

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

Shades of Jazz #59262E

Tints of Jazz #59262E

Color information

#59262E (or 0x59262E) is unknown color: approx Jazz. HEX triplet: 59, 26 and 2E. RGB value is (89,38,46). Sum of RGB (Red+Green+Blue) = 89+38+46=173 (22% of max value = 765). Red value is 89 (35.16% from 255 or 51.45% from 173); Green value is 38 (15.23% from 255 or 21.97% from 173); Blue value is 46 (18.36% from 255 or 26.59% from 173); Max value from RGB is 89 - color contains mainly: red. Hex color #59262E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59262E is #A6D9D1. Grayscale: #363636. Windows color (decimal): -10934738 or 3024473. OLE color: 3024473.

HSL color Cylindrical-coordinate representation of color #59262E: hue angle of 350.59º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #59262E is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB893846-
CMYK00.570.480.65
HSL350.59º40.16%24.9%-
HSV(B)350.59º57.3%34.9%-
XYZ5.313.713.02-
YUV54.16123.4152.85-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 51.45%
GREEN value IS 38 (15.23% from 255) = 21.97%
BLUE value IS 46 (18.36% from 255) = 26.59%
R=51.45%
G=21.97%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.48
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89384600.570.480.65350.5940.1624.9
Hex59262E039304115f2819
Octal1314656071601015375031
Binary10110011001101011100111001110000100000110101111110100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59262E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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