Html Css Color HEX #5E2C30 Jazz

📋 copy color: '#5E2C30'

red 94 ◦ green 44 ◦ blue 48

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

Shades of Jazz #5E2C30

Tints of Jazz #5E2C30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 25.81%

R = 50.54%
G = 23.66%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.49

 K value IS 0.63

RGB Variations

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

Color information

#5E2C30 (or 0x5E2C30) is known color: Jazz. HEX triplet: 5E, 2C and 30. RGB value is (94,44,48). Sum of RGB (Red+Green+Blue) = 94+44+48=186 (24% of max value = 765). Red value is 94 (37.11% from 255 or 50.54% from 186); Green value is 44 (17.58% from 255 or 23.66% from 186); Blue value is 48 (19.14% from 255 or 25.81% from 186); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2C30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E2C30 is #A1D3CF. Grayscale: #3B3B3B. Windows color (decimal): -10605520 or 3157086. OLE color: 3157086.

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

Color convert

RGB 94 44 48 -
CMYK 0 0.53 0.49 0.63
HSL 355.2º 0.36% 0.27% -
HSV(B) 355.2º 0.53% 0.37% -
XYZ 6.05 4.39 3.33 -
YUV 59.41 121.57 152.67 -
System Red Green Blue C M Y K H S L
Decimal 94 44 48 0 0.53 0.49 0.63 355.2 0.36 0.27
Hex 5E 2C 30 0 35 31 3F 163 24 1B
Octal 136 54 60 0 65 61 77 543 44 33
Binary 1011110 101100 110000 0 110101 110001 111111 101100011 100100 11011

Color Harmonies of #5E2C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E2C30

Black with #5E2C30

Text Example


Text Example

White with #5E2C30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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