#4E293E

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

Shades of Barossa #4E293E

Tints of Barossa #4E293E

Color information

#4E293E (or 0x4E293E) is unknown color: approx Barossa. HEX triplet: 4E, 29 and 3E. RGB value is (78,41,62). Sum of RGB (Red+Green+Blue) = 78+41+62=181 (23% of max value = 765). Red value is 78 (30.86% from 255 or 43.09% from 181); Green value is 41 (16.41% from 255 or 22.65% from 181); Blue value is 62 (24.61% from 255 or 34.25% from 181); Max value from RGB is 78 - color contains mainly: red. Hex color #4E293E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E293E is #B1D6C1. Grayscale: #363636. Windows color (decimal): -11654850 or 4073806. OLE color: 4073806.

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

Color convert

RGB784162-
CMYK00.470.210.69
HSL325.95º31.09%23.33%-
HSV(B)325.95º47.44%30.59%-
XYZ4.83.554.99-
YUV54.46132.26144.79-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 43.09%
GREEN value IS 41 (16.41% from 255) = 22.65%
BLUE value IS 62 (24.61% from 255) = 34.25%
R=43.09%
G=22.65%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.21
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78416200.470.210.69325.9531.0923.33
Hex4E293E02F15451461f17
Octal1165176057251055063727
Binary100111010100111111001011111010110001011010001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E293E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,41,62); }

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

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

 a { background-color: rgb(78,41,62); }

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

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

 span { border-color: rgb(78,41,62); }

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