#5D282E

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

Shades of Jazz #5D282E

Tints of Jazz #5D282E

Color information

#5D282E (or 0x5D282E) is unknown color: approx Jazz. HEX triplet: 5D, 28 and 2E. RGB value is (93,40,46). Sum of RGB (Red+Green+Blue) = 93+40+46=179 (23% of max value = 765). Red value is 93 (36.72% from 255 or 51.96% from 179); Green value is 40 (16.02% from 255 or 22.35% from 179); Blue value is 46 (18.36% from 255 or 25.70% from 179); Max value from RGB is 93 - color contains mainly: red. Hex color #5D282E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D282E is #A2D7D1. Grayscale: #383838. Windows color (decimal): -10672082 or 3024989. OLE color: 3024989.

HSL color Cylindrical-coordinate representation of color #5D282E: hue angle of 353.21º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5D282E is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.64.

Color convert

RGB934046-
CMYK00.570.510.64
HSL353.21º39.85%26.08%-
HSV(B)353.21º56.99%36.47%-
XYZ5.774.043.06-
YUV56.53122.06154.01-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 51.96%
GREEN value IS 40 (16.02% from 255) = 22.35%
BLUE value IS 46 (18.36% from 255) = 25.70%
R=51.96%
G=22.35%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.51
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93404600.570.510.64353.2139.8526.08
Hex5D282E0393340161281a
Octal1355056071631005415032
Binary10111011010001011100111001110011100000010110000110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D282E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,40,46); }

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

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

 a { background-color: rgb(93,40,46); }

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

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

 span { border-color: rgb(93,40,46); }

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