#492A3A

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

Shades of Barossa #492A3A

Tints of Barossa #492A3A

Color information

#492A3A (or 0x492A3A) is unknown color: approx Barossa. HEX triplet: 49, 2A and 3A. RGB value is (73,42,58). Sum of RGB (Red+Green+Blue) = 73+42+58=173 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.20% from 173); Green value is 42 (16.80% from 255 or 24.28% from 173); Blue value is 58 (23.05% from 255 or 33.53% from 173); Max value from RGB is 73 - color contains mainly: red. Hex color #492A3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492A3A is #B6D5C5. Grayscale: #353535. Windows color (decimal): -11982278 or 3811913. OLE color: 3811913.

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

Color convert

RGB734258-
CMYK00.420.210.71
HSL329.03º26.96%22.55%-
HSV(B)329.03º42.47%28.63%-
XYZ4.343.384.43-
YUV53.09130.77142.2-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 42.20%
GREEN value IS 42 (16.80% from 255) = 24.28%
BLUE value IS 58 (23.05% from 255) = 33.53%
R=42.20%
G=24.28%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.21
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73425800.420.210.71329.0326.9622.55
Hex492A3A02A15471491b17
Octal1115272052251075113327
Binary100100110101011101001010101010110001111010010011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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