#5E3337

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

Shades of Jazz #5E3337

Tints of Jazz #5E3337

Color information

#5E3337 (or 0x5E3337) is unknown color: approx Jazz. HEX triplet: 5E, 33 and 37. RGB value is (94,51,55). Sum of RGB (Red+Green+Blue) = 94+51+55=200 (26% of max value = 765). Red value is 94 (37.11% from 255 or 47% from 200); Green value is 51 (20.31% from 255 or 25.5% from 200); Blue value is 55 (21.88% from 255 or 27.5% from 200); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3337 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E3337 is #A1CCC8. Grayscale: #404040. Windows color (decimal): -10603721 or 3617630. OLE color: 3617630.

HSL color Cylindrical-coordinate representation of color #5E3337: hue angle of 354.42º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5E3337 is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.63.

Color convert

RGB945155-
CMYK00.460.410.63
HSL354.42º29.66%28.43%-
HSV(B)354.42º45.74%36.86%-
XYZ6.495.024.24-
YUV64.31122.75149.17-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 47%
GREEN value IS 51 (20.31% from 255) = 25.5%
BLUE value IS 55 (21.88% from 255) = 27.5%
R=47%
G=25.5%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.41
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94515500.460.410.63354.4229.6628.43
Hex5E333702E293F1621e1c
Octal136636705651775423634
Binary101111011001111011101011101010011111111011000101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E3337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,51,55); }

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

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

 a { background-color: rgb(94,51,55); }

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

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

 span { border-color: rgb(94,51,55); }

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