#5E3137

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

Shades of Jazz #5E3137

Tints of Jazz #5E3137

Color information

#5E3137 (or 0x5E3137) is unknown color: approx Jazz. HEX triplet: 5E, 31 and 37. RGB value is (94,49,55). Sum of RGB (Red+Green+Blue) = 94+49+55=198 (26% of max value = 765). Red value is 94 (37.11% from 255 or 47.47% from 198); Green value is 49 (19.53% from 255 or 24.75% from 198); Blue value is 55 (21.88% from 255 or 27.78% from 198); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3137 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E3137 is #A1CEC8. Grayscale: #3F3F3F. Windows color (decimal): -10604233 or 3617118. OLE color: 3617118.

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

Color convert

RGB944955-
CMYK00.480.410.63
HSL352º31.47%28.04%-
HSV(B)352º47.87%36.86%-
XYZ6.44.854.21-
YUV63.14123.41150.01-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 47.47%
GREEN value IS 49 (19.53% from 255) = 24.75%
BLUE value IS 55 (21.88% from 255) = 27.78%
R=47.47%
G=24.75%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.41
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94495500.480.410.6335231.4728.04
Hex5E3137030293F1601f1c
Octal136616706051775403734
Binary101111011000111011101100001010011111111011000001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E3137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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