Shades of Bronzetone #42541F
Tints of Bronzetone #42541F
RGB
CMYK
RGB Variations
Color information
#42541F (or 0x42541F) is known color: Bronzetone. HEX triplet: 42, 54 and 1F. RGB value is (66,84,31). Sum of RGB (Red+Green+Blue) = 66+84+31=181 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.46% from 181); Green value is 84 (33.20% from 255 or 46.41% from 181); Blue value is 31 (12.5% from 255 or 17.13% from 181); Max value from RGB is 84 - color contains mainly: green. Hex color #42541F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42541F is #BDABE0. Grayscale: #484848. Windows color (decimal): -12430305 or 2053186. OLE color: 2053186.
HSL color Cylindrical-coordinate representation of color #42541F: hue angle of 80.38º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #42541F is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 66 | 84 | 31 | - |
| CMYK | 0.21 | 0 | 0.63 | 0.67 |
| HSL | 80.38º | 0.46% | 0.23% | - |
| HSV(B) | 80.38º | 0.63% | 0.33% | - |
| XYZ | 5.66 | 7.6 | 2.46 | - |
| YUV | 72.58 | 104.54 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 84 | 31 | 0.21 | 0 | 0.63 | 0.67 | 80.38 | 0.46 | 0.23 |
| Hex | 42 | 54 | 1F | 15 | 0 | 3F | 43 | 50 | 2E | 17 |
| Octal | 102 | 124 | 37 | 25 | 0 | 77 | 103 | 120 | 56 | 27 |
| Binary | 1000010 | 1010100 | 11111 | 10101 | 0 | 111111 | 1000011 | 1010000 | 101110 | 10111 |
Color Harmonies of #42541F
Complementary color
Monochromatic Colors of #42541F
Black with #42541F
Text Example
Text Example
White with #42541F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42541F; }
p { color: rgb(66,84,31); }
H1.HeaderClassName
{
color: #42541F;
}
.AnyTagClassName
{
color: #42541F;
}
</style>
background-color css
<style>
a { background-color: #42541F; }
a { background-color: rgb(66,84,31); }
div.DivClassName
{
background-color: #42541F;
}
.BgClassName
{
background-color: #42541F;
}
</style>
border-color css
<style>
span { border-color: #42541F; }
span { border-color: rgb(66,84,31); }
td.TdClassName
{
border-color: #42541F;
}
.TagClassName
{
border-color: #42541F;
}
</style>