Html Css Color HEX #5E333A Jazz

📋 copy color: '#5E333A'

red 94 ◦ green 51 ◦ blue 58

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

Shades of Jazz #5E333A

Tints of Jazz #5E333A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 28.57%

R = 46.31%
G = 25.12%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.38

 K value IS 0.63

RGB Variations

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

Color information

#5E333A (or 0x5E333A) is known color: Jazz. HEX triplet: 5E, 33 and 3A. RGB value is (94,51,58). Sum of RGB (Red+Green+Blue) = 94+51+58=203 (26% of max value = 765). Red value is 94 (37.11% from 255 or 46.31% from 203); Green value is 51 (20.31% from 255 or 25.12% from 203); Blue value is 58 (23.05% from 255 or 28.57% from 203); Max value from RGB is 94 - color contains mainly: red. Hex color #5E333A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E333A is #A1CCC5. Grayscale: #404040. Windows color (decimal): -10603718 or 3814238. OLE color: 3814238.

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

Color convert

RGB 94 51 58 -
CMYK 0 0.46 0.38 0.63
HSL 350.23º 0.3% 0.28% -
HSV(B) 350.23º 0.46% 0.37% -
XYZ 6.56 5.05 4.63 -
YUV 64.66 124.25 148.93 -
System Red Green Blue C M Y K H S L
Decimal 94 51 58 0 0.46 0.38 0.63 350.23 0.3 0.28
Hex 5E 33 3A 0 2E 26 3F 15E 1E 1C
Octal 136 63 72 0 56 46 77 536 36 34
Binary 1011110 110011 111010 0 101110 100110 111111 101011110 11110 11100

Color Harmonies of #5E333A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E333A

Black with #5E333A

Text Example


Text Example

White with #5E333A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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