Html Css Color HEX #5E3336 Jazz

📋 copy color: '#5E3336'

red 94 ◦ green 51 ◦ blue 54

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

Shades of Jazz #5E3336

Tints of Jazz #5E3336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 27.14%

R = 47.24%
G = 25.63%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.43

 K value IS 0.63

RGB Variations

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

Color information

#5E3336 (or 0x5E3336) is known color: Jazz. HEX triplet: 5E, 33 and 36. RGB value is (94,51,54). Sum of RGB (Red+Green+Blue) = 94+51+54=199 (26% of max value = 765). Red value is 94 (37.11% from 255 or 47.24% from 199); Green value is 51 (20.31% from 255 or 25.63% from 199); Blue value is 54 (21.48% from 255 or 27.14% from 199); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3336 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E3336 is #A1CCC9. Grayscale: #404040. Windows color (decimal): -10603722 or 3552094. OLE color: 3552094.

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

Color convert

RGB 94 51 54 -
CMYK 0 0.46 0.43 0.63
HSL 355.81º 0.3% 0.28% -
HSV(B) 355.81º 0.46% 0.37% -
XYZ 6.47 5.01 4.12 -
YUV 64.2 122.25 149.26 -
System Red Green Blue C M Y K H S L
Decimal 94 51 54 0 0.46 0.43 0.63 355.81 0.3 0.28
Hex 5E 33 36 0 2E 2B 3F 164 1E 1C
Octal 136 63 66 0 56 53 77 544 36 34
Binary 1011110 110011 110110 0 101110 101011 111111 101100100 11110 11100

Color Harmonies of #5E3336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3336

Black with #5E3336

Text Example


Text Example

White with #5E3336

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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