Html Css Color HEX #592E32 Jazz

📋 copy color: '#592E32'

red 89 ◦ green 46 ◦ blue 50

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

Shades of Jazz #592E32

Tints of Jazz #592E32

RGB

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

 GREEN value IS 46 (18.36% from 255) = 24.86%

 BLUE value IS 50 (19.92% from 255) = 27.03%

R = 48.11%
G = 24.86%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.44

 K value IS 0.65

RGB Variations

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

Color information

#592E32 (or 0x592E32) is known color: Jazz. HEX triplet: 59, 2E and 32. RGB value is (89,46,50). Sum of RGB (Red+Green+Blue) = 89+46+50=185 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.11% from 185); Green value is 46 (18.36% from 255 or 24.86% from 185); Blue value is 50 (19.92% from 255 or 27.03% from 185); Max value from RGB is 89 - color contains mainly: red. Hex color #592E32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592E32 is #A6D1CD. Grayscale: #3B3B3B. Windows color (decimal): -10932686 or 3288665. OLE color: 3288665.

HSL color Cylindrical-coordinate representation of color #592E32: hue angle of 354.42º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #592E32 is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 46 50 -
CMYK 0 0.48 0.44 0.65
HSL 354.42º 0.32% 0.26% -
HSV(B) 354.42º 0.48% 0.35% -
XYZ 5.67 4.31 3.55 -
YUV 59.31 122.75 149.17 -
System Red Green Blue C M Y K H S L
Decimal 89 46 50 0 0.48 0.44 0.65 354.42 0.32 0.26
Hex 59 2E 32 0 30 2C 41 162 20 1A
Octal 131 56 62 0 60 54 101 542 40 32
Binary 1011001 101110 110010 0 110000 101100 1000001 101100010 100000 11010

Color Harmonies of #592E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592E32

Black with #592E32

Text Example


Text Example

White with #592E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592E32; }

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

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

background-color css

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

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

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

border-color css

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

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

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