#59383A

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

Shades of Jazz #59383A

Tints of Jazz #59383A

Color information

#59383A (or 0x59383A) is unknown color: approx Jazz. HEX triplet: 59, 38 and 3A. RGB value is (89,56,58). Sum of RGB (Red+Green+Blue) = 89+56+58=203 (26% of max value = 765). Red value is 89 (35.16% from 255 or 43.84% from 203); Green value is 56 (22.27% from 255 or 27.59% from 203); Blue value is 58 (23.05% from 255 or 28.57% from 203); Max value from RGB is 89 - color contains mainly: red. Hex color #59383A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59383A is #A6C7C5. Grayscale: #424242. Windows color (decimal): -10930118 or 3815513. OLE color: 3815513.

HSL color Cylindrical-coordinate representation of color #59383A: hue angle of 356.36º 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 #59383A is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.65.

Color convert

RGB895658-
CMYK00.370.350.65
HSL356.36º22.76%28.43%-
HSV(B)356.36º37.08%34.9%-
XYZ6.35.264.69-
YUV66.1123.43144.34-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 43.84%
GREEN value IS 56 (22.27% from 255) = 27.59%
BLUE value IS 58 (23.05% from 255) = 28.57%
R=43.84%
G=27.59%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.35
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89565800.370.350.65356.3622.7628.43
Hex59383A0252341164171c
Octal1317072045431015442734
Binary1011001111000111010010010110001110000011011001001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59383A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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