#5E272D

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

Shades of Jazz #5E272D

Tints of Jazz #5E272D

Color information

#5E272D (or 0x5E272D) is unknown color: approx Jazz. HEX triplet: 5E, 27 and 2D. RGB value is (94,39,45). Sum of RGB (Red+Green+Blue) = 94+39+45=178 (23% of max value = 765). Red value is 94 (37.11% from 255 or 52.81% from 178); Green value is 39 (15.62% from 255 or 21.91% from 178); Blue value is 45 (17.97% from 255 or 25.28% from 178); Max value from RGB is 94 - color contains mainly: red. Hex color #5E272D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E272D is #A1D8D2. Grayscale: #383838. Windows color (decimal): -10606803 or 2959198. OLE color: 2959198.

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

Color convert

RGB943945-
CMYK00.590.520.63
HSL353.45º41.35%26.08%-
HSV(B)353.45º58.51%36.86%-
XYZ5.824.022.95-
YUV56.13121.72155.01-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 52.81%
GREEN value IS 39 (15.62% from 255) = 21.91%
BLUE value IS 45 (17.97% from 255) = 25.28%
R=52.81%
G=21.91%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.52
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94394500.590.520.63353.4541.3526.08
Hex5E272D03B343F161291a
Octal136475507364775415132
Binary1011110100111101101011101111010011111110110000110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E272D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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