#4E3340

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

Shades of Barossa #4E3340

Tints of Barossa #4E3340

Color information

#4E3340 (or 0x4E3340) is unknown color: approx Barossa. HEX triplet: 4E, 33 and 40. RGB value is (78,51,64). Sum of RGB (Red+Green+Blue) = 78+51+64=193 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.41% from 193); Green value is 51 (20.31% from 255 or 26.42% from 193); Blue value is 64 (25.39% from 255 or 33.16% from 193); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3340 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3340 is #B1CCBF. Grayscale: #3C3C3C. Windows color (decimal): -11652288 or 4207438. OLE color: 4207438.

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

Color convert

RGB785164-
CMYK00.350.180.69
HSL331.11º20.93%25.29%-
HSV(B)331.11º34.62%30.59%-
XYZ5.254.365.41-
YUV60.56129.95140.44-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 40.41%
GREEN value IS 51 (20.31% from 255) = 26.42%
BLUE value IS 64 (25.39% from 255) = 33.16%
R=40.41%
G=26.42%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.18
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78516400.350.180.69331.1120.9325.29
Hex4E3340023124514b1519
Octal11663100043221055132531
Binary1001110110011100000001000111001010001011010010111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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