#49292A

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

Shades of Volcano #49292A

Tints of Volcano #49292A

Color information

#49292A (or 0x49292A) is unknown color: approx Volcano. HEX triplet: 49, 29 and 2A. RGB value is (73,41,42). Sum of RGB (Red+Green+Blue) = 73+41+42=156 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.79% from 156); Green value is 41 (16.41% from 255 or 26.28% from 156); Blue value is 42 (16.80% from 255 or 26.92% from 156); Max value from RGB is 73 - color contains mainly: red. Hex color #49292A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49292A is #B6D6D5. Grayscale: #323232. Windows color (decimal): -11982550 or 2763081. OLE color: 2763081.

HSL color Cylindrical-coordinate representation of color #49292A: hue angle of 358.12º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #49292A is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.71.

Color convert

RGB734142-
CMYK00.440.420.71
HSL358.12º28.07%22.35%-
HSV(B)358.12º43.84%28.63%-
XYZ3.963.172.59-
YUV50.68123.1143.92-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 46.79%
GREEN value IS 41 (16.41% from 255) = 26.28%
BLUE value IS 42 (16.80% from 255) = 26.92%
R=46.79%
G=26.28%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73414200.440.420.71358.1228.0722.35
Hex49292A02C2A471661c16
Octal1115152054521075463426
Binary1001001101001101010010110010101010001111011001101110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49292A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49292A; }

 p { color: rgb(73,41,42); }

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

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

 a { background-color: rgb(73,41,42); }

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

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

 span { border-color: rgb(73,41,42); }

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