#49293C

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

Shades of Barossa #49293C

Tints of Barossa #49293C

Color information

#49293C (or 0x49293C) is unknown color: approx Barossa. HEX triplet: 49, 29 and 3C. RGB value is (73,41,60). Sum of RGB (Red+Green+Blue) = 73+41+60=174 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.95% from 174); Green value is 41 (16.41% from 255 or 23.56% from 174); Blue value is 60 (23.83% from 255 or 34.48% from 174); Max value from RGB is 73 - color contains mainly: red. Hex color #49293C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49293C is #B6D6C3. Grayscale: #343434. Windows color (decimal): -11982532 or 3942729. OLE color: 3942729.

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

Color convert

RGB734160-
CMYK00.440.180.71
HSL324.38º28.07%22.35%-
HSV(B)324.38º43.84%28.63%-
XYZ4.363.334.69-
YUV52.73132.1142.46-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.95%
GREEN value IS 41 (16.41% from 255) = 23.56%
BLUE value IS 60 (23.83% from 255) = 34.48%
R=41.95%
G=23.56%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.18
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73416000.440.180.71324.3828.0722.35
Hex49293C02C12471441c16
Octal1115174054221075043426
Binary100100110100111110001011001001010001111010001001110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49293C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49293C; }

 p { color: rgb(73,41,60); }

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

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

 a { background-color: rgb(73,41,60); }

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

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

 span { border-color: rgb(73,41,60); }

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