#492C3A

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

Shades of Barossa #492C3A

Tints of Barossa #492C3A

Color information

#492C3A (or 0x492C3A) is unknown color: approx Barossa. HEX triplet: 49, 2C and 3A. RGB value is (73,44,58). Sum of RGB (Red+Green+Blue) = 73+44+58=175 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.71% from 175); Green value is 44 (17.58% from 255 or 25.14% from 175); Blue value is 58 (23.05% from 255 or 33.14% from 175); Max value from RGB is 73 - color contains mainly: red. Hex color #492C3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492C3A is #B6D3C5. Grayscale: #363636. Windows color (decimal): -11981766 or 3812425. OLE color: 3812425.

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

Color convert

RGB734458-
CMYK00.400.210.71
HSL331.03º24.79%22.94%-
HSV(B)331.03º39.73%28.63%-
XYZ4.413.524.45-
YUV54.27130.11141.36-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.71%
GREEN value IS 44 (17.58% from 255) = 25.14%
BLUE value IS 58 (23.05% from 255) = 33.14%
R=41.71%
G=25.14%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.21
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73445800.400.210.71331.0324.7922.94
Hex492C3A028154714b1917
Octal1115472050251075133127
Binary100100110110011101001010001010110001111010010111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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