Html Css Color HEX #5E3437 Jazz

📋 copy color: '#5E3437'

red 94 ◦ green 52 ◦ blue 55

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

Shades of Jazz #5E3437

Tints of Jazz #5E3437

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.87%

 BLUE value IS 55 (21.88% from 255) = 27.36%

R = 46.77%
G = 25.87%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.41

 K value IS 0.63

RGB Variations

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

Color information

#5E3437 (or 0x5E3437) is known color: Jazz. HEX triplet: 5E, 34 and 37. RGB value is (94,52,55). Sum of RGB (Red+Green+Blue) = 94+52+55=201 (26% of max value = 765). Red value is 94 (37.11% from 255 or 46.77% from 201); Green value is 52 (20.70% from 255 or 25.87% from 201); Blue value is 55 (21.88% from 255 or 27.36% from 201); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3437 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E3437 is #A1CBC8. Grayscale: #404040. Windows color (decimal): -10603465 or 3617886. OLE color: 3617886.

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

Color convert

RGB 94 52 55 -
CMYK 0 0.45 0.41 0.63
HSL 355.71º 0.29% 0.29% -
HSV(B) 355.71º 0.45% 0.37% -
XYZ 6.53 5.11 4.26 -
YUV 64.9 122.41 148.76 -
System Red Green Blue C M Y K H S L
Decimal 94 52 55 0 0.45 0.41 0.63 355.71 0.29 0.29
Hex 5E 34 37 0 2D 29 3F 164 1D 1D
Octal 136 64 67 0 55 51 77 544 35 35
Binary 1011110 110100 110111 0 101101 101001 111111 101100100 11101 11101

Color Harmonies of #5E3437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3437

Black with #5E3437

Text Example


Text Example

White with #5E3437

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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