Html Css Color HEX #5E3334 Jazz

📋 copy color: '#5E3334'

red 94 ◦ green 51 ◦ blue 52

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

Shades of Jazz #5E3334

Tints of Jazz #5E3334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 26.4%

R = 47.72%
G = 25.89%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.45

 K value IS 0.63

RGB Variations

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

Color information

#5E3334 (or 0x5E3334) is known color: Jazz. HEX triplet: 5E, 33 and 34. RGB value is (94,51,52). Sum of RGB (Red+Green+Blue) = 94+51+52=197 (26% of max value = 765). Red value is 94 (37.11% from 255 or 47.72% from 197); Green value is 51 (20.31% from 255 or 25.89% from 197); Blue value is 52 (20.70% from 255 or 26.40% from 197); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3334 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E3334 is #A1CCCB. Grayscale: #404040. Windows color (decimal): -10603724 or 3421022. OLE color: 3421022.

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

Color convert

RGB 94 51 52 -
CMYK 0 0.46 0.45 0.63
HSL 358.6º 0.3% 0.28% -
HSV(B) 358.6º 0.46% 0.37% -
XYZ 6.42 5 3.87 -
YUV 63.97 121.25 149.42 -
System Red Green Blue C M Y K H S L
Decimal 94 51 52 0 0.46 0.45 0.63 358.6 0.3 0.28
Hex 5E 33 34 0 2E 2D 3F 167 1E 1C
Octal 136 63 64 0 56 55 77 547 36 34
Binary 1011110 110011 110100 0 101110 101101 111111 101100111 11110 11100

Color Harmonies of #5E3334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3334

Black with #5E3334

Text Example


Text Example

White with #5E3334

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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