Shades of Bronzetone #42511F
Tints of Bronzetone #42511F
RGB
CMYK
RGB Variations
Color information
#42511F (or 0x42511F) is known color: Bronzetone. HEX triplet: 42, 51 and 1F. RGB value is (66,81,31). Sum of RGB (Red+Green+Blue) = 66+81+31=178 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.08% from 178); Green value is 81 (32.03% from 255 or 45.51% from 178); Blue value is 31 (12.5% from 255 or 17.42% from 178); Max value from RGB is 81 - color contains mainly: green. Hex color #42511F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42511F is #BDAEE0. Grayscale: #474747. Windows color (decimal): -12431073 or 2052418. OLE color: 2052418.
HSL color Cylindrical-coordinate representation of color #42511F: hue angle of 78º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #42511F is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 66 | 81 | 31 | - |
| CMYK | 0.19 | 0 | 0.62 | 0.68 |
| HSL | 78º | 0.45% | 0.22% | - |
| HSV(B) | 78º | 0.62% | 0.32% | - |
| XYZ | 5.44 | 7.14 | 2.39 | - |
| YUV | 70.82 | 105.53 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 81 | 31 | 0.19 | 0 | 0.62 | 0.68 | 78 | 0.45 | 0.22 |
| Hex | 42 | 51 | 1F | 13 | 0 | 3E | 44 | 4E | 2D | 16 |
| Octal | 102 | 121 | 37 | 23 | 0 | 76 | 104 | 116 | 55 | 26 |
| Binary | 1000010 | 1010001 | 11111 | 10011 | 0 | 111110 | 1000100 | 1001110 | 101101 | 10110 |
Color Harmonies of #42511F
Complementary color
Monochromatic Colors of #42511F
Black with #42511F
Text Example
Text Example
White with #42511F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42511F; }
p { color: rgb(66,81,31); }
H1.HeaderClassName
{
color: #42511F;
}
.AnyTagClassName
{
color: #42511F;
}
</style>
background-color css
<style>
a { background-color: #42511F; }
a { background-color: rgb(66,81,31); }
div.DivClassName
{
background-color: #42511F;
}
.BgClassName
{
background-color: #42511F;
}
</style>
border-color css
<style>
span { border-color: #42511F; }
span { border-color: rgb(66,81,31); }
td.TdClassName
{
border-color: #42511F;
}
.TagClassName
{
border-color: #42511F;
}
</style>