Html Css Color HEX #5E2C2F Jazz

📋 copy color: '#5E2C2F'

red 94 ◦ green 44 ◦ blue 47

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

Shades of Jazz #5E2C2F

Tints of Jazz #5E2C2F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 23.78%

 BLUE value IS 47 (18.75% from 255) = 25.41%

R = 50.81%
G = 23.78%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.5

 K value IS 0.63

RGB Variations

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

Color information

#5E2C2F (or 0x5E2C2F) is known color: Jazz. HEX triplet: 5E, 2C and 2F. RGB value is (94,44,47). Sum of RGB (Red+Green+Blue) = 94+44+47=185 (24% of max value = 765). Red value is 94 (37.11% from 255 or 50.81% from 185); Green value is 44 (17.58% from 255 or 23.78% from 185); Blue value is 47 (18.75% from 255 or 25.41% from 185); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2C2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E2C2F is #A1D3D0. Grayscale: #3B3B3B. Windows color (decimal): -10605521 or 3091550. OLE color: 3091550.

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

Color convert

RGB 94 44 47 -
CMYK 0 0.53 0.5 0.63
HSL 356.4º 0.36% 0.27% -
HSV(B) 356.4º 0.53% 0.37% -
XYZ 6.03 4.39 3.22 -
YUV 59.29 121.07 152.76 -
System Red Green Blue C M Y K H S L
Decimal 94 44 47 0 0.53 0.5 0.63 356.4 0.36 0.27
Hex 5E 2C 2F 0 35 32 3F 164 24 1B
Octal 136 54 57 0 65 62 77 544 44 33
Binary 1011110 101100 101111 0 110101 110010 111111 101100100 100100 11011

Color Harmonies of #5E2C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E2C2F

Black with #5E2C2F

Text Example


Text Example

White with #5E2C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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