#492339

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

Shades of Barossa #492339

Tints of Barossa #492339

Color information

#492339 (or 0x492339) is unknown color: approx Barossa. HEX triplet: 49, 23 and 39. RGB value is (73,35,57). Sum of RGB (Red+Green+Blue) = 73+35+57=165 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.24% from 165); Green value is 35 (14.06% from 255 or 21.21% from 165); Blue value is 57 (22.66% from 255 or 34.55% from 165); Max value from RGB is 73 - color contains mainly: red. Hex color #492339 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492339 is #B6DCC6. Grayscale: #303030. Windows color (decimal): -11984071 or 3744585. OLE color: 3744585.

HSL color Cylindrical-coordinate representation of color #492339: hue angle of 325.26º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #492339 is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.71.

Color convert

RGB733557-
CMYK00.520.220.71
HSL325.26º35.19%21.18%-
HSV(B)325.26º52.05%28.63%-
XYZ4.092.914.22-
YUV48.87132.59145.21-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 44.24%
GREEN value IS 35 (14.06% from 255) = 21.21%
BLUE value IS 57 (22.66% from 255) = 34.55%
R=44.24%
G=21.21%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.22
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73355700.520.220.71325.2635.1921.18
Hex49233903416471452315
Octal1114371064261075054325
Binary1001001100011111001011010010110100011110100010110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492339; }

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

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

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

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

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

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

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

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