#5E272F

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

Shades of Jazz #5E272F

Tints of Jazz #5E272F

Color information

#5E272F (or 0x5E272F) is unknown color: approx Jazz. HEX triplet: 5E, 27 and 2F. RGB value is (94,39,47). Sum of RGB (Red+Green+Blue) = 94+39+47=180 (23% of max value = 765). Red value is 94 (37.11% from 255 or 52.22% from 180); Green value is 39 (15.62% from 255 or 21.67% from 180); Blue value is 47 (18.75% from 255 or 26.11% from 180); Max value from RGB is 94 - color contains mainly: red. Hex color #5E272F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E272F is #A1D8D0. Grayscale: #383838. Windows color (decimal): -10606801 or 3090270. OLE color: 3090270.

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

Color convert

RGB943947-
CMYK00.590.50.63
HSL351.27º41.35%26.08%-
HSV(B)351.27º58.51%36.86%-
XYZ5.854.043.16-
YUV56.36122.72154.85-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 52.22%
GREEN value IS 39 (15.62% from 255) = 21.67%
BLUE value IS 47 (18.75% from 255) = 26.11%
R=52.22%
G=21.67%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.5
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94394700.590.50.63351.2741.3526.08
Hex5E272F03B323F15f291a
Octal136475707362775375132
Binary1011110100111101111011101111001011111110101111110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E272F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,39,47); }

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

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

 a { background-color: rgb(94,39,47); }

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

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

 span { border-color: rgb(94,39,47); }

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