#59383B

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

Shades of Jazz #59383B

Tints of Jazz #59383B

Color information

#59383B (or 0x59383B) is unknown color: approx Jazz. HEX triplet: 59, 38 and 3B. RGB value is (89,56,59). Sum of RGB (Red+Green+Blue) = 89+56+59=204 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.63% from 204); Green value is 56 (22.27% from 255 or 27.45% from 204); Blue value is 59 (23.44% from 255 or 28.92% from 204); Max value from RGB is 89 - color contains mainly: red. Hex color #59383B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59383B is #A6C7C4. Grayscale: #424242. Windows color (decimal): -10930117 or 3881049. OLE color: 3881049.

HSL color Cylindrical-coordinate representation of color #59383B: hue angle of 354.55º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #59383B is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.65.

Color convert

RGB895659-
CMYK00.370.340.65
HSL354.55º22.76%28.43%-
HSV(B)354.55º37.08%34.9%-
XYZ6.325.274.82-
YUV66.21123.93144.26-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 43.63%
GREEN value IS 56 (22.27% from 255) = 27.45%
BLUE value IS 59 (23.44% from 255) = 28.92%
R=43.63%
G=27.45%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.34
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89565900.370.340.65354.5522.7628.43
Hex59383B0252241163171c
Octal1317073045421015432734
Binary1011001111000111011010010110001010000011011000111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59383B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59383B; }

 p { color: rgb(89,56,59); }

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

<style>
 a { background-color: #59383B; }

 a { background-color: rgb(89,56,59); }

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

<style>
 span { border-color: #59383B; }

 span { border-color: rgb(89,56,59); }

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