#4E243A

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

Shades of Barossa #4E243A

Tints of Barossa #4E243A

Color information

#4E243A (or 0x4E243A) is unknown color: approx Barossa. HEX triplet: 4E, 24 and 3A. RGB value is (78,36,58). Sum of RGB (Red+Green+Blue) = 78+36+58=172 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.35% from 172); Green value is 36 (14.45% from 255 or 20.93% from 172); Blue value is 58 (23.05% from 255 or 33.72% from 172); Max value from RGB is 78 - color contains mainly: red. Hex color #4E243A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E243A is #B1DBC5. Grayscale: #333333. Windows color (decimal): -11656134 or 3810382. OLE color: 3810382.

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

Color convert

RGB783658-
CMYK00.540.260.69
HSL328.57º36.84%22.35%-
HSV(B)328.57º53.85%30.59%-
XYZ4.543.194.38-
YUV51.07131.91147.21-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 45.35%
GREEN value IS 36 (14.45% from 255) = 20.93%
BLUE value IS 58 (23.05% from 255) = 33.72%
R=45.35%
G=20.93%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.26
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78365800.540.260.69328.5736.8422.35
Hex4E243A0361A451492516
Octal1164472066321055114526
Binary1001110100100111010011011011010100010110100100110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E243A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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