#493640

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

Shades of Barossa #493640

Tints of Barossa #493640

Color information

#493640 (or 0x493640) is unknown color: approx Barossa. HEX triplet: 49, 36 and 40. RGB value is (73,54,64). Sum of RGB (Red+Green+Blue) = 73+54+64=191 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.22% from 191); Green value is 54 (21.48% from 255 or 28.27% from 191); Blue value is 64 (25.39% from 255 or 33.51% from 191); Max value from RGB is 73 - color contains mainly: red. Hex color #493640 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493640 is #B6C9BF. Grayscale: #3C3C3C. Windows color (decimal): -11979200 or 4208201. OLE color: 4208201.

HSL color Cylindrical-coordinate representation of color #493640: hue angle of 328.42º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #493640 is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.71.

Color convert

RGB735464-
CMYK00.260.120.71
HSL328.42º14.96%24.9%-
HSV(B)328.42º26.03%28.63%-
XYZ4.994.425.44-
YUV60.82129.79136.69-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.22%
GREEN value IS 54 (21.48% from 255) = 28.27%
BLUE value IS 64 (25.39% from 255) = 33.51%
R=38.22%
G=28.27%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.12
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73546400.260.120.71328.4214.9624.9
Hex49364001AC47148f19
Octal11166100032141075101731
Binary1001001110110100000001101011001000111101001000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493640; }

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

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

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

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

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

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

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

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