#4E2E3F

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

Shades of Barossa #4E2E3F

Tints of Barossa #4E2E3F

Color information

#4E2E3F (or 0x4E2E3F) is unknown color: approx Barossa. HEX triplet: 4E, 2E and 3F. RGB value is (78,46,63). Sum of RGB (Red+Green+Blue) = 78+46+63=187 (24% of max value = 765). Red value is 78 (30.86% from 255 or 41.71% from 187); Green value is 46 (18.36% from 255 or 24.60% from 187); Blue value is 63 (25% from 255 or 33.69% from 187); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2E3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2E3F is #B1D1C0. Grayscale: #393939. Windows color (decimal): -11653569 or 4140622. OLE color: 4140622.

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

Color convert

RGB784663-
CMYK00.410.190.69
HSL328.12º25.81%24.31%-
HSV(B)328.12º41.03%30.59%-
XYZ5.023.935.2-
YUV57.51131.1142.62-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 41.71%
GREEN value IS 46 (18.36% from 255) = 24.60%
BLUE value IS 63 (25% from 255) = 33.69%
R=41.71%
G=24.60%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.19
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78466300.410.190.69328.1225.8124.31
Hex4E2E3F02913451481a18
Octal1165677051231055103230
Binary100111010111011111101010011001110001011010010001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,46,63); }

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

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

 a { background-color: rgb(78,46,63); }

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

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

 span { border-color: rgb(78,46,63); }

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