Html Css Color HEX #592C2F Jazz

📋 copy color: '#592C2F'

red 89 ◦ green 44 ◦ blue 47

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

Shades of Jazz #592C2F

Tints of Jazz #592C2F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 24.44%

 BLUE value IS 47 (18.75% from 255) = 26.11%

R = 49.44%
G = 24.44%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.47

 K value IS 0.65

RGB Variations

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

Color information

#592C2F (or 0x592C2F) is known color: Jazz. HEX triplet: 59, 2C and 2F. RGB value is (89,44,47). Sum of RGB (Red+Green+Blue) = 89+44+47=180 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.44% from 180); Green value is 44 (17.58% from 255 or 24.44% from 180); Blue value is 47 (18.75% from 255 or 26.11% from 180); Max value from RGB is 89 - color contains mainly: red. Hex color #592C2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592C2F is #A6D3D0. Grayscale: #393939. Windows color (decimal): -10933201 or 3091545. OLE color: 3091545.

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

Color convert

RGB 89 44 47 -
CMYK 0 0.51 0.47 0.65
HSL 356º 0.34% 0.26% -
HSV(B) 356º 0.51% 0.35% -
XYZ 5.53 4.13 3.19 -
YUV 57.8 121.91 150.26 -
System Red Green Blue C M Y K H S L
Decimal 89 44 47 0 0.51 0.47 0.65 356 0.34 0.26
Hex 59 2C 2F 0 33 2F 41 164 22 1A
Octal 131 54 57 0 63 57 101 544 42 32
Binary 1011001 101100 101111 0 110011 101111 1000001 101100100 100010 11010

Color Harmonies of #592C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592C2F

Black with #592C2F

Text Example


Text Example

White with #592C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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