#5D393D

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

Shades of Jazz #5D393D

Tints of Jazz #5D393D

Color information

#5D393D (or 0x5D393D) is unknown color: approx Jazz. HEX triplet: 5D, 39 and 3D. RGB value is (93,57,61). Sum of RGB (Red+Green+Blue) = 93+57+61=211 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.08% from 211); Green value is 57 (22.66% from 255 or 27.01% from 211); Blue value is 61 (24.22% from 255 or 28.91% from 211); Max value from RGB is 93 - color contains mainly: red. Hex color #5D393D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D393D is #A2C6C2. Grayscale: #444444. Windows color (decimal): -10667715 or 4012381. OLE color: 4012381.

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

Color convert

RGB935761-
CMYK00.390.340.64
HSL353.33º24%29.41%-
HSV(B)353.33º38.71%36.47%-
XYZ6.825.595.13-
YUV68.22123.93145.67-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 44.08%
GREEN value IS 57 (22.66% from 255) = 27.01%
BLUE value IS 61 (24.22% from 255) = 28.91%
R=44.08%
G=27.01%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.34
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93576100.390.340.64353.332429.41
Hex5D393D0272240161181d
Octal1357175047421005413035
Binary1011101111001111101010011110001010000001011000011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D393D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,57,61); }

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

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

 a { background-color: rgb(93,57,61); }

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

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

 span { border-color: rgb(93,57,61); }

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