Html Css Color HEX #5E3337 Jazz

📋 copy color: '#5E3337'

red 94 ◦ green 51 ◦ blue 55

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

Shades of Jazz #5E3337

Tints of Jazz #5E3337

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.5%

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

R = 47%
G = 25.5%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.41

 K value IS 0.63

RGB Variations

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

Color information

#5E3337 (or 0x5E3337) is known color: Jazz. HEX triplet: 5E, 33 and 37. RGB value is (94,51,55). Sum of RGB (Red+Green+Blue) = 94+51+55=200 (26% of max value = 765). Red value is 94 (37.11% from 255 or 47% from 200); Green value is 51 (20.31% from 255 or 25.5% from 200); Blue value is 55 (21.88% from 255 or 27.5% from 200); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3337 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E3337 is #A1CCC8. Grayscale: #404040. Windows color (decimal): -10603721 or 3617630. OLE color: 3617630.

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

Color convert

RGB 94 51 55 -
CMYK 0 0.46 0.41 0.63
HSL 354.42º 0.3% 0.28% -
HSV(B) 354.42º 0.46% 0.37% -
XYZ 6.49 5.02 4.24 -
YUV 64.31 122.75 149.17 -
System Red Green Blue C M Y K H S L
Decimal 94 51 55 0 0.46 0.41 0.63 354.42 0.3 0.28
Hex 5E 33 37 0 2E 29 3F 162 1E 1C
Octal 136 63 67 0 56 51 77 542 36 34
Binary 1011110 110011 110111 0 101110 101001 111111 101100010 11110 11100

Color Harmonies of #5E3337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3337

Black with #5E3337

Text Example


Text Example

White with #5E3337

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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