#5E272A

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

Shades of Jazz #5E272A

Tints of Jazz #5E272A

Color information

#5E272A (or 0x5E272A) is unknown color: approx Jazz. HEX triplet: 5E, 27 and 2A. RGB value is (94,39,42). Sum of RGB (Red+Green+Blue) = 94+39+42=175 (23% of max value = 765). Red value is 94 (37.11% from 255 or 53.71% from 175); Green value is 39 (15.62% from 255 or 22.29% from 175); Blue value is 42 (16.80% from 255 or 24% from 175); Max value from RGB is 94 - color contains mainly: red. Hex color #5E272A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E272A is #A1D8D5. Grayscale: #373737. Windows color (decimal): -10606806 or 2762590. OLE color: 2762590.

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

Color convert

RGB943942-
CMYK00.590.550.63
HSL356.73º41.35%26.08%-
HSV(B)356.73º58.51%36.86%-
XYZ5.7642.66-
YUV55.79120.22155.26-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 53.71%
GREEN value IS 39 (15.62% from 255) = 22.29%
BLUE value IS 42 (16.80% from 255) = 24%
R=53.71%
G=22.29%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.55
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94394200.590.550.63356.7341.3526.08
Hex5E272A03B373F165291a
Octal136475207367775455132
Binary1011110100111101010011101111011111111110110010110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E272A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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