Html Css Color HEX #5E3234 Jazz

📋 copy color: '#5E3234'

red 94 ◦ green 50 ◦ blue 52

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

Shades of Jazz #5E3234

Tints of Jazz #5E3234

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.51%

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

R = 47.96%
G = 25.51%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.45

 K value IS 0.63

RGB Variations

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

Color information

#5E3234 (or 0x5E3234) is known color: Jazz. HEX triplet: 5E, 32 and 34. RGB value is (94,50,52). Sum of RGB (Red+Green+Blue) = 94+50+52=196 (25% of max value = 765). Red value is 94 (37.11% from 255 or 47.96% from 196); Green value is 50 (19.92% from 255 or 25.51% from 196); Blue value is 52 (20.70% from 255 or 26.53% from 196); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3234 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E3234 is #A1CDCB. Grayscale: #3F3F3F. Windows color (decimal): -10603980 or 3420766. OLE color: 3420766.

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

Color convert

RGB 94 50 52 -
CMYK 0 0.47 0.45 0.63
HSL 357.27º 0.31% 0.28% -
HSV(B) 357.27º 0.47% 0.37% -
XYZ 6.38 4.91 3.86 -
YUV 63.38 121.58 149.84 -
System Red Green Blue C M Y K H S L
Decimal 94 50 52 0 0.47 0.45 0.63 357.27 0.31 0.28
Hex 5E 32 34 0 2F 2D 3F 165 1F 1C
Octal 136 62 64 0 57 55 77 545 37 34
Binary 1011110 110010 110100 0 101111 101101 111111 101100101 11111 11100

Color Harmonies of #5E3234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3234

Black with #5E3234

Text Example


Text Example

White with #5E3234

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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