#593235

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

Shades of Jazz #593235

Tints of Jazz #593235

Color information

#593235 (or 0x593235) is unknown color: approx Jazz. HEX triplet: 59, 32 and 35. RGB value is (89,50,53). Sum of RGB (Red+Green+Blue) = 89+50+53=192 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.35% from 192); Green value is 50 (19.92% from 255 or 26.04% from 192); Blue value is 53 (21.09% from 255 or 27.60% from 192); Max value from RGB is 89 - color contains mainly: red. Hex color #593235 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #593235 is #A6CDCA. Grayscale: #3E3E3E. Windows color (decimal): -10931659 or 3486297. OLE color: 3486297.

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

Color convert

RGB895053-
CMYK00.440.400.65
HSL355.38º28.06%27.25%-
HSV(B)355.38º43.82%34.9%-
XYZ5.94.663.96-
YUV62122.92147.26-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 46.35%
GREEN value IS 50 (19.92% from 255) = 26.04%
BLUE value IS 53 (21.09% from 255) = 27.60%
R=46.35%
G=26.04%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.40
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89505300.440.400.65355.3828.0627.25
Hex59323502C28411631c1b
Octal1316265054501015433433
Binary1011001110010110101010110010100010000011011000111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593235; }

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

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

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

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

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

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

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

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