#493039

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

Shades of Barossa #493039

Tints of Barossa #493039

Color information

#493039 (or 0x493039) is unknown color: approx Barossa. HEX triplet: 49, 30 and 39. RGB value is (73,48,57). Sum of RGB (Red+Green+Blue) = 73+48+57=178 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.01% from 178); Green value is 48 (19.14% from 255 or 26.97% from 178); Blue value is 57 (22.66% from 255 or 32.02% from 178); Max value from RGB is 73 - color contains mainly: red. Hex color #493039 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493039 is #B6CFC6. Grayscale: #383838. Windows color (decimal): -11980743 or 3747913. OLE color: 3747913.

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

Color convert

RGB734857-
CMYK00.340.220.71
HSL338.4º20.66%23.73%-
HSV(B)338.4º34.25%28.63%-
XYZ4.543.834.37-
YUV56.5128.28139.77-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.01%
GREEN value IS 48 (19.14% from 255) = 26.97%
BLUE value IS 57 (22.66% from 255) = 32.02%
R=41.01%
G=26.97%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.22
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73485700.340.220.71338.420.6623.73
Hex49303902216471521518
Octal1116071042261075222530
Binary100100111000011100101000101011010001111010100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493039; }

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

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

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

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

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

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

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

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