Html Css Color HEX #4E3841 Barossa

📋 copy color: '#4E3841'

red 78 ◦ green 56 ◦ blue 65

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

Shades of Barossa #4E3841

Tints of Barossa #4E3841

RGB

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

 GREEN value IS 56 (22.27% from 255) = 28.14%

 BLUE value IS 65 (25.78% from 255) = 32.66%

R = 39.2%
G = 28.14%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.17

 K value IS 0.69

RGB Variations

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

Color information

#4E3841 (or 0x4E3841) is known color: Barossa. HEX triplet: 4E, 38 and 41. RGB value is (78,56,65). Sum of RGB (Red+Green+Blue) = 78+56+65=199 (26% of max value = 765). Red value is 78 (30.86% from 255 or 39.20% from 199); Green value is 56 (22.27% from 255 or 28.14% from 199); Blue value is 65 (25.78% from 255 or 32.66% from 199); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3841 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3841 is #B1C7BE. Grayscale: #3F3F3F. Windows color (decimal): -11651007 or 4274254. OLE color: 4274254.

HSL color Cylindrical-coordinate representation of color #4E3841: hue angle of 335.45º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4E3841 is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 56 65 -
CMYK 0 0.28 0.17 0.69
HSL 335.45º 0.16% 0.26% -
HSV(B) 335.45º 0.28% 0.31% -
XYZ 5.51 4.83 5.64 -
YUV 63.6 128.79 138.27 -
System Red Green Blue C M Y K H S L
Decimal 78 56 65 0 0.28 0.17 0.69 335.45 0.16 0.26
Hex 4E 38 41 0 1C 11 45 14F 10 1A
Octal 116 70 101 0 34 21 105 517 20 32
Binary 1001110 111000 1000001 0 11100 10001 1000101 101001111 10000 11010

Color Harmonies of #4E3841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E3841

Black with #4E3841

Text Example


Text Example

White with #4E3841

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,56,65); }

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

background-color css

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

 a { background-color: rgb(78,56,65); }

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

border-color css

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

 span { border-color: rgb(78,56,65); }

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