#493E42

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

Shades of Barossa #493E42

Tints of Barossa #493E42

Color information

#493E42 (or 0x493E42) is unknown color: approx Barossa. HEX triplet: 49, 3E and 42. RGB value is (73,62,66). Sum of RGB (Red+Green+Blue) = 73+62+66=201 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.32% from 201); Green value is 62 (24.61% from 255 or 30.85% from 201); Blue value is 66 (26.17% from 255 or 32.84% from 201); Max value from RGB is 73 - color contains mainly: red. Hex color #493E42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493E42 is #B6C1BD. Grayscale: #414141. Windows color (decimal): -11977150 or 4341321. OLE color: 4341321.

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

Color convert

RGB736266-
CMYK00.150.100.71
HSL338.18º8.15%26.47%-
HSV(B)338.18º15.07%28.63%-
XYZ5.455.265.88-
YUV65.74128.14133.17-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.32%
GREEN value IS 62 (24.61% from 255) = 30.85%
BLUE value IS 66 (26.17% from 255) = 32.84%
R=36.32%
G=30.85%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73626600.150.100.71338.188.1526.47
Hex493E420FA4715281a
Octal11176102017121075221032
Binary100100111111010000100111110101000111101010010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493E42; }

 p { color: rgb(73,62,66); }

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

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

 a { background-color: rgb(73,62,66); }

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

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

 span { border-color: rgb(73,62,66); }

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