Html Css Color HEX #592F31 Jazz

📋 copy color: '#592F31'

red 89 ◦ green 47 ◦ blue 49

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

Shades of Jazz #592F31

Tints of Jazz #592F31

RGB

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

 GREEN value IS 47 (18.75% from 255) = 25.41%

 BLUE value IS 49 (19.53% from 255) = 26.49%

R = 48.11%
G = 25.41%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.45

 K value IS 0.65

RGB Variations

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

Color information

#592F31 (or 0x592F31) is known color: Jazz. HEX triplet: 59, 2F and 31. RGB value is (89,47,49). Sum of RGB (Red+Green+Blue) = 89+47+49=185 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.11% from 185); Green value is 47 (18.75% from 255 or 25.41% from 185); Blue value is 49 (19.53% from 255 or 26.49% from 185); Max value from RGB is 89 - color contains mainly: red. Hex color #592F31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592F31 is #A6D0CE. Grayscale: #3B3B3B. Windows color (decimal): -10932431 or 3223385. OLE color: 3223385.

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

Color convert

RGB 89 47 49 -
CMYK 0 0.47 0.45 0.65
HSL 357.14º 0.31% 0.27% -
HSV(B) 357.14º 0.47% 0.35% -
XYZ 5.69 4.38 3.45 -
YUV 59.79 121.91 148.84 -
System Red Green Blue C M Y K H S L
Decimal 89 47 49 0 0.47 0.45 0.65 357.14 0.31 0.27
Hex 59 2F 31 0 2F 2D 41 165 1F 1B
Octal 131 57 61 0 57 55 101 545 37 33
Binary 1011001 101111 110001 0 101111 101101 1000001 101100101 11111 11011

Color Harmonies of #592F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592F31

Black with #592F31

Text Example


Text Example

White with #592F31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,47,49); }

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

background-color css

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

 a { background-color: rgb(89,47,49); }

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

border-color css

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

 span { border-color: rgb(89,47,49); }

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