#493740

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

Shades of Barossa #493740

Tints of Barossa #493740

Color information

#493740 (or 0x493740) is unknown color: approx Barossa. HEX triplet: 49, 37 and 40. RGB value is (73,55,64). Sum of RGB (Red+Green+Blue) = 73+55+64=192 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.02% from 192); Green value is 55 (21.88% from 255 or 28.65% from 192); Blue value is 64 (25.39% from 255 or 33.33% from 192); Max value from RGB is 73 - color contains mainly: red. Hex color #493740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493740 is #B6C8BF. Grayscale: #3D3D3D. Windows color (decimal): -11978944 or 4208457. OLE color: 4208457.

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

Color convert

RGB735564-
CMYK00.250.120.71
HSL330º14.06%25.1%-
HSV(B)330º24.66%28.63%-
XYZ5.044.525.46-
YUV61.41129.46136.27-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.02%
GREEN value IS 55 (21.88% from 255) = 28.65%
BLUE value IS 64 (25.39% from 255) = 33.33%
R=38.02%
G=28.65%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73556400.250.120.7133014.0625.1
Hex493740019C4714ae19
Octal11167100031141075121631
Binary1001001110111100000001100111001000111101001010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493740; }

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

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

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

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

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

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

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

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