Html Css Color HEX #593233 Jazz

📋 copy color: '#593233'

red 89 ◦ green 50 ◦ blue 51

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

Shades of Jazz #593233

Tints of Jazz #593233

RGB

 RED value IS 89 (35.16% from 255) = 46.84%

 GREEN value IS 50 (19.92% from 255) = 26.32%

 BLUE value IS 51 (20.31% from 255) = 26.84%

R = 46.84%
G = 26.32%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.43

 K value IS 0.65

RGB Variations

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

Color information

#593233 (or 0x593233) is known color: Jazz. HEX triplet: 59, 32 and 33. RGB value is (89,50,51). Sum of RGB (Red+Green+Blue) = 89+50+51=190 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.84% from 190); Green value is 50 (19.92% from 255 or 26.32% from 190); Blue value is 51 (20.31% from 255 or 26.84% from 190); Max value from RGB is 89 - color contains mainly: red. Hex color #593233 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #593233 is #A6CDCC. Grayscale: #3D3D3D. Windows color (decimal): -10931661 or 3355225. OLE color: 3355225.

HSL color Cylindrical-coordinate representation of color #593233: hue angle of 358.46º 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 #593233 is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 50 51 -
CMYK 0 0.44 0.43 0.65
HSL 358.46º 0.28% 0.27% -
HSV(B) 358.46º 0.44% 0.35% -
XYZ 5.86 4.64 3.72 -
YUV 61.78 121.92 147.42 -
System Red Green Blue C M Y K H S L
Decimal 89 50 51 0 0.44 0.43 0.65 358.46 0.28 0.27
Hex 59 32 33 0 2C 2B 41 166 1C 1B
Octal 131 62 63 0 54 53 101 546 34 33
Binary 1011001 110010 110011 0 101100 101011 1000001 101100110 11100 11011

Color Harmonies of #593233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593233

Black with #593233

Text Example


Text Example

White with #593233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593233; }

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

 H1.HeaderClassName
 {
   color: #593233;
 }
 .AnyTagClassName
 {
   color: #593233;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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