#4E2E3A

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

Shades of Barossa #4E2E3A

Tints of Barossa #4E2E3A

Color information

#4E2E3A (or 0x4E2E3A) is unknown color: approx Barossa. HEX triplet: 4E, 2E and 3A. RGB value is (78,46,58). Sum of RGB (Red+Green+Blue) = 78+46+58=182 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.86% from 182); Green value is 46 (18.36% from 255 or 25.27% from 182); Blue value is 58 (23.05% from 255 or 31.87% from 182); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2E3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2E3A is #B1D1C5. Grayscale: #383838. Windows color (decimal): -11653574 or 3812942. OLE color: 3812942.

HSL color Cylindrical-coordinate representation of color #4E2E3A: hue angle of 337.5º 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 #4E2E3A is Cyan = 0, Magento = 0.41, Yellow = 0.26 and Black (K on CMYK) = 0.69.

Color convert

RGB784658-
CMYK00.410.260.69
HSL337.5º25.81%24.31%-
HSV(B)337.5º41.03%30.59%-
XYZ4.883.884.49-
YUV56.94128.6143.02-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 42.86%
GREEN value IS 46 (18.36% from 255) = 25.27%
BLUE value IS 58 (23.05% from 255) = 31.87%
R=42.86%
G=25.27%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.26
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78465800.410.260.69337.525.8124.31
Hex4E2E3A0291A451521a18
Octal1165672051321055223230
Binary100111010111011101001010011101010001011010100101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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