Shades of Bronzetone #3F4F23
Tints of Bronzetone #3F4F23
RGB
CMYK
RGB Variations
Color information
#3F4F23 (or 0x3F4F23) is known color: Bronzetone. HEX triplet: 3F, 4F and 23. RGB value is (63,79,35). Sum of RGB (Red+Green+Blue) = 63+79+35=177 (23% of max value = 765). Red value is 63 (25% from 255 or 35.59% from 177); Green value is 79 (31.25% from 255 or 44.63% from 177); Blue value is 35 (14.06% from 255 or 19.77% from 177); Max value from RGB is 79 - color contains mainly: green. Hex color #3F4F23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F4F23 is #C0B0DC. Grayscale: #454545. Windows color (decimal): -12628189 or 2314047. OLE color: 2314047.
HSL color Cylindrical-coordinate representation of color #3F4F23: hue angle of 81.82º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F4F23 is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 79 | 35 | - |
| CMYK | 0.20 | 0 | 0.56 | 0.69 |
| HSL | 81.82º | 0.39% | 0.22% | - |
| HSV(B) | 81.82º | 0.56% | 0.31% | - |
| XYZ | 5.15 | 6.77 | 2.63 | - |
| YUV | 69.2 | 108.7 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 79 | 35 | 0.20 | 0 | 0.56 | 0.69 | 81.82 | 0.39 | 0.22 |
| Hex | 3F | 4F | 23 | 14 | 0 | 38 | 45 | 52 | 27 | 16 |
| Octal | 77 | 117 | 43 | 24 | 0 | 70 | 105 | 122 | 47 | 26 |
| Binary | 111111 | 1001111 | 100011 | 10100 | 0 | 111000 | 1000101 | 1010010 | 100111 | 10110 |
Color Harmonies of #3F4F23
Complementary color
Monochromatic Colors of #3F4F23
Black with #3F4F23
Text Example
Text Example
White with #3F4F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4F23; }
p { color: rgb(63,79,35); }
H1.HeaderClassName
{
color: #3F4F23;
}
.AnyTagClassName
{
color: #3F4F23;
}
</style>
background-color css
<style>
a { background-color: #3F4F23; }
a { background-color: rgb(63,79,35); }
div.DivClassName
{
background-color: #3F4F23;
}
.BgClassName
{
background-color: #3F4F23;
}
</style>
border-color css
<style>
span { border-color: #3F4F23; }
span { border-color: rgb(63,79,35); }
td.TdClassName
{
border-color: #3F4F23;
}
.TagClassName
{
border-color: #3F4F23;
}
</style>