#4E3241

Color #4E3241 Barossa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barossa #4E3241

Tints of Barossa #4E3241

Color information

#4E3241 (or 0x4E3241) is unknown color: approx Barossa. HEX triplet: 4E, 32 and 41. RGB value is (78,50,65). Sum of RGB (Red+Green+Blue) = 78+50+65=193 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.41% from 193); Green value is 50 (19.92% from 255 or 25.91% from 193); Blue value is 65 (25.78% from 255 or 33.68% from 193); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3241 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3241 is #B1CDBE. Grayscale: #3C3C3C. Windows color (decimal): -11652543 or 4272718. OLE color: 4272718.

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

Color convert

RGB785065-
CMYK00.360.170.69
HSL327.86º21.88%25.1%-
HSV(B)327.86º35.9%30.59%-
XYZ5.244.285.55-
YUV60.08130.78140.78-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 40.41%
GREEN value IS 50 (19.92% from 255) = 25.91%
BLUE value IS 65 (25.78% from 255) = 33.68%
R=40.41%
G=25.91%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.17
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78506500.360.170.69327.8621.8825.1
Hex4E324102411451481619
Octal11662101044211055102631
Binary1001110110010100000101001001000110001011010010001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4E3241;
 }
 .AnyTagClassName
 {
   color: #4E3241;
 }
</style>
background-color css

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

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

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

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

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

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