Shades of Bronzetone #434D1F
Tints of Bronzetone #434D1F
RGB
CMYK
RGB Variations
Color information
#434D1F (or 0x434D1F) is known color: Bronzetone. HEX triplet: 43, 4D and 1F. RGB value is (67,77,31). Sum of RGB (Red+Green+Blue) = 67+77+31=175 (23% of max value = 765). Red value is 67 (26.56% from 255 or 38.29% from 175); Green value is 77 (30.47% from 255 or 44% from 175); Blue value is 31 (12.5% from 255 or 17.71% from 175); Max value from RGB is 77 - color contains mainly: green. Hex color #434D1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #434D1F is #BCB2E0. Grayscale: #444444. Windows color (decimal): -12366561 or 2051395. OLE color: 2051395.
HSL color Cylindrical-coordinate representation of color #434D1F: hue angle of 73.04º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #434D1F is Cyan = 0.13, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 67 | 77 | 31 | - |
| CMYK | 0.13 | 0 | 0.60 | 0.70 |
| HSL | 73.04º | 0.43% | 0.21% | - |
| HSV(B) | 73.04º | 0.6% | 0.3% | - |
| XYZ | 5.22 | 6.6 | 2.3 | - |
| YUV | 68.77 | 106.69 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 77 | 31 | 0.13 | 0 | 0.60 | 0.70 | 73.04 | 0.43 | 0.21 |
| Hex | 43 | 4D | 1F | D | 0 | 3C | 46 | 49 | 2B | 15 |
| Octal | 103 | 115 | 37 | 15 | 0 | 74 | 106 | 111 | 53 | 25 |
| Binary | 1000011 | 1001101 | 11111 | 1101 | 0 | 111100 | 1000110 | 1001001 | 101011 | 10101 |
Color Harmonies of #434D1F
Complementary color
Monochromatic Colors of #434D1F
Black with #434D1F
Text Example
Text Example
White with #434D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434D1F; }
p { color: rgb(67,77,31); }
H1.HeaderClassName
{
color: #434D1F;
}
.AnyTagClassName
{
color: #434D1F;
}
</style>
background-color css
<style>
a { background-color: #434D1F; }
a { background-color: rgb(67,77,31); }
div.DivClassName
{
background-color: #434D1F;
}
.BgClassName
{
background-color: #434D1F;
}
</style>
border-color css
<style>
span { border-color: #434D1F; }
span { border-color: rgb(67,77,31); }
td.TdClassName
{
border-color: #434D1F;
}
.TagClassName
{
border-color: #434D1F;
}
</style>