#49313E

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

Shades of Barossa #49313E

Tints of Barossa #49313E

Color information

#49313E (or 0x49313E) is unknown color: approx Barossa. HEX triplet: 49, 31 and 3E. RGB value is (73,49,62). Sum of RGB (Red+Green+Blue) = 73+49+62=184 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.67% from 184); Green value is 49 (19.53% from 255 or 26.63% from 184); Blue value is 62 (24.61% from 255 or 33.70% from 184); Max value from RGB is 73 - color contains mainly: red. Hex color #49313E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49313E is #B6CEC1. Grayscale: #393939. Windows color (decimal): -11980482 or 4075849. OLE color: 4075849.

HSL color Cylindrical-coordinate representation of color #49313E: hue angle of 327.5º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #49313E is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.71.

Color convert

RGB734962-
CMYK00.330.150.71
HSL327.5º19.67%23.92%-
HSV(B)327.5º32.88%28.63%-
XYZ4.723.965.07-
YUV57.66130.45138.94-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.67%
GREEN value IS 49 (19.53% from 255) = 26.63%
BLUE value IS 62 (24.61% from 255) = 33.70%
R=39.67%
G=26.63%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.15
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73496200.330.150.71327.519.6723.92
Hex49313E021F471481418
Octal1116176041171075102430
Binary10010011100011111100100001111110001111010010001010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49313E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49313E; }

 p { color: rgb(73,49,62); }

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

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

 a { background-color: rgb(73,49,62); }

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

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

 span { border-color: rgb(73,49,62); }

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