#492939

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

Shades of Barossa #492939

Tints of Barossa #492939

Color information

#492939 (or 0x492939) is unknown color: approx Barossa. HEX triplet: 49, 29 and 39. RGB value is (73,41,57). Sum of RGB (Red+Green+Blue) = 73+41+57=171 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.69% from 171); Green value is 41 (16.41% from 255 or 23.98% from 171); Blue value is 57 (22.66% from 255 or 33.33% from 171); Max value from RGB is 73 - color contains mainly: red. Hex color #492939 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492939 is #B6D6C6. Grayscale: #343434. Windows color (decimal): -11982535 or 3746121. OLE color: 3746121.

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

Color convert

RGB734157-
CMYK00.440.220.71
HSL330º28.07%22.35%-
HSV(B)330º43.84%28.63%-
XYZ4.283.34.28-
YUV52.39130.6142.7-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 42.69%
GREEN value IS 41 (16.41% from 255) = 23.98%
BLUE value IS 57 (22.66% from 255) = 33.33%
R=42.69%
G=23.98%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.22
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73415700.440.220.7133028.0722.35
Hex49293902C164714a1c16
Octal1115171054261075123426
Binary100100110100111100101011001011010001111010010101110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492939; }

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

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

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

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

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

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

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

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