#5E3339

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

Shades of Jazz #5E3339

Tints of Jazz #5E3339

Color information

#5E3339 (or 0x5E3339) is unknown color: approx Jazz. HEX triplet: 5E, 33 and 39. RGB value is (94,51,57). Sum of RGB (Red+Green+Blue) = 94+51+57=202 (26% of max value = 765). Red value is 94 (37.11% from 255 or 46.53% from 202); Green value is 51 (20.31% from 255 or 25.25% from 202); Blue value is 57 (22.66% from 255 or 28.22% from 202); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3339 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E3339 is #A1CCC6. Grayscale: #404040. Windows color (decimal): -10603719 or 3748702. OLE color: 3748702.

HSL color Cylindrical-coordinate representation of color #5E3339: hue angle of 351.63º 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 #5E3339 is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.63.

Color convert

RGB945157-
CMYK00.460.390.63
HSL351.63º29.66%28.43%-
HSV(B)351.63º45.74%36.86%-
XYZ6.545.044.5-
YUV64.54123.75149.01-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 46.53%
GREEN value IS 51 (20.31% from 255) = 25.25%
BLUE value IS 57 (22.66% from 255) = 28.22%
R=46.53%
G=25.25%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.39
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94515700.460.390.63351.6329.6628.43
Hex5E333902E273F1601e1c
Octal136637105647775403634
Binary101111011001111100101011101001111111111011000001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E3339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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