#4E313C

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

Shades of Barossa #4E313C

Tints of Barossa #4E313C

Color information

#4E313C (or 0x4E313C) is unknown color: approx Barossa. HEX triplet: 4E, 31 and 3C. RGB value is (78,49,60). Sum of RGB (Red+Green+Blue) = 78+49+60=187 (24% of max value = 765). Red value is 78 (30.86% from 255 or 41.71% from 187); Green value is 49 (19.53% from 255 or 26.20% from 187); Blue value is 60 (23.83% from 255 or 32.09% from 187); Max value from RGB is 78 - color contains mainly: red. Hex color #4E313C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E313C is #B1CEC3. Grayscale: #3A3A3A. Windows color (decimal): -11652804 or 3944782. OLE color: 3944782.

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

Color convert

RGB784960-
CMYK00.370.230.69
HSL337.24º22.83%24.9%-
HSV(B)337.24º37.18%30.59%-
XYZ5.064.144.81-
YUV58.92128.61141.61-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 41.71%
GREEN value IS 49 (19.53% from 255) = 26.20%
BLUE value IS 60 (23.83% from 255) = 32.09%
R=41.71%
G=26.20%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.23
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78496000.370.230.69337.2422.8324.9
Hex4E313C02517451511719
Octal1166174045271055212731
Binary100111011000111110001001011011110001011010100011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E313C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,49,60); }

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

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

 a { background-color: rgb(78,49,60); }

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

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

 span { border-color: rgb(78,49,60); }

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