#5E3639

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

Shades of Jazz #5E3639

Tints of Jazz #5E3639

Color information

#5E3639 (or 0x5E3639) is unknown color: approx Jazz. HEX triplet: 5E, 36 and 39. RGB value is (94,54,57). Sum of RGB (Red+Green+Blue) = 94+54+57=205 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.85% from 205); Green value is 54 (21.48% from 255 or 26.34% from 205); Blue value is 57 (22.66% from 255 or 27.80% from 205); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3639 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E3639 is #A1C9C6. Grayscale: #424242. Windows color (decimal): -10602951 or 3749470. OLE color: 3749470.

HSL color Cylindrical-coordinate representation of color #5E3639: hue angle of 355.5º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5E3639 is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.63.

Color convert

RGB945457-
CMYK00.430.390.63
HSL355.5º27.03%29.02%-
HSV(B)355.5º42.55%36.86%-
XYZ6.675.314.54-
YUV66.3122.75147.76-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 45.85%
GREEN value IS 54 (21.48% from 255) = 26.34%
BLUE value IS 57 (22.66% from 255) = 27.80%
R=45.85%
G=26.34%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.39
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94545700.430.390.63355.527.0329.02
Hex5E363902B273F1641b1d
Octal136667105347775443335
Binary101111011011011100101010111001111111111011001001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E3639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,54,57); }

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

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

 a { background-color: rgb(94,54,57); }

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

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

 span { border-color: rgb(94,54,57); }

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