Html Css Color HEX #5D3032 Jazz

📋 copy color: '#5D3032'

red 93 ◦ green 48 ◦ blue 50

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

Shades of Jazz #5D3032

Tints of Jazz #5D3032

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25.13%

 BLUE value IS 50 (19.92% from 255) = 26.18%

R = 48.69%
G = 25.13%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.46

 K value IS 0.64

RGB Variations

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

Color information

#5D3032 (or 0x5D3032) is known color: Jazz. HEX triplet: 5D, 30 and 32. RGB value is (93,48,50). Sum of RGB (Red+Green+Blue) = 93+48+50=191 (25% of max value = 765). Red value is 93 (36.72% from 255 or 48.69% from 191); Green value is 48 (19.14% from 255 or 25.13% from 191); Blue value is 50 (19.92% from 255 or 26.18% from 191); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3032 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D3032 is #A2CFCD. Grayscale: #3D3D3D. Windows color (decimal): -10670030 or 3289181. OLE color: 3289181.

HSL color Cylindrical-coordinate representation of color #5D3032: hue angle of 357.33º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5D3032 is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 48 50 -
CMYK 0 0.48 0.46 0.64
HSL 357.33º 0.32% 0.28% -
HSV(B) 357.33º 0.48% 0.36% -
XYZ 6.15 4.67 3.6 -
YUV 61.68 121.41 150.34 -
System Red Green Blue C M Y K H S L
Decimal 93 48 50 0 0.48 0.46 0.64 357.33 0.32 0.28
Hex 5D 30 32 0 30 2E 40 165 20 1C
Octal 135 60 62 0 60 56 100 545 40 34
Binary 1011101 110000 110010 0 110000 101110 1000000 101100101 100000 11100

Color Harmonies of #5D3032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D3032

Black with #5D3032

Text Example


Text Example

White with #5D3032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,48,50); }

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

background-color css

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

 a { background-color: rgb(93,48,50); }

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

border-color css

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

 span { border-color: rgb(93,48,50); }

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