#5A3134

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

Shades of Jazz #5A3134

Tints of Jazz #5A3134

Color information

#5A3134 (or 0x5A3134) is unknown color: approx Jazz. HEX triplet: 5A, 31 and 34. RGB value is (90,49,52). Sum of RGB (Red+Green+Blue) = 90+49+52=191 (25% of max value = 765). Red value is 90 (35.55% from 255 or 47.12% from 191); Green value is 49 (19.53% from 255 or 25.65% from 191); Blue value is 52 (20.70% from 255 or 27.23% from 191); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3134 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3134 is #A5CECB. Grayscale: #3D3D3D. Windows color (decimal): -10866380 or 3420506. OLE color: 3420506.

HSL color Cylindrical-coordinate representation of color #5A3134: hue angle of 355.61º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5A3134 is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.65.

Color convert

RGB904952-
CMYK00.460.420.65
HSL355.61º29.5%27.25%-
HSV(B)355.61º45.56%35.29%-
XYZ5.934.623.83-
YUV61.6122.58148.26-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 47.12%
GREEN value IS 49 (19.53% from 255) = 25.65%
BLUE value IS 52 (20.70% from 255) = 27.23%
R=47.12%
G=25.65%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.42
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90495200.460.420.65355.6129.527.25
Hex5A313402E2A411641d1b
Octal1326164056521015443533
Binary1011010110001110100010111010101010000011011001001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A3134; }

 p { color: rgb(90,49,52); }

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

<style>
 a { background-color: #5A3134; }

 a { background-color: rgb(90,49,52); }

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

<style>
 span { border-color: #5A3134; }

 span { border-color: rgb(90,49,52); }

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