Shades of Bronzetone #3F481E
Tints of Bronzetone #3F481E
RGB
CMYK
RGB Variations
Color information
#3F481E (or 0x3F481E) is known color: Bronzetone. HEX triplet: 3F, 48 and 1E. RGB value is (63,72,30). Sum of RGB (Red+Green+Blue) = 63+72+30=165 (21% of max value = 765). Red value is 63 (25% from 255 or 38.18% from 165); Green value is 72 (28.52% from 255 or 43.64% from 165); Blue value is 30 (12.11% from 255 or 18.18% from 165); Max value from RGB is 72 - color contains mainly: green. Hex color #3F481E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F481E is #C0B7E1. Grayscale: #404040. Windows color (decimal): -12629986 or 1984575. OLE color: 1984575.
HSL color Cylindrical-coordinate representation of color #3F481E: hue angle of 72.86º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3F481E is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 63 | 72 | 30 | - |
| CMYK | 0.12 | 0 | 0.58 | 0.72 |
| HSL | 72.86º | 0.41% | 0.2% | - |
| HSV(B) | 72.86º | 0.58% | 0.28% | - |
| XYZ | 4.6 | 5.79 | 2.1 | - |
| YUV | 64.52 | 108.52 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 72 | 30 | 0.12 | 0 | 0.58 | 0.72 | 72.86 | 0.41 | 0.2 |
| Hex | 3F | 48 | 1E | C | 0 | 3A | 48 | 49 | 29 | 14 |
| Octal | 77 | 110 | 36 | 14 | 0 | 72 | 110 | 111 | 51 | 24 |
| Binary | 111111 | 1001000 | 11110 | 1100 | 0 | 111010 | 1001000 | 1001001 | 101001 | 10100 |
Color Harmonies of #3F481E
Complementary color
Monochromatic Colors of #3F481E
Black with #3F481E
Text Example
Text Example
White with #3F481E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F481E; }
p { color: rgb(63,72,30); }
H1.HeaderClassName
{
color: #3F481E;
}
.AnyTagClassName
{
color: #3F481E;
}
</style>
background-color css
<style>
a { background-color: #3F481E; }
a { background-color: rgb(63,72,30); }
div.DivClassName
{
background-color: #3F481E;
}
.BgClassName
{
background-color: #3F481E;
}
</style>
border-color css
<style>
span { border-color: #3F481E; }
span { border-color: rgb(63,72,30); }
td.TdClassName
{
border-color: #3F481E;
}
.TagClassName
{
border-color: #3F481E;
}
</style>