Html Css Color HEX #4E3140 Barossa

📋 copy color: '#4E3140'

red 78 ◦ green 49 ◦ blue 64

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

Shades of Barossa #4E3140

Tints of Barossa #4E3140

RGB

 RED value IS 78 (30.86% from 255) = 40.84%

 GREEN value IS 49 (19.53% from 255) = 25.65%

 BLUE value IS 64 (25.39% from 255) = 33.51%

R = 40.84%
G = 25.65%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.18

 K value IS 0.69

RGB Variations

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

Color information

#4E3140 (or 0x4E3140) is known color: Barossa. HEX triplet: 4E, 31 and 40. RGB value is (78,49,64). Sum of RGB (Red+Green+Blue) = 78+49+64=191 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.84% from 191); Green value is 49 (19.53% from 255 or 25.65% from 191); Blue value is 64 (25.39% from 255 or 33.51% from 191); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3140 is #B1CEBF. Grayscale: #3B3B3B. Windows color (decimal): -11652800 or 4206926. OLE color: 4206926.

HSL color Cylindrical-coordinate representation of color #4E3140: hue angle of 328.97º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4E3140 is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 49 64 -
CMYK 0 0.37 0.18 0.69
HSL 328.97º 0.23% 0.25% -
HSV(B) 328.97º 0.37% 0.31% -
XYZ 5.17 4.19 5.39 -
YUV 59.38 130.61 141.28 -
System Red Green Blue C M Y K H S L
Decimal 78 49 64 0 0.37 0.18 0.69 328.97 0.23 0.25
Hex 4E 31 40 0 25 12 45 149 17 19
Octal 116 61 100 0 45 22 105 511 27 31
Binary 1001110 110001 1000000 0 100101 10010 1000101 101001001 10111 11001

Color Harmonies of #4E3140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E3140

Black with #4E3140

Text Example


Text Example

White with #4E3140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4E3140; }

 p { color: rgb(78,49,64); }

 H1.HeaderClassName
 {
   color: #4E3140;
 }
 .AnyTagClassName
 {
   color: #4E3140;
 }
</style>

background-color css

<style>
 a { background-color: #4E3140; }

 a { background-color: rgb(78,49,64); }

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

border-color css

<style>
 span { border-color: #4E3140; }

 span { border-color: rgb(78,49,64); }

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