#4E3943

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

Shades of Barossa #4E3943

Tints of Barossa #4E3943

Color information

#4E3943 (or 0x4E3943) is unknown color: approx Barossa. HEX triplet: 4E, 39 and 43. RGB value is (78,57,67). Sum of RGB (Red+Green+Blue) = 78+57+67=202 (26% of max value = 765). Red value is 78 (30.86% from 255 or 38.61% from 202); Green value is 57 (22.66% from 255 or 28.22% from 202); Blue value is 67 (26.56% from 255 or 33.17% from 202); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3943 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3943 is #B1C6BC. Grayscale: #404040. Windows color (decimal): -11650749 or 4405582. OLE color: 4405582.

HSL color Cylindrical-coordinate representation of color #4E3943: hue angle of 331.43º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4E3943 is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.69.

Color convert

RGB785767-
CMYK00.270.140.69
HSL331.43º15.56%26.47%-
HSV(B)331.43º26.92%30.59%-
XYZ5.624.955.97-
YUV64.42129.46137.69-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 38.61%
GREEN value IS 57 (22.66% from 255) = 28.22%
BLUE value IS 67 (26.56% from 255) = 33.17%
R=38.61%
G=28.22%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.14
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78576700.270.140.69331.4315.5626.47
Hex4E394301BE4514b101a
Octal11671103033161055132032
Binary10011101110011000011011011111010001011010010111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,57,67); }

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

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

 a { background-color: rgb(78,57,67); }

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

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

 span { border-color: rgb(78,57,67); }

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