#592B2C

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

Shades of Jazz #592B2C

Tints of Jazz #592B2C

Color information

#592B2C (or 0x592B2C) is unknown color: approx Jazz. HEX triplet: 59, 2B and 2C. RGB value is (89,43,44). Sum of RGB (Red+Green+Blue) = 89+43+44=176 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.57% from 176); Green value is 43 (17.19% from 255 or 24.43% from 176); Blue value is 44 (17.58% from 255 or 25% from 176); Max value from RGB is 89 - color contains mainly: red. Hex color #592B2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592B2C is #A6D4D3. Grayscale: #383838. Windows color (decimal): -10933460 or 2894681. OLE color: 2894681.

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

Color convert

RGB894344-
CMYK00.520.510.65
HSL358.7º34.85%25.88%-
HSV(B)358.7º51.69%34.9%-
XYZ5.444.032.87-
YUV56.87120.74150.92-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 50.57%
GREEN value IS 43 (17.19% from 255) = 24.43%
BLUE value IS 44 (17.58% from 255) = 25%
R=50.57%
G=24.43%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.51
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89434400.520.510.65358.734.8525.88
Hex592B2C0343341167231a
Octal1315354064631015474332
Binary10110011010111011000110100110011100000110110011110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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