#593335

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

Shades of Jazz #593335

Tints of Jazz #593335

Color information

#593335 (or 0x593335) is unknown color: approx Jazz. HEX triplet: 59, 33 and 35. RGB value is (89,51,53). Sum of RGB (Red+Green+Blue) = 89+51+53=193 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.11% from 193); Green value is 51 (20.31% from 255 or 26.42% from 193); Blue value is 53 (21.09% from 255 or 27.46% from 193); Max value from RGB is 89 - color contains mainly: red. Hex color #593335 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #593335 is #A6CCCA. Grayscale: #3E3E3E. Windows color (decimal): -10931403 or 3486553. OLE color: 3486553.

HSL color Cylindrical-coordinate representation of color #593335: hue angle of 356.84º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #593335 is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.65.

Color convert

RGB895153-
CMYK00.430.400.65
HSL356.84º27.14%27.45%-
HSV(B)356.84º42.7%34.9%-
XYZ5.954.753.97-
YUV62.59122.59146.84-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 46.11%
GREEN value IS 51 (20.31% from 255) = 26.42%
BLUE value IS 53 (21.09% from 255) = 27.46%
R=46.11%
G=26.42%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.40
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89515300.430.400.65356.8427.1427.45
Hex59333502B28411651b1b
Octal1316365053501015453333
Binary1011001110011110101010101110100010000011011001011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593335; }

 p { color: rgb(89,51,53); }

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

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

 a { background-color: rgb(89,51,53); }

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

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

 span { border-color: rgb(89,51,53); }

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