Html Css Color HEX #593235 Jazz

📋 copy color: '#593235'

red 89 ◦ green 50 ◦ blue 53

#593235
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazz #593235

Tints of Jazz #593235

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.6%

R = 46.35%
G = 26.04%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.40

 K value IS 0.65

RGB Variations

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

Color information

#593235 (or 0x593235) is known color: 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

RGB 89 50 53 -
CMYK 0 0.44 0.40 0.65
HSL 355.38º 0.28% 0.27% -
HSV(B) 355.38º 0.44% 0.35% -
XYZ 5.9 4.66 3.96 -
YUV 62 122.92 147.26 -
System Red Green Blue C M Y K H S L
Decimal 89 50 53 0 0.44 0.40 0.65 355.38 0.28 0.27
Hex 59 32 35 0 2C 28 41 163 1C 1B
Octal 131 62 65 0 54 50 101 543 34 33
Binary 1011001 110010 110101 0 101100 101000 1000001 101100011 11100 11011

Color Harmonies of #593235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593235

Black with #593235

Text Example


Text Example

White with #593235

Text Example


Text Example

HTML Codes & Css Web 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>