#592A2F

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

Shades of Jazz #592A2F

Tints of Jazz #592A2F

Color information

#592A2F (or 0x592A2F) is unknown color: approx Jazz. HEX triplet: 59, 2A and 2F. RGB value is (89,42,47). Sum of RGB (Red+Green+Blue) = 89+42+47=178 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50% from 178); Green value is 42 (16.80% from 255 or 23.60% from 178); Blue value is 47 (18.75% from 255 or 26.40% from 178); Max value from RGB is 89 - color contains mainly: red. Hex color #592A2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592A2F is #A6D5D0. Grayscale: #383838. Windows color (decimal): -10933713 or 3091033. OLE color: 3091033.

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

Color convert

RGB894247-
CMYK00.530.470.65
HSL353.62º35.88%25.69%-
HSV(B)353.62º52.81%34.9%-
XYZ5.463.993.17-
YUV56.62122.57151.09-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 50%
GREEN value IS 42 (16.80% from 255) = 23.60%
BLUE value IS 47 (18.75% from 255) = 26.40%
R=50%
G=23.60%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.47
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89424700.530.470.65353.6235.8825.69
Hex592A2F0352F41162241a
Octal1315257065571015424432
Binary10110011010101011110110101101111100000110110001010010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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