#59272F

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

Shades of Jazz #59272F

Tints of Jazz #59272F

Color information

#59272F (or 0x59272F) is unknown color: approx Jazz. HEX triplet: 59, 27 and 2F. RGB value is (89,39,47). Sum of RGB (Red+Green+Blue) = 89+39+47=175 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.86% from 175); Green value is 39 (15.62% from 255 or 22.29% from 175); Blue value is 47 (18.75% from 255 or 26.86% from 175); Max value from RGB is 89 - color contains mainly: red. Hex color #59272F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59272F is #A6D8D0. Grayscale: #363636. Windows color (decimal): -10934481 or 3090265. OLE color: 3090265.

HSL color Cylindrical-coordinate representation of color #59272F: hue angle of 350.4º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #59272F is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.65.

Color convert

RGB893947-
CMYK00.560.470.65
HSL350.4º39.06%25.1%-
HSV(B)350.4º56.18%34.9%-
XYZ5.363.783.14-
YUV54.86123.56152.35-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 50.86%
GREEN value IS 39 (15.62% from 255) = 22.29%
BLUE value IS 47 (18.75% from 255) = 26.86%
R=50.86%
G=22.29%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.47
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89394700.560.470.65350.439.0625.1
Hex59272F0382F4115e2719
Octal1314757070571015364731
Binary10110011001111011110111000101111100000110101111010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59272F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59272F; }

 p { color: rgb(89,39,47); }

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

<style>
 a { background-color: #59272F; }

 a { background-color: rgb(89,39,47); }

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

<style>
 span { border-color: #59272F; }

 span { border-color: rgb(89,39,47); }

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