Html Css Color HEX #5D393D Jazz

📋 copy color: '#5D393D'

red 93 ◦ green 57 ◦ blue 61

#5D393D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazz #5D393D

Tints of Jazz #5D393D

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 value IS 0

 M value IS 0.39

 Y value IS 0.34

 K value IS 0.64

RGB Variations

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

Color information

#5D393D (or 0x5D393D) is known color: 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

RGB 93 57 61 -
CMYK 0 0.39 0.34 0.64
HSL 353.33º 0.24% 0.29% -
HSV(B) 353.33º 0.39% 0.36% -
XYZ 6.82 5.59 5.13 -
YUV 68.22 123.93 145.67 -
System Red Green Blue C M Y K H S L
Decimal 93 57 61 0 0.39 0.34 0.64 353.33 0.24 0.29
Hex 5D 39 3D 0 27 22 40 161 18 1D
Octal 135 71 75 0 47 42 100 541 30 35
Binary 1011101 111001 111101 0 100111 100010 1000000 101100001 11000 11101

Color Harmonies of #5D393D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D393D

Black with #5D393D

Text Example


Text Example

White with #5D393D

Text Example


Text Example

HTML Codes & Css Web 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>