#5E252C

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

Shades of Jazz #5E252C

Tints of Jazz #5E252C

Color information

#5E252C (or 0x5E252C) is unknown color: approx Jazz. HEX triplet: 5E, 25 and 2C. RGB value is (94,37,44). Sum of RGB (Red+Green+Blue) = 94+37+44=175 (23% of max value = 765). Red value is 94 (37.11% from 255 or 53.71% from 175); Green value is 37 (14.84% from 255 or 21.14% from 175); Blue value is 44 (17.58% from 255 or 25.14% from 175); Max value from RGB is 94 - color contains mainly: red. Hex color #5E252C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E252C is #A1DAD3. Grayscale: #363636. Windows color (decimal): -10607316 or 2893150. OLE color: 2893150.

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

Color convert

RGB943744-
CMYK00.610.530.63
HSL352.63º43.51%25.69%-
HSV(B)352.63º60.64%36.86%-
XYZ5.733.882.83-
YUV54.84121.88155.93-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 53.71%
GREEN value IS 37 (14.84% from 255) = 21.14%
BLUE value IS 44 (17.58% from 255) = 25.14%
R=53.71%
G=21.14%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.53
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94374400.610.530.63352.6343.5125.69
Hex5E252C03D353F1612c1a
Octal136455407565775415432
Binary1011110100101101100011110111010111111110110000110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E252C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,37,44); }

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

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

 a { background-color: rgb(94,37,44); }

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

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

 span { border-color: rgb(94,37,44); }

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