Shades of Bronzetone #3A521A
Tints of Bronzetone #3A521A
RGB
CMYK
RGB Variations
Color information
#3A521A (or 0x3A521A) is known color: Bronzetone. HEX triplet: 3A, 52 and 1A. RGB value is (58,82,26). Sum of RGB (Red+Green+Blue) = 58+82+26=166 (21% of max value = 765). Red value is 58 (23.05% from 255 or 34.94% from 166); Green value is 82 (32.42% from 255 or 49.40% from 166); Blue value is 26 (10.55% from 255 or 15.66% from 166); Max value from RGB is 82 - color contains mainly: green. Hex color #3A521A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A521A is #C5ADE5. Grayscale: #444444. Windows color (decimal): -12955110 or 1724986. OLE color: 1724986.
HSL color Cylindrical-coordinate representation of color #3A521A: hue angle of 85.71º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3A521A is Cyan = 0.29, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 58 | 82 | 26 | - |
| CMYK | 0.29 | 0 | 0.68 | 0.68 |
| HSL | 85.71º | 0.52% | 0.21% | - |
| HSV(B) | 85.71º | 0.68% | 0.32% | - |
| XYZ | 4.95 | 7.01 | 2.07 | - |
| YUV | 68.44 | 104.05 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 82 | 26 | 0.29 | 0 | 0.68 | 0.68 | 85.71 | 0.52 | 0.21 |
| Hex | 3A | 52 | 1A | 1D | 0 | 44 | 44 | 56 | 34 | 15 |
| Octal | 72 | 122 | 32 | 35 | 0 | 104 | 104 | 126 | 64 | 25 |
| Binary | 111010 | 1010010 | 11010 | 11101 | 0 | 1000100 | 1000100 | 1010110 | 110100 | 10101 |
Color Harmonies of #3A521A
Complementary color
Monochromatic Colors of #3A521A
Black with #3A521A
Text Example
Text Example
White with #3A521A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A521A; }
p { color: rgb(58,82,26); }
H1.HeaderClassName
{
color: #3A521A;
}
.AnyTagClassName
{
color: #3A521A;
}
</style>
background-color css
<style>
a { background-color: #3A521A; }
a { background-color: rgb(58,82,26); }
div.DivClassName
{
background-color: #3A521A;
}
.BgClassName
{
background-color: #3A521A;
}
</style>
border-color css
<style>
span { border-color: #3A521A; }
span { border-color: rgb(58,82,26); }
td.TdClassName
{
border-color: #3A521A;
}
.TagClassName
{
border-color: #3A521A;
}
</style>