#4E2C3A

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

Shades of Barossa #4E2C3A

Tints of Barossa #4E2C3A

Color information

#4E2C3A (or 0x4E2C3A) is unknown color: approx Barossa. HEX triplet: 4E, 2C and 3A. RGB value is (78,44,58). Sum of RGB (Red+Green+Blue) = 78+44+58=180 (23% of max value = 765). Red value is 78 (30.86% from 255 or 43.33% from 180); Green value is 44 (17.58% from 255 or 24.44% from 180); Blue value is 58 (23.05% from 255 or 32.22% from 180); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2C3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2C3A is #B1D3C5. Grayscale: #373737. Windows color (decimal): -11654086 or 3812430. OLE color: 3812430.

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

Color convert

RGB784458-
CMYK00.440.260.69
HSL335.29º27.87%23.92%-
HSV(B)335.29º43.59%30.59%-
XYZ4.813.734.47-
YUV55.76129.26143.86-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 43.33%
GREEN value IS 44 (17.58% from 255) = 24.44%
BLUE value IS 58 (23.05% from 255) = 32.22%
R=43.33%
G=24.44%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.26
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78445800.440.260.69335.2927.8723.92
Hex4E2C3A02C1A4514f1c18
Octal1165472054321055173430
Binary100111010110011101001011001101010001011010011111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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