#4D3940

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

Shades of Barossa #4D3940

Tints of Barossa #4D3940

Color information

#4D3940 (or 0x4D3940) is unknown color: approx Barossa. HEX triplet: 4D, 39 and 40. RGB value is (77,57,64). Sum of RGB (Red+Green+Blue) = 77+57+64=198 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.89% from 198); Green value is 57 (22.66% from 255 or 28.79% from 198); Blue value is 64 (25.39% from 255 or 32.32% from 198); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3940 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3940 is #B2C6BF. Grayscale: #3F3F3F. Windows color (decimal): -11716288 or 4208973. OLE color: 4208973.

HSL color Cylindrical-coordinate representation of color #4D3940: hue angle of 339º degrees, saturation: 0.15, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4D3940 is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.70.

Color convert

RGB775764-
CMYK00.260.170.70
HSL339º14.93%26.27%-
HSV(B)339º25.97%30.2%-
XYZ5.454.875.5-
YUV63.78128.13137.43-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 38.89%
GREEN value IS 57 (22.66% from 255) = 28.79%
BLUE value IS 64 (25.39% from 255) = 32.32%
R=38.89%
G=28.79%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.17
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77576400.260.170.7033914.9326.27
Hex4D394001A1146153f1a
Octal11571100032211065231732
Binary10011011110011000000011010100011000110101010011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,57,64); }

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

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

 a { background-color: rgb(77,57,64); }

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

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

 span { border-color: rgb(77,57,64); }

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