Html Css Color HEX #5E2F36 Jazz

📋 copy color: '#5E2F36'

red 94 ◦ green 47 ◦ blue 54

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

Shades of Jazz #5E2F36

Tints of Jazz #5E2F36

RGB

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

 GREEN value IS 47 (18.75% from 255) = 24.1%

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

R = 48.21%
G = 24.1%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.43

 K value IS 0.63

RGB Variations

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

Color information

#5E2F36 (or 0x5E2F36) is known color: Jazz. HEX triplet: 5E, 2F and 36. RGB value is (94,47,54). Sum of RGB (Red+Green+Blue) = 94+47+54=195 (25% of max value = 765). Red value is 94 (37.11% from 255 or 48.21% from 195); Green value is 47 (18.75% from 255 or 24.10% from 195); Blue value is 54 (21.48% from 255 or 27.69% from 195); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2F36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E2F36 is #A1D0C9. Grayscale: #3D3D3D. Windows color (decimal): -10604746 or 3551070. OLE color: 3551070.

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

Color convert

RGB 94 47 54 -
CMYK 0 0.5 0.43 0.63
HSL 351.06º 0.33% 0.28% -
HSV(B) 351.06º 0.5% 0.37% -
XYZ 6.3 4.68 4.06 -
YUV 61.85 123.57 150.93 -
System Red Green Blue C M Y K H S L
Decimal 94 47 54 0 0.5 0.43 0.63 351.06 0.33 0.28
Hex 5E 2F 36 0 32 2B 3F 15F 21 1C
Octal 136 57 66 0 62 53 77 537 41 34
Binary 1011110 101111 110110 0 110010 101011 111111 101011111 100001 11100

Color Harmonies of #5E2F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E2F36

Black with #5E2F36

Text Example


Text Example

White with #5E2F36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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