#492C3D

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

Shades of Barossa #492C3D

Tints of Barossa #492C3D

Color information

#492C3D (or 0x492C3D) is unknown color: approx Barossa. HEX triplet: 49, 2C and 3D. RGB value is (73,44,61). Sum of RGB (Red+Green+Blue) = 73+44+61=178 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.01% from 178); Green value is 44 (17.58% from 255 or 24.72% from 178); Blue value is 61 (24.22% from 255 or 34.27% from 178); Max value from RGB is 73 - color contains mainly: red. Hex color #492C3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492C3D is #B6D3C2. Grayscale: #363636. Windows color (decimal): -11981763 or 4009033. OLE color: 4009033.

HSL color Cylindrical-coordinate representation of color #492C3D: hue angle of 324.83º 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 #492C3D is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB734461-
CMYK00.400.160.71
HSL324.83º24.79%22.94%-
HSV(B)324.83º39.73%28.63%-
XYZ4.493.554.86-
YUV54.61131.61141.12-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.01%
GREEN value IS 44 (17.58% from 255) = 24.72%
BLUE value IS 61 (24.22% from 255) = 34.27%
R=41.01%
G=24.72%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.16
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73446100.400.160.71324.8324.7922.94
Hex492C3D02810471451917
Octal1115475050201075053127
Binary100100110110011110101010001000010001111010001011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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