#49323D

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

Shades of Barossa #49323D

Tints of Barossa #49323D

Color information

#49323D (or 0x49323D) is unknown color: approx Barossa. HEX triplet: 49, 32 and 3D. RGB value is (73,50,61). Sum of RGB (Red+Green+Blue) = 73+50+61=184 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.67% from 184); Green value is 50 (19.92% from 255 or 27.17% from 184); Blue value is 61 (24.22% from 255 or 33.15% from 184); Max value from RGB is 73 - color contains mainly: red. Hex color #49323D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49323D is #B6CDC2. Grayscale: #3A3A3A. Windows color (decimal): -11980227 or 4010569. OLE color: 4010569.

HSL color Cylindrical-coordinate representation of color #49323D: hue angle of 331.3º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #49323D is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB735061-
CMYK00.320.160.71
HSL331.3º18.7%24.12%-
HSV(B)331.3º31.51%28.63%-
XYZ4.734.034.94-
YUV58.13129.62138.61-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.67%
GREEN value IS 50 (19.92% from 255) = 27.17%
BLUE value IS 61 (24.22% from 255) = 33.15%
R=39.67%
G=27.17%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.16
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73506100.320.160.71331.318.724.12
Hex49323D020104714b1318
Octal1116275040201075132330
Binary100100111001011110101000001000010001111010010111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49323D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49323D; }

 p { color: rgb(73,50,61); }

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

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

 a { background-color: rgb(73,50,61); }

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

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

 span { border-color: rgb(73,50,61); }

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