#49343E

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

Shades of Barossa #49343E

Tints of Barossa #49343E

Color information

#49343E (or 0x49343E) is unknown color: approx Barossa. HEX triplet: 49, 34 and 3E. RGB value is (73,52,62). Sum of RGB (Red+Green+Blue) = 73+52+62=187 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.04% from 187); Green value is 52 (20.70% from 255 or 27.81% from 187); Blue value is 62 (24.61% from 255 or 33.16% from 187); Max value from RGB is 73 - color contains mainly: red. Hex color #49343E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49343E is #B6CBC1. Grayscale: #3B3B3B. Windows color (decimal): -11979714 or 4076617. OLE color: 4076617.

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

Color convert

RGB735262-
CMYK00.290.150.71
HSL331.43º16.8%24.51%-
HSV(B)331.43º28.77%28.63%-
XYZ4.854.225.12-
YUV59.42129.46137.69-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.04%
GREEN value IS 52 (20.70% from 255) = 27.81%
BLUE value IS 62 (24.61% from 255) = 33.16%
R=39.04%
G=27.81%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.15
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73526200.290.150.71331.4316.824.51
Hex49343E01DF4714b1119
Octal1116476035171075132131
Binary1001001110100111110011101111110001111010010111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49343E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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