#4E313E

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

Shades of Barossa #4E313E

Tints of Barossa #4E313E

Color information

#4E313E (or 0x4E313E) is unknown color: approx Barossa. HEX triplet: 4E, 31 and 3E. RGB value is (78,49,62). Sum of RGB (Red+Green+Blue) = 78+49+62=189 (25% of max value = 765). Red value is 78 (30.86% from 255 or 41.27% from 189); Green value is 49 (19.53% from 255 or 25.93% from 189); Blue value is 62 (24.61% from 255 or 32.80% from 189); Max value from RGB is 78 - color contains mainly: red. Hex color #4E313E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E313E is #B1CEC1. Grayscale: #3B3B3B. Windows color (decimal): -11652802 or 4075854. OLE color: 4075854.

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

Color convert

RGB784962-
CMYK00.370.210.69
HSL333.1º22.83%24.9%-
HSV(B)333.1º37.18%30.59%-
XYZ5.114.165.09-
YUV59.15129.61141.44-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 41.27%
GREEN value IS 49 (19.53% from 255) = 25.93%
BLUE value IS 62 (24.61% from 255) = 32.80%
R=41.27%
G=25.93%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.21
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78496200.370.210.69333.122.8324.9
Hex4E313E025154514d1719
Octal1166176045251055152731
Binary100111011000111111001001011010110001011010011011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E313E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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