Html Css Color HEX #5D383C Jazz

📋 copy color: '#5D383C'

red 93 ◦ green 56 ◦ blue 60

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

Shades of Jazz #5D383C

Tints of Jazz #5D383C

RGB

 RED value IS 93 (36.72% from 255) = 44.5%

 GREEN value IS 56 (22.27% from 255) = 26.79%

 BLUE value IS 60 (23.83% from 255) = 28.71%

R = 44.5%
G = 26.79%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.35

 K value IS 0.64

RGB Variations

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

Color information

#5D383C (or 0x5D383C) is known color: Jazz. HEX triplet: 5D, 38 and 3C. RGB value is (93,56,60). Sum of RGB (Red+Green+Blue) = 93+56+60=209 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.50% from 209); Green value is 56 (22.27% from 255 or 26.79% from 209); Blue value is 60 (23.83% from 255 or 28.71% from 209); Max value from RGB is 93 - color contains mainly: red. Hex color #5D383C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D383C is #A2C7C3. Grayscale: #434343. Windows color (decimal): -10667972 or 3946589. OLE color: 3946589.

HSL color Cylindrical-coordinate representation of color #5D383C: hue angle of 353.51º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5D383C is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 56 60 -
CMYK 0 0.40 0.35 0.64
HSL 353.51º 0.25% 0.29% -
HSV(B) 353.51º 0.4% 0.36% -
XYZ 6.74 5.48 4.98 -
YUV 67.52 123.76 146.17 -
System Red Green Blue C M Y K H S L
Decimal 93 56 60 0 0.40 0.35 0.64 353.51 0.25 0.29
Hex 5D 38 3C 0 28 23 40 162 19 1D
Octal 135 70 74 0 50 43 100 542 31 35
Binary 1011101 111000 111100 0 101000 100011 1000000 101100010 11001 11101

Color Harmonies of #5D383C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D383C

Black with #5D383C

Text Example


Text Example

White with #5D383C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,56,60); }

 H1.HeaderClassName
 {
   color: #5D383C;
 }
 .AnyTagClassName
 {
   color: #5D383C;
 }
</style>

background-color css

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

 a { background-color: rgb(93,56,60); }

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

border-color css

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

 span { border-color: rgb(93,56,60); }

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