#592E30

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

Shades of Jazz #592E30

Tints of Jazz #592E30

Color information

#592E30 (or 0x592E30) is unknown color: approx Jazz. HEX triplet: 59, 2E and 30. RGB value is (89,46,48). Sum of RGB (Red+Green+Blue) = 89+46+48=183 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.63% from 183); Green value is 46 (18.36% from 255 or 25.14% from 183); Blue value is 48 (19.14% from 255 or 26.23% from 183); Max value from RGB is 89 - color contains mainly: red. Hex color #592E30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592E30 is #A6D1CF. Grayscale: #3B3B3B. Windows color (decimal): -10932688 or 3157593. OLE color: 3157593.

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

Color convert

RGB894648-
CMYK00.480.460.65
HSL357.21º31.85%26.47%-
HSV(B)357.21º48.31%34.9%-
XYZ5.634.293.33-
YUV59.08121.75149.34-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 48.63%
GREEN value IS 46 (18.36% from 255) = 25.14%
BLUE value IS 48 (19.14% from 255) = 26.23%
R=48.63%
G=25.14%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.46
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89464800.480.460.65357.2131.8526.47
Hex592E300302E41165201a
Octal1315660060561015454032
Binary10110011011101100000110000101110100000110110010110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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