#492A2B

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

Shades of Heath #492A2B

Tints of Heath #492A2B

Color information

#492A2B (or 0x492A2B) is unknown color: approx Heath. HEX triplet: 49, 2A and 2B. RGB value is (73,42,43). Sum of RGB (Red+Green+Blue) = 73+42+43=158 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.20% from 158); Green value is 42 (16.80% from 255 or 26.58% from 158); Blue value is 43 (17.19% from 255 or 27.22% from 158); Max value from RGB is 73 - color contains mainly: red. Hex color #492A2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492A2B is #B6D5D4. Grayscale: #333333. Windows color (decimal): -11982293 or 2828873. OLE color: 2828873.

HSL color Cylindrical-coordinate representation of color #492A2B: hue angle of 358.06º degrees, saturation: 0.27, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #492A2B is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.71.

Color convert

RGB734243-
CMYK00.420.410.71
HSL358.06º26.96%22.55%-
HSV(B)358.06º42.47%28.63%-
XYZ4.013.252.7-
YUV51.38123.27143.42-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 46.20%
GREEN value IS 42 (16.80% from 255) = 26.58%
BLUE value IS 43 (17.19% from 255) = 27.22%
R=46.20%
G=26.58%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.41
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73424300.420.410.71358.0626.9622.55
Hex492A2B02A29471661b17
Octal1115253052511075463327
Binary1001001101010101011010101010100110001111011001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492A2B; }

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

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

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

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

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

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

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

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