Shades of Bronzetone #435025
Tints of Bronzetone #435025
RGB
CMYK
RGB Variations
Color information
#435025 (or 0x435025) is known color: Bronzetone. HEX triplet: 43, 50 and 25. RGB value is (67,80,37). Sum of RGB (Red+Green+Blue) = 67+80+37=184 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.41% from 184); Green value is 80 (31.64% from 255 or 43.48% from 184); Blue value is 37 (14.84% from 255 or 20.11% from 184); Max value from RGB is 80 - color contains mainly: green. Hex color #435025 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #435025 is #BCAFDA. Grayscale: #474747. Windows color (decimal): -12365787 or 2445379. OLE color: 2445379.
HSL color Cylindrical-coordinate representation of color #435025: hue angle of 78.14º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #435025 is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 67 | 80 | 37 | - |
| CMYK | 0.16 | 0 | 0.54 | 0.69 |
| HSL | 78.14º | 0.37% | 0.23% | - |
| HSV(B) | 78.14º | 0.54% | 0.31% | - |
| XYZ | 5.52 | 7.06 | 2.82 | - |
| YUV | 71.21 | 108.69 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 80 | 37 | 0.16 | 0 | 0.54 | 0.69 | 78.14 | 0.37 | 0.23 |
| Hex | 43 | 50 | 25 | 10 | 0 | 36 | 45 | 4E | 25 | 17 |
| Octal | 103 | 120 | 45 | 20 | 0 | 66 | 105 | 116 | 45 | 27 |
| Binary | 1000011 | 1010000 | 100101 | 10000 | 0 | 110110 | 1000101 | 1001110 | 100101 | 10111 |
Color Harmonies of #435025
Complementary color
Monochromatic Colors of #435025
Black with #435025
Text Example
Text Example
White with #435025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435025; }
p { color: rgb(67,80,37); }
H1.HeaderClassName
{
color: #435025;
}
.AnyTagClassName
{
color: #435025;
}
</style>
background-color css
<style>
a { background-color: #435025; }
a { background-color: rgb(67,80,37); }
div.DivClassName
{
background-color: #435025;
}
.BgClassName
{
background-color: #435025;
}
</style>
border-color css
<style>
span { border-color: #435025; }
span { border-color: rgb(67,80,37); }
td.TdClassName
{
border-color: #435025;
}
.TagClassName
{
border-color: #435025;
}
</style>