Html Css Color HEX #5E3537 Jazz

📋 copy color: '#5E3537'

red 94 ◦ green 53 ◦ blue 55

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

Shades of Jazz #5E3537

Tints of Jazz #5E3537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 27.23%

R = 46.53%
G = 26.24%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.41

 K value IS 0.63

RGB Variations

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

Color information

#5E3537 (or 0x5E3537) is known color: Jazz. HEX triplet: 5E, 35 and 37. RGB value is (94,53,55). Sum of RGB (Red+Green+Blue) = 94+53+55=202 (26% of max value = 765). Red value is 94 (37.11% from 255 or 46.53% from 202); Green value is 53 (21.09% from 255 or 26.24% from 202); Blue value is 55 (21.88% from 255 or 27.23% from 202); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3537 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E3537 is #A1CAC8. Grayscale: #414141. Windows color (decimal): -10603209 or 3618142. OLE color: 3618142.

HSL color Cylindrical-coordinate representation of color #5E3537: hue angle of 357.07º 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 #5E3537 is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 53 55 -
CMYK 0 0.44 0.41 0.63
HSL 357.07º 0.28% 0.29% -
HSV(B) 357.07º 0.44% 0.37% -
XYZ 6.58 5.2 4.27 -
YUV 65.49 122.08 148.34 -
System Red Green Blue C M Y K H S L
Decimal 94 53 55 0 0.44 0.41 0.63 357.07 0.28 0.29
Hex 5E 35 37 0 2C 29 3F 165 1C 1D
Octal 136 65 67 0 54 51 77 545 34 35
Binary 1011110 110101 110111 0 101100 101001 111111 101100101 11100 11101

Color Harmonies of #5E3537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3537

Black with #5E3537

Text Example


Text Example

White with #5E3537

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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