#4E333F

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

Shades of Barossa #4E333F

Tints of Barossa #4E333F

Color information

#4E333F (or 0x4E333F) is unknown color: approx Barossa. HEX triplet: 4E, 33 and 3F. RGB value is (78,51,63). Sum of RGB (Red+Green+Blue) = 78+51+63=192 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.62% from 192); Green value is 51 (20.31% from 255 or 26.56% from 192); Blue value is 63 (25% from 255 or 32.81% from 192); Max value from RGB is 78 - color contains mainly: red. Hex color #4E333F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E333F is #B1CCC0. Grayscale: #3C3C3C. Windows color (decimal): -11652289 or 4141902. OLE color: 4141902.

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

Color convert

RGB785163-
CMYK00.350.190.69
HSL333.33º20.93%25.29%-
HSV(B)333.33º34.62%30.59%-
XYZ5.224.355.27-
YUV60.44129.45140.52-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 40.62%
GREEN value IS 51 (20.31% from 255) = 26.56%
BLUE value IS 63 (25% from 255) = 32.81%
R=40.62%
G=26.56%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.19
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78516300.350.190.69333.3320.9325.29
Hex4E333F023134514d1519
Octal1166377043231055152531
Binary100111011001111111101000111001110001011010011011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E333F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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