#4E333E

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

Shades of Barossa #4E333E

Tints of Barossa #4E333E

Color information

#4E333E (or 0x4E333E) is unknown color: approx Barossa. HEX triplet: 4E, 33 and 3E. RGB value is (78,51,62). Sum of RGB (Red+Green+Blue) = 78+51+62=191 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.84% from 191); Green value is 51 (20.31% from 255 or 26.70% from 191); Blue value is 62 (24.61% from 255 or 32.46% from 191); Max value from RGB is 78 - color contains mainly: red. Hex color #4E333E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E333E is #B1CCC1. Grayscale: #3C3C3C. Windows color (decimal): -11652290 or 4076366. OLE color: 4076366.

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

Color convert

RGB785162-
CMYK00.350.210.69
HSL335.56º20.93%25.29%-
HSV(B)335.56º34.62%30.59%-
XYZ5.24.345.12-
YUV60.33128.95140.61-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 40.84%
GREEN value IS 51 (20.31% from 255) = 26.70%
BLUE value IS 62 (24.61% from 255) = 32.46%
R=40.84%
G=26.70%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.21
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78516200.350.210.69335.5620.9325.29
Hex4E333E02315451501519
Octal1166376043251055202531
Binary100111011001111111001000111010110001011010100001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E333E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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