#5E333A

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

Shades of Jazz #5E333A

Tints of Jazz #5E333A

Color information

#5E333A (or 0x5E333A) is unknown color: approx Jazz. HEX triplet: 5E, 33 and 3A. RGB value is (94,51,58). Sum of RGB (Red+Green+Blue) = 94+51+58=203 (26% of max value = 765). Red value is 94 (37.11% from 255 or 46.31% from 203); Green value is 51 (20.31% from 255 or 25.12% from 203); Blue value is 58 (23.05% from 255 or 28.57% from 203); Max value from RGB is 94 - color contains mainly: red. Hex color #5E333A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E333A is #A1CCC5. Grayscale: #404040. Windows color (decimal): -10603718 or 3814238. OLE color: 3814238.

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

Color convert

RGB945158-
CMYK00.460.380.63
HSL350.23º29.66%28.43%-
HSV(B)350.23º45.74%36.86%-
XYZ6.565.054.63-
YUV64.65124.25148.93-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 46.31%
GREEN value IS 51 (20.31% from 255) = 25.12%
BLUE value IS 58 (23.05% from 255) = 28.57%
R=46.31%
G=25.12%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.38
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94515800.460.380.63350.2329.6628.43
Hex5E333A02E263F15e1e1c
Octal136637205646775363634
Binary101111011001111101001011101001101111111010111101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E333A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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