#4A292B

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

Shades of Heath #4A292B

Tints of Heath #4A292B

Color information

#4A292B (or 0x4A292B) is unknown color: approx Heath. HEX triplet: 4A, 29 and 2B. RGB value is (74,41,43). Sum of RGB (Red+Green+Blue) = 74+41+43=158 (20% of max value = 765). Red value is 74 (29.30% from 255 or 46.84% from 158); Green value is 41 (16.41% from 255 or 25.95% from 158); Blue value is 43 (17.19% from 255 or 27.22% from 158); Max value from RGB is 74 - color contains mainly: red. Hex color #4A292B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A292B is #B5D6D4. Grayscale: #333333. Windows color (decimal): -11917013 or 2828618. OLE color: 2828618.

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

Color convert

RGB744143-
CMYK00.450.420.71
HSL356.36º28.7%22.55%-
HSV(B)356.36º44.59%29.02%-
XYZ4.053.222.69-
YUV51.1123.43144.34-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 46.84%
GREEN value IS 41 (16.41% from 255) = 25.95%
BLUE value IS 43 (17.19% from 255) = 27.22%
R=46.84%
G=25.95%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.42
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74414300.450.420.71356.3628.722.55
Hex4A292B02D2A471641d17
Octal1125153055521075443527
Binary1001010101001101011010110110101010001111011001001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A292B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A292B; }

 p { color: rgb(74,41,43); }

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

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

 a { background-color: rgb(74,41,43); }

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

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

 span { border-color: rgb(74,41,43); }

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