Shades of Bronzetone #3B4624
Tints of Bronzetone #3B4624
RGB
CMYK
RGB Variations
Color information
#3B4624 (or 0x3B4624) is known color: Bronzetone. HEX triplet: 3B, 46 and 24. RGB value is (59,70,36). Sum of RGB (Red+Green+Blue) = 59+70+36=165 (21% of max value = 765). Red value is 59 (23.44% from 255 or 35.76% from 165); Green value is 70 (27.73% from 255 or 42.42% from 165); Blue value is 36 (14.45% from 255 or 21.82% from 165); Max value from RGB is 70 - color contains mainly: green. Hex color #3B4624 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4624 is #C4B9DB. Grayscale: #3E3E3E. Windows color (decimal): -12892636 or 2377275. OLE color: 2377275.
HSL color Cylindrical-coordinate representation of color #3B4624: hue angle of 79.41º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3B4624 is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 59 | 70 | 36 | - |
| CMYK | 0.16 | 0 | 0.49 | 0.73 |
| HSL | 79.41º | 0.32% | 0.21% | - |
| HSV(B) | 79.41º | 0.49% | 0.27% | - |
| XYZ | 4.31 | 5.44 | 2.49 | - |
| YUV | 62.84 | 112.86 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 70 | 36 | 0.16 | 0 | 0.49 | 0.73 | 79.41 | 0.32 | 0.21 |
| Hex | 3B | 46 | 24 | 10 | 0 | 31 | 49 | 4F | 20 | 15 |
| Octal | 73 | 106 | 44 | 20 | 0 | 61 | 111 | 117 | 40 | 25 |
| Binary | 111011 | 1000110 | 100100 | 10000 | 0 | 110001 | 1001001 | 1001111 | 100000 | 10101 |
Color Harmonies of #3B4624
Complementary color
Monochromatic Colors of #3B4624
Black with #3B4624
Text Example
Text Example
White with #3B4624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4624; }
p { color: rgb(59,70,36); }
H1.HeaderClassName
{
color: #3B4624;
}
.AnyTagClassName
{
color: #3B4624;
}
</style>
background-color css
<style>
a { background-color: #3B4624; }
a { background-color: rgb(59,70,36); }
div.DivClassName
{
background-color: #3B4624;
}
.BgClassName
{
background-color: #3B4624;
}
</style>
border-color css
<style>
span { border-color: #3B4624; }
span { border-color: rgb(59,70,36); }
td.TdClassName
{
border-color: #3B4624;
}
.TagClassName
{
border-color: #3B4624;
}
</style>