Shades of Bronzetone #42501F
Tints of Bronzetone #42501F
RGB
CMYK
RGB Variations
Color information
#42501F (or 0x42501F) is known color: Bronzetone. HEX triplet: 42, 50 and 1F. RGB value is (66,80,31). Sum of RGB (Red+Green+Blue) = 66+80+31=177 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.29% from 177); Green value is 80 (31.64% from 255 or 45.20% from 177); Blue value is 31 (12.5% from 255 or 17.51% from 177); Max value from RGB is 80 - color contains mainly: green. Hex color #42501F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42501F is #BDAFE0. Grayscale: #464646. Windows color (decimal): -12431329 or 2052162. OLE color: 2052162.
HSL color Cylindrical-coordinate representation of color #42501F: hue angle of 77.14º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #42501F is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 66 | 80 | 31 | - |
| CMYK | 0.17 | 0 | 0.61 | 0.69 |
| HSL | 77.14º | 0.44% | 0.22% | - |
| HSV(B) | 77.14º | 0.61% | 0.31% | - |
| XYZ | 5.36 | 6.99 | 2.36 | - |
| YUV | 70.23 | 105.86 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 80 | 31 | 0.17 | 0 | 0.61 | 0.69 | 77.14 | 0.44 | 0.22 |
| Hex | 42 | 50 | 1F | 11 | 0 | 3D | 45 | 4D | 2C | 16 |
| Octal | 102 | 120 | 37 | 21 | 0 | 75 | 105 | 115 | 54 | 26 |
| Binary | 1000010 | 1010000 | 11111 | 10001 | 0 | 111101 | 1000101 | 1001101 | 101100 | 10110 |
Color Harmonies of #42501F
Complementary color
Monochromatic Colors of #42501F
Black with #42501F
Text Example
Text Example
White with #42501F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42501F; }
p { color: rgb(66,80,31); }
H1.HeaderClassName
{
color: #42501F;
}
.AnyTagClassName
{
color: #42501F;
}
</style>
background-color css
<style>
a { background-color: #42501F; }
a { background-color: rgb(66,80,31); }
div.DivClassName
{
background-color: #42501F;
}
.BgClassName
{
background-color: #42501F;
}
</style>
border-color css
<style>
span { border-color: #42501F; }
span { border-color: rgb(66,80,31); }
td.TdClassName
{
border-color: #42501F;
}
.TagClassName
{
border-color: #42501F;
}
</style>