#492D3A

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

Shades of Barossa #492D3A

Tints of Barossa #492D3A

Color information

#492D3A (or 0x492D3A) is unknown color: approx Barossa. HEX triplet: 49, 2D and 3A. RGB value is (73,45,58). Sum of RGB (Red+Green+Blue) = 73+45+58=176 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.48% from 176); Green value is 45 (17.97% from 255 or 25.57% from 176); Blue value is 58 (23.05% from 255 or 32.95% from 176); Max value from RGB is 73 - color contains mainly: red. Hex color #492D3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492D3A is #B6D2C5. Grayscale: #363636. Windows color (decimal): -11981510 or 3812681. OLE color: 3812681.

HSL color Cylindrical-coordinate representation of color #492D3A: hue angle of 332.14º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #492D3A is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.71.

Color convert

RGB734558-
CMYK00.380.210.71
HSL332.14º23.73%23.14%-
HSV(B)332.14º38.36%28.63%-
XYZ4.453.64.46-
YUV54.85129.78140.94-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.48%
GREEN value IS 45 (17.97% from 255) = 25.57%
BLUE value IS 58 (23.05% from 255) = 32.95%
R=41.48%
G=25.57%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.21
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73455800.380.210.71332.1423.7323.14
Hex492D3A026154714c1817
Octal1115572046251075143027
Binary100100110110111101001001101010110001111010011001100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,45,58); }

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

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

 a { background-color: rgb(73,45,58); }

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

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

 span { border-color: rgb(73,45,58); }

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