#49393F

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

Shades of Barossa #49393F

Tints of Barossa #49393F

Color information

#49393F (or 0x49393F) is unknown color: approx Barossa. HEX triplet: 49, 39 and 3F. RGB value is (73,57,63). Sum of RGB (Red+Green+Blue) = 73+57+63=193 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.82% from 193); Green value is 57 (22.66% from 255 or 29.53% from 193); Blue value is 63 (25% from 255 or 32.64% from 193); Max value from RGB is 73 - color contains mainly: red. Hex color #49393F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49393F is #B6C6C0. Grayscale: #3E3E3E. Windows color (decimal): -11978433 or 4143433. OLE color: 4143433.

HSL color Cylindrical-coordinate representation of color #49393F: hue angle of 337.5º 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 #49393F is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.71.

Color convert

RGB735763-
CMYK00.220.140.71
HSL337.5º12.31%25.49%-
HSV(B)337.5º21.92%28.63%-
XYZ5.114.75.34-
YUV62.47128.3135.51-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.82%
GREEN value IS 57 (22.66% from 255) = 29.53%
BLUE value IS 63 (25% from 255) = 32.64%
R=37.82%
G=29.53%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.14
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73576300.220.140.71337.512.3125.49
Hex49393F016E47152c19
Octal1117177026161075221431
Binary100100111100111111101011011101000111101010010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49393F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49393F; }

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

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

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

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

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

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

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

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