#4E333D

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

Shades of Barossa #4E333D

Tints of Barossa #4E333D

Color information

#4E333D (or 0x4E333D) is unknown color: approx Barossa. HEX triplet: 4E, 33 and 3D. RGB value is (78,51,61). Sum of RGB (Red+Green+Blue) = 78+51+61=190 (25% of max value = 765). Red value is 78 (30.86% from 255 or 41.05% from 190); Green value is 51 (20.31% from 255 or 26.84% from 190); Blue value is 61 (24.22% from 255 or 32.11% from 190); Max value from RGB is 78 - color contains mainly: red. Hex color #4E333D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E333D is #B1CCC2. Grayscale: #3C3C3C. Windows color (decimal): -11652291 or 4010830. OLE color: 4010830.

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

Color convert

RGB785161-
CMYK00.350.220.69
HSL337.78º20.93%25.29%-
HSV(B)337.78º34.62%30.59%-
XYZ5.174.324.98-
YUV60.21128.45140.69-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 41.05%
GREEN value IS 51 (20.31% from 255) = 26.84%
BLUE value IS 61 (24.22% from 255) = 32.11%
R=41.05%
G=26.84%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78516100.350.220.69337.7820.9325.29
Hex4E333D02316451521519
Octal1166375043261055222531
Binary100111011001111110101000111011010001011010100101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E333D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,51,61); }

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

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

 a { background-color: rgb(78,51,61); }

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

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

 span { border-color: rgb(78,51,61); }

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