#493139

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

Shades of Barossa #493139

Tints of Barossa #493139

Color information

#493139 (or 0x493139) is unknown color: approx Barossa. HEX triplet: 49, 31 and 39. RGB value is (73,49,57). Sum of RGB (Red+Green+Blue) = 73+49+57=179 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.78% from 179); Green value is 49 (19.53% from 255 or 27.37% from 179); Blue value is 57 (22.66% from 255 or 31.84% from 179); Max value from RGB is 73 - color contains mainly: red. Hex color #493139 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493139 is #B6CEC6. Grayscale: #393939. Windows color (decimal): -11980487 or 3748169. OLE color: 3748169.

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

Color convert

RGB734957-
CMYK00.330.220.71
HSL340º19.67%23.92%-
HSV(B)340º32.88%28.63%-
XYZ4.583.914.38-
YUV57.09127.95139.35-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 40.78%
GREEN value IS 49 (19.53% from 255) = 27.37%
BLUE value IS 57 (22.66% from 255) = 31.84%
R=40.78%
G=27.37%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73495700.330.220.7134019.6723.92
Hex49313902116471541418
Octal1116171041261075242430
Binary100100111000111100101000011011010001111010101001010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493139; }

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

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

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

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

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

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

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

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