#492C39

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

Shades of Barossa #492C39

Tints of Barossa #492C39

Color information

#492C39 (or 0x492C39) is unknown color: approx Barossa. HEX triplet: 49, 2C and 39. RGB value is (73,44,57). Sum of RGB (Red+Green+Blue) = 73+44+57=174 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.95% from 174); Green value is 44 (17.58% from 255 or 25.29% from 174); Blue value is 57 (22.66% from 255 or 32.76% from 174); Max value from RGB is 73 - color contains mainly: red. Hex color #492C39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492C39 is #B6D3C6. Grayscale: #363636. Windows color (decimal): -11981767 or 3746889. OLE color: 3746889.

HSL color Cylindrical-coordinate representation of color #492C39: hue angle of 333.1º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #492C39 is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.71.

Color convert

RGB734457-
CMYK00.400.220.71
HSL333.1º24.79%22.94%-
HSV(B)333.1º39.73%28.63%-
XYZ4.393.514.32-
YUV54.15129.61141.44-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.95%
GREEN value IS 44 (17.58% from 255) = 25.29%
BLUE value IS 57 (22.66% from 255) = 32.76%
R=41.95%
G=25.29%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.22
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73445700.400.220.71333.124.7922.94
Hex492C39028164714d1917
Octal1115471050261075153127
Binary100100110110011100101010001011010001111010011011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492C39; }

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

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

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

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

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

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

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

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