Shades of Bronzetone #3B531C
Tints of Bronzetone #3B531C
RGB
CMYK
RGB Variations
Color information
#3B531C (or 0x3B531C) is known color: Bronzetone. HEX triplet: 3B, 53 and 1C. RGB value is (59,83,28). Sum of RGB (Red+Green+Blue) = 59+83+28=170 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.71% from 170); Green value is 83 (32.81% from 255 or 48.82% from 170); Blue value is 28 (11.33% from 255 or 16.47% from 170); Max value from RGB is 83 - color contains mainly: green. Hex color #3B531C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B531C is #C4ACE3. Grayscale: #454545. Windows color (decimal): -12889316 or 1856315. OLE color: 1856315.
HSL color Cylindrical-coordinate representation of color #3B531C: hue angle of 86.18º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3B531C is Cyan = 0.29, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 59 | 83 | 28 | - |
| CMYK | 0.29 | 0 | 0.66 | 0.67 |
| HSL | 86.18º | 0.5% | 0.22% | - |
| HSV(B) | 86.18º | 0.66% | 0.33% | - |
| XYZ | 5.11 | 7.2 | 2.22 | - |
| YUV | 69.55 | 104.55 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 83 | 28 | 0.29 | 0 | 0.66 | 0.67 | 86.18 | 0.5 | 0.22 |
| Hex | 3B | 53 | 1C | 1D | 0 | 42 | 43 | 56 | 32 | 16 |
| Octal | 73 | 123 | 34 | 35 | 0 | 102 | 103 | 126 | 62 | 26 |
| Binary | 111011 | 1010011 | 11100 | 11101 | 0 | 1000010 | 1000011 | 1010110 | 110010 | 10110 |
Color Harmonies of #3B531C
Complementary color
Monochromatic Colors of #3B531C
Black with #3B531C
Text Example
Text Example
White with #3B531C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B531C; }
p { color: rgb(59,83,28); }
H1.HeaderClassName
{
color: #3B531C;
}
.AnyTagClassName
{
color: #3B531C;
}
</style>
background-color css
<style>
a { background-color: #3B531C; }
a { background-color: rgb(59,83,28); }
div.DivClassName
{
background-color: #3B531C;
}
.BgClassName
{
background-color: #3B531C;
}
</style>
border-color css
<style>
span { border-color: #3B531C; }
span { border-color: rgb(59,83,28); }
td.TdClassName
{
border-color: #3B531C;
}
.TagClassName
{
border-color: #3B531C;
}
</style>