Shades of Bronzetone #3F482A
Tints of Bronzetone #3F482A
RGB
CMYK
RGB Variations
Color information
#3F482A (or 0x3F482A) is known color: Bronzetone. HEX triplet: 3F, 48 and 2A. RGB value is (63,72,42). Sum of RGB (Red+Green+Blue) = 63+72+42=177 (23% of max value = 765). Red value is 63 (25% from 255 or 35.59% from 177); Green value is 72 (28.52% from 255 or 40.68% from 177); Blue value is 42 (16.80% from 255 or 23.73% from 177); Max value from RGB is 72 - color contains mainly: green. Hex color #3F482A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F482A is #C0B7D5. Grayscale: #424242. Windows color (decimal): -12629974 or 2771007. OLE color: 2771007.
HSL color Cylindrical-coordinate representation of color #3F482A: hue angle of 78º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3F482A is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 63 | 72 | 42 | - |
| CMYK | 0.12 | 0 | 0.42 | 0.72 |
| HSL | 78º | 0.26% | 0.22% | - |
| HSV(B) | 78º | 0.42% | 0.28% | - |
| XYZ | 4.79 | 5.86 | 3.07 | - |
| YUV | 65.89 | 114.52 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 72 | 42 | 0.12 | 0 | 0.42 | 0.72 | 78 | 0.26 | 0.22 |
| Hex | 3F | 48 | 2A | C | 0 | 2A | 48 | 4E | 1A | 16 |
| Octal | 77 | 110 | 52 | 14 | 0 | 52 | 110 | 116 | 32 | 26 |
| Binary | 111111 | 1001000 | 101010 | 1100 | 0 | 101010 | 1001000 | 1001110 | 11010 | 10110 |
Color Harmonies of #3F482A
Complementary color
Monochromatic Colors of #3F482A
Black with #3F482A
Text Example
Text Example
White with #3F482A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F482A; }
p { color: rgb(63,72,42); }
H1.HeaderClassName
{
color: #3F482A;
}
.AnyTagClassName
{
color: #3F482A;
}
</style>
background-color css
<style>
a { background-color: #3F482A; }
a { background-color: rgb(63,72,42); }
div.DivClassName
{
background-color: #3F482A;
}
.BgClassName
{
background-color: #3F482A;
}
</style>
border-color css
<style>
span { border-color: #3F482A; }
span { border-color: rgb(63,72,42); }
td.TdClassName
{
border-color: #3F482A;
}
.TagClassName
{
border-color: #3F482A;
}
</style>