Html Css Color HEX #5E3539 Jazz

📋 copy color: '#5E3539'

red 94 ◦ green 53 ◦ blue 57

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

Shades of Jazz #5E3539

Tints of Jazz #5E3539

RGB

 RED value IS 94 (37.11% from 255) = 46.08%

 GREEN value IS 53 (21.09% from 255) = 25.98%

 BLUE value IS 57 (22.66% from 255) = 27.94%

R = 46.08%
G = 25.98%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.39

 K value IS 0.63

RGB Variations

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

Color information

#5E3539 (or 0x5E3539) is known color: Jazz. HEX triplet: 5E, 35 and 39. RGB value is (94,53,57). Sum of RGB (Red+Green+Blue) = 94+53+57=204 (27% of max value = 765). Red value is 94 (37.11% from 255 or 46.08% from 204); Green value is 53 (21.09% from 255 or 25.98% from 204); Blue value is 57 (22.66% from 255 or 27.94% from 204); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3539 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E3539 is #A1CAC6. Grayscale: #414141. Windows color (decimal): -10603207 or 3749214. OLE color: 3749214.

HSL color Cylindrical-coordinate representation of color #5E3539: hue angle of 354.15º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5E3539 is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 53 57 -
CMYK 0 0.44 0.39 0.63
HSL 354.15º 0.28% 0.29% -
HSV(B) 354.15º 0.44% 0.37% -
XYZ 6.63 5.22 4.53 -
YUV 65.72 123.08 148.17 -
System Red Green Blue C M Y K H S L
Decimal 94 53 57 0 0.44 0.39 0.63 354.15 0.28 0.29
Hex 5E 35 39 0 2C 27 3F 162 1C 1D
Octal 136 65 71 0 54 47 77 542 34 35
Binary 1011110 110101 111001 0 101100 100111 111111 101100010 11100 11101

Color Harmonies of #5E3539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3539

Black with #5E3539

Text Example


Text Example

White with #5E3539

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,53,57); }

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

background-color css

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

 a { background-color: rgb(94,53,57); }

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

border-color css

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

 span { border-color: rgb(94,53,57); }

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