#493340

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

Shades of Barossa #493340

Tints of Barossa #493340

Color information

#493340 (or 0x493340) is unknown color: approx Barossa. HEX triplet: 49, 33 and 40. RGB value is (73,51,64). Sum of RGB (Red+Green+Blue) = 73+51+64=188 (24% of max value = 765). Red value is 73 (28.91% from 255 or 38.83% from 188); Green value is 51 (20.31% from 255 or 27.13% from 188); Blue value is 64 (25.39% from 255 or 34.04% from 188); Max value from RGB is 73 - color contains mainly: red. Hex color #493340 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493340 is #B6CCBF. Grayscale: #3B3B3B. Windows color (decimal): -11979968 or 4207433. OLE color: 4207433.

HSL color Cylindrical-coordinate representation of color #493340: hue angle of 324.55º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #493340 is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.71.

Color convert

RGB735164-
CMYK00.300.120.71
HSL324.55º17.74%24.31%-
HSV(B)324.55º30.14%28.63%-
XYZ4.864.155.4-
YUV59.06130.79137.94-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.83%
GREEN value IS 51 (20.31% from 255) = 27.13%
BLUE value IS 64 (25.39% from 255) = 34.04%
R=38.83%
G=27.13%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.12
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73516400.300.120.71324.5517.7424.31
Hex49334001EC471451218
Octal11163100036141075052230
Binary10010011100111000000011110110010001111010001011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493340; }

 p { color: rgb(73,51,64); }

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

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

 a { background-color: rgb(73,51,64); }

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

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

 span { border-color: rgb(73,51,64); }

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