#493940

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

Shades of Barossa #493940

Tints of Barossa #493940

Color information

#493940 (or 0x493940) is unknown color: approx Barossa. HEX triplet: 49, 39 and 40. RGB value is (73,57,64). Sum of RGB (Red+Green+Blue) = 73+57+64=194 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.63% from 194); Green value is 57 (22.66% from 255 or 29.38% from 194); Blue value is 64 (25.39% from 255 or 32.99% from 194); Max value from RGB is 73 - color contains mainly: red. Hex color #493940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493940 is #B6C6BF. Grayscale: #3E3E3E. Windows color (decimal): -11978432 or 4208969. OLE color: 4208969.

HSL color Cylindrical-coordinate representation of color #493940: hue angle of 333.75º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #493940 is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.71.

Color convert

RGB735764-
CMYK00.220.120.71
HSL333.75º12.31%25.49%-
HSV(B)333.75º21.92%28.63%-
XYZ5.144.715.49-
YUV62.58128.8135.43-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.63%
GREEN value IS 57 (22.66% from 255) = 29.38%
BLUE value IS 64 (25.39% from 255) = 32.99%
R=37.63%
G=29.38%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.12
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73576400.220.120.71333.7512.3125.49
Hex493940016C4714ec19
Octal11171100026141075161431
Binary1001001111001100000001011011001000111101001110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493940; }

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

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

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

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

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

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

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

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