#492728

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

Shades of Volcano #492728

Tints of Volcano #492728

Color information

#492728 (or 0x492728) is unknown color: approx Volcano. HEX triplet: 49, 27 and 28. RGB value is (73,39,40). Sum of RGB (Red+Green+Blue) = 73+39+40=152 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.03% from 152); Green value is 39 (15.62% from 255 or 25.66% from 152); Blue value is 40 (16.02% from 255 or 26.32% from 152); Max value from RGB is 73 - color contains mainly: red. Hex color #492728 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492728 is #B6D8D7. Grayscale: #313131. Windows color (decimal): -11983064 or 2631497. OLE color: 2631497.

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

Color convert

RGB733940-
CMYK00.470.450.71
HSL358.24º30.36%21.96%-
HSV(B)358.24º46.58%28.63%-
XYZ3.863.022.39-
YUV49.28122.76144.92-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 48.03%
GREEN value IS 39 (15.62% from 255) = 25.66%
BLUE value IS 40 (16.02% from 255) = 26.32%
R=48.03%
G=25.66%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.45
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73394000.470.450.71358.2430.3621.96
Hex49272802F2D471661e16
Octal1114750057551075463626
Binary1001001100111101000010111110110110001111011001101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492728; }

 p { color: rgb(73,39,40); }

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

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

 a { background-color: rgb(73,39,40); }

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

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

 span { border-color: rgb(73,39,40); }

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