#592E34

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

Shades of Jazz #592E34

Tints of Jazz #592E34

Color information

#592E34 (or 0x592E34) is unknown color: approx Jazz. HEX triplet: 59, 2E and 34. RGB value is (89,46,52). Sum of RGB (Red+Green+Blue) = 89+46+52=187 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.59% from 187); Green value is 46 (18.36% from 255 or 24.60% from 187); Blue value is 52 (20.70% from 255 or 27.81% from 187); Max value from RGB is 89 - color contains mainly: red. Hex color #592E34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592E34 is #A6D1CB. Grayscale: #3B3B3B. Windows color (decimal): -10932684 or 3419737. OLE color: 3419737.

HSL color Cylindrical-coordinate representation of color #592E34: hue angle of 351.63º 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 #592E34 is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.65.

Color convert

RGB894652-
CMYK00.480.420.65
HSL351.63º31.85%26.47%-
HSV(B)351.63º48.31%34.9%-
XYZ5.724.333.78-
YUV59.54123.75149.01-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 47.59%
GREEN value IS 46 (18.36% from 255) = 24.60%
BLUE value IS 52 (20.70% from 255) = 27.81%
R=47.59%
G=24.60%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.42
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89465200.480.420.65351.6331.8526.47
Hex592E340302A41160201a
Octal1315664060521015404032
Binary10110011011101101000110000101010100000110110000010000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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