#4E2D3A

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

Shades of Barossa #4E2D3A

Tints of Barossa #4E2D3A

Color information

#4E2D3A (or 0x4E2D3A) is unknown color: approx Barossa. HEX triplet: 4E, 2D and 3A. RGB value is (78,45,58). Sum of RGB (Red+Green+Blue) = 78+45+58=181 (23% of max value = 765). Red value is 78 (30.86% from 255 or 43.09% from 181); Green value is 45 (17.97% from 255 or 24.86% from 181); Blue value is 58 (23.05% from 255 or 32.04% from 181); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2D3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2D3A is #B1D2C5. Grayscale: #383838. Windows color (decimal): -11653830 or 3812686. OLE color: 3812686.

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

Color convert

RGB784558-
CMYK00.420.260.69
HSL336.36º26.83%24.12%-
HSV(B)336.36º42.31%30.59%-
XYZ4.843.84.48-
YUV56.35128.93143.44-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 43.09%
GREEN value IS 45 (17.97% from 255) = 24.86%
BLUE value IS 58 (23.05% from 255) = 32.04%
R=43.09%
G=24.86%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.26
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78455800.420.260.69336.3626.8324.12
Hex4E2D3A02A1A451501b18
Octal1165572052321055203330
Binary100111010110111101001010101101010001011010100001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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