Html Css Color HEX #4E2C41 Barossa

📋 copy color: '#4E2C41'

red 78 ◦ green 44 ◦ blue 65

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

Shades of Barossa #4E2C41

Tints of Barossa #4E2C41

RGB

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

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

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

R = 41.71%
G = 23.53%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.17

 K value IS 0.69

RGB Variations

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

Color information

#4E2C41 (or 0x4E2C41) is known color: Barossa. HEX triplet: 4E, 2C and 41. RGB value is (78,44,65). Sum of RGB (Red+Green+Blue) = 78+44+65=187 (24% of max value = 765). Red value is 78 (30.86% from 255 or 41.71% from 187); Green value is 44 (17.58% from 255 or 23.53% from 187); Blue value is 65 (25.78% from 255 or 34.76% from 187); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2C41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2C41 is #B1D3BE. Grayscale: #383838. Windows color (decimal): -11654079 or 4271182. OLE color: 4271182.

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

Color convert

RGB 78 44 65 -
CMYK 0 0.44 0.17 0.69
HSL 322.94º 0.28% 0.24% -
HSV(B) 322.94º 0.44% 0.31% -
XYZ 5 3.8 5.47 -
YUV 56.56 132.76 143.29 -
System Red Green Blue C M Y K H S L
Decimal 78 44 65 0 0.44 0.17 0.69 322.94 0.28 0.24
Hex 4E 2C 41 0 2C 11 45 143 1C 18
Octal 116 54 101 0 54 21 105 503 34 30
Binary 1001110 101100 1000001 0 101100 10001 1000101 101000011 11100 11000

Color Harmonies of #4E2C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2C41

Black with #4E2C41

Text Example


Text Example

White with #4E2C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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