Shades of Bronzetone #42491F
Tints of Bronzetone #42491F
RGB
CMYK
RGB Variations
Color information
#42491F (or 0x42491F) is known color: Bronzetone. HEX triplet: 42, 49 and 1F. RGB value is (66,73,31). Sum of RGB (Red+Green+Blue) = 66+73+31=170 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.82% from 170); Green value is 73 (28.91% from 255 or 42.94% from 170); Blue value is 31 (12.5% from 255 or 18.24% from 170); Max value from RGB is 73 - color contains mainly: green. Hex color #42491F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42491F is #BDB6E0. Grayscale: #424242. Windows color (decimal): -12433121 or 2050370. OLE color: 2050370.
HSL color Cylindrical-coordinate representation of color #42491F: hue angle of 70º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #42491F is Cyan = 0.10, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 66 | 73 | 31 | - |
| CMYK | 0.10 | 0 | 0.58 | 0.71 |
| HSL | 70º | 0.4% | 0.2% | - |
| HSV(B) | 70º | 0.58% | 0.29% | - |
| XYZ | 4.88 | 6.02 | 2.2 | - |
| YUV | 66.12 | 108.18 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 73 | 31 | 0.10 | 0 | 0.58 | 0.71 | 70 | 0.4 | 0.2 |
| Hex | 42 | 49 | 1F | A | 0 | 3A | 47 | 46 | 28 | 14 |
| Octal | 102 | 111 | 37 | 12 | 0 | 72 | 107 | 106 | 50 | 24 |
| Binary | 1000010 | 1001001 | 11111 | 1010 | 0 | 111010 | 1000111 | 1000110 | 101000 | 10100 |
Color Harmonies of #42491F
Complementary color
Monochromatic Colors of #42491F
Black with #42491F
Text Example
Text Example
White with #42491F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42491F; }
p { color: rgb(66,73,31); }
H1.HeaderClassName
{
color: #42491F;
}
.AnyTagClassName
{
color: #42491F;
}
</style>
background-color css
<style>
a { background-color: #42491F; }
a { background-color: rgb(66,73,31); }
div.DivClassName
{
background-color: #42491F;
}
.BgClassName
{
background-color: #42491F;
}
</style>
border-color css
<style>
span { border-color: #42491F; }
span { border-color: rgb(66,73,31); }
td.TdClassName
{
border-color: #42491F;
}
.TagClassName
{
border-color: #42491F;
}
</style>