Shades of Bronzetone #3F4E23
Tints of Bronzetone #3F4E23
RGB
CMYK
RGB Variations
Color information
#3F4E23 (or 0x3F4E23) is known color: Bronzetone. HEX triplet: 3F, 4E and 23. RGB value is (63,78,35). Sum of RGB (Red+Green+Blue) = 63+78+35=176 (23% of max value = 765). Red value is 63 (25% from 255 or 35.80% from 176); Green value is 78 (30.86% from 255 or 44.32% from 176); Blue value is 35 (14.06% from 255 or 19.89% from 176); Max value from RGB is 78 - color contains mainly: green. Hex color #3F4E23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F4E23 is #C0B1DC. Grayscale: #444444. Windows color (decimal): -12628445 or 2313791. OLE color: 2313791.
HSL color Cylindrical-coordinate representation of color #3F4E23: hue angle of 80.93º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3F4E23 is Cyan = 0.19, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 78 | 35 | - |
| CMYK | 0.19 | 0 | 0.55 | 0.69 |
| HSL | 80.93º | 0.38% | 0.22% | - |
| HSV(B) | 80.93º | 0.55% | 0.31% | - |
| XYZ | 5.08 | 6.63 | 2.6 | - |
| YUV | 68.61 | 109.03 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 78 | 35 | 0.19 | 0 | 0.55 | 0.69 | 80.93 | 0.38 | 0.22 |
| Hex | 3F | 4E | 23 | 13 | 0 | 37 | 45 | 51 | 26 | 16 |
| Octal | 77 | 116 | 43 | 23 | 0 | 67 | 105 | 121 | 46 | 26 |
| Binary | 111111 | 1001110 | 100011 | 10011 | 0 | 110111 | 1000101 | 1010001 | 100110 | 10110 |
Color Harmonies of #3F4E23
Complementary color
Monochromatic Colors of #3F4E23
Black with #3F4E23
Text Example
Text Example
White with #3F4E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4E23; }
p { color: rgb(63,78,35); }
H1.HeaderClassName
{
color: #3F4E23;
}
.AnyTagClassName
{
color: #3F4E23;
}
</style>
background-color css
<style>
a { background-color: #3F4E23; }
a { background-color: rgb(63,78,35); }
div.DivClassName
{
background-color: #3F4E23;
}
.BgClassName
{
background-color: #3F4E23;
}
</style>
border-color css
<style>
span { border-color: #3F4E23; }
span { border-color: rgb(63,78,35); }
td.TdClassName
{
border-color: #3F4E23;
}
.TagClassName
{
border-color: #3F4E23;
}
</style>