#592A2C

Color #592A2C Jazz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazz #592A2C

Tints of Jazz #592A2C

Color information

#592A2C (or 0x592A2C) is unknown color: approx Jazz. HEX triplet: 59, 2A and 2C. RGB value is (89,42,44). Sum of RGB (Red+Green+Blue) = 89+42+44=175 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.86% from 175); Green value is 42 (16.80% from 255 or 24% from 175); Blue value is 44 (17.58% from 255 or 25.14% from 175); Max value from RGB is 89 - color contains mainly: red. Hex color #592A2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592A2C is #A6D5D3. Grayscale: #383838. Windows color (decimal): -10933716 or 2894425. OLE color: 2894425.

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

Color convert

RGB894244-
CMYK00.530.510.65
HSL357.45º35.88%25.69%-
HSV(B)357.45º52.81%34.9%-
XYZ5.43.962.86-
YUV56.28121.07151.34-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 50.86%
GREEN value IS 42 (16.80% from 255) = 24%
BLUE value IS 44 (17.58% from 255) = 25.14%
R=50.86%
G=24%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.51
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89424400.530.510.65357.4535.8825.69
Hex592A2C0353341165241a
Octal1315254065631015454432
Binary10110011010101011000110101110011100000110110010110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #592A2C;
 }
 .AnyTagClassName
 {
   color: #592A2C;
 }
</style>
background-color css

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

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

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

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

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

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