#4E343E

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

Shades of Barossa #4E343E

Tints of Barossa #4E343E

Color information

#4E343E (or 0x4E343E) is unknown color: approx Barossa. HEX triplet: 4E, 34 and 3E. RGB value is (78,52,62). Sum of RGB (Red+Green+Blue) = 78+52+62=192 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.62% from 192); Green value is 52 (20.70% from 255 or 27.08% from 192); Blue value is 62 (24.61% from 255 or 32.29% from 192); Max value from RGB is 78 - color contains mainly: red. Hex color #4E343E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E343E is #B1CBC1. Grayscale: #3C3C3C. Windows color (decimal): -11652034 or 4076622. OLE color: 4076622.

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

Color convert

RGB785262-
CMYK00.330.210.69
HSL336.92º20%25.49%-
HSV(B)336.92º33.33%30.59%-
XYZ5.244.425.14-
YUV60.91128.61140.19-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 40.62%
GREEN value IS 52 (20.70% from 255) = 27.08%
BLUE value IS 62 (24.61% from 255) = 32.29%
R=40.62%
G=27.08%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.21
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78526200.330.210.69336.922025.49
Hex4E343E02115451511419
Octal1166476041251055212431
Binary100111011010011111001000011010110001011010100011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E343E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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