#493942

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

Shades of Barossa #493942

Tints of Barossa #493942

Color information

#493942 (or 0x493942) is unknown color: approx Barossa. HEX triplet: 49, 39 and 42. RGB value is (73,57,66). Sum of RGB (Red+Green+Blue) = 73+57+66=196 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.24% from 196); Green value is 57 (22.66% from 255 or 29.08% from 196); Blue value is 66 (26.17% from 255 or 33.67% from 196); Max value from RGB is 73 - color contains mainly: red. Hex color #493942 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493942 is #B6C6BD. Grayscale: #3E3E3E. Windows color (decimal): -11978430 or 4340041. OLE color: 4340041.

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

Color convert

RGB735766-
CMYK00.220.100.71
HSL326.25º12.31%25.49%-
HSV(B)326.25º21.92%28.63%-
XYZ5.194.745.79-
YUV62.81129.8135.27-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.24%
GREEN value IS 57 (22.66% from 255) = 29.08%
BLUE value IS 66 (26.17% from 255) = 33.67%
R=37.24%
G=29.08%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.10
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73576600.220.100.71326.2512.3125.49
Hex493942016A47146c19
Octal11171102026121075061431
Binary1001001111001100001001011010101000111101000110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493942; }

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

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

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

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

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

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

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

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