Shades of Bronzetone #3F4A28
Tints of Bronzetone #3F4A28
RGB
CMYK
RGB Variations
Color information
#3F4A28 (or 0x3F4A28) is known color: Bronzetone. HEX triplet: 3F, 4A and 28. RGB value is (63,74,40). Sum of RGB (Red+Green+Blue) = 63+74+40=177 (23% of max value = 765). Red value is 63 (25% from 255 or 35.59% from 177); Green value is 74 (29.30% from 255 or 41.81% from 177); Blue value is 40 (16.02% from 255 or 22.60% from 177); Max value from RGB is 74 - color contains mainly: green. Hex color #3F4A28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4A28 is #C0B5D7. Grayscale: #424242. Windows color (decimal): -12629464 or 2640447. OLE color: 2640447.
HSL color Cylindrical-coordinate representation of color #3F4A28: hue angle of 79.41º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3F4A28 is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 63 | 74 | 40 | - |
| CMYK | 0.15 | 0 | 0.46 | 0.71 |
| HSL | 79.41º | 0.3% | 0.22% | - |
| HSV(B) | 79.41º | 0.46% | 0.29% | - |
| XYZ | 4.88 | 6.11 | 2.93 | - |
| YUV | 66.84 | 112.86 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 74 | 40 | 0.15 | 0 | 0.46 | 0.71 | 79.41 | 0.3 | 0.22 |
| Hex | 3F | 4A | 28 | F | 0 | 2E | 47 | 4F | 1E | 16 |
| Octal | 77 | 112 | 50 | 17 | 0 | 56 | 107 | 117 | 36 | 26 |
| Binary | 111111 | 1001010 | 101000 | 1111 | 0 | 101110 | 1000111 | 1001111 | 11110 | 10110 |
Color Harmonies of #3F4A28
Complementary color
Monochromatic Colors of #3F4A28
Black with #3F4A28
Text Example
Text Example
White with #3F4A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4A28; }
p { color: rgb(63,74,40); }
H1.HeaderClassName
{
color: #3F4A28;
}
.AnyTagClassName
{
color: #3F4A28;
}
</style>
background-color css
<style>
a { background-color: #3F4A28; }
a { background-color: rgb(63,74,40); }
div.DivClassName
{
background-color: #3F4A28;
}
.BgClassName
{
background-color: #3F4A28;
}
</style>
border-color css
<style>
span { border-color: #3F4A28; }
span { border-color: rgb(63,74,40); }
td.TdClassName
{
border-color: #3F4A28;
}
.TagClassName
{
border-color: #3F4A28;
}
</style>