#5D292C

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

Shades of Jazz #5D292C

Tints of Jazz #5D292C

Color information

#5D292C (or 0x5D292C) is unknown color: approx Jazz. HEX triplet: 5D, 29 and 2C. RGB value is (93,41,44). Sum of RGB (Red+Green+Blue) = 93+41+44=178 (23% of max value = 765). Red value is 93 (36.72% from 255 or 52.25% from 178); Green value is 41 (16.41% from 255 or 23.03% from 178); Blue value is 44 (17.58% from 255 or 24.72% from 178); Max value from RGB is 93 - color contains mainly: red. Hex color #5D292C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D292C is #A2D6D3. Grayscale: #383838. Windows color (decimal): -10671828 or 2894173. OLE color: 2894173.

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

Color convert

RGB934144-
CMYK00.560.530.64
HSL356.54º38.81%26.27%-
HSV(B)356.54º55.91%36.47%-
XYZ5.764.092.87-
YUV56.89120.73153.76-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 52.25%
GREEN value IS 41 (16.41% from 255) = 23.03%
BLUE value IS 44 (17.58% from 255) = 24.72%
R=52.25%
G=23.03%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.53
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93414400.560.530.64356.5438.8126.27
Hex5D292C0383540165271a
Octal1355154070651005454732
Binary10111011010011011000111000110101100000010110010110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D292C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,41,44); }

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

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

 a { background-color: rgb(93,41,44); }

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

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

 span { border-color: rgb(93,41,44); }

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