Shades of Bronzetone #3F551D
Tints of Bronzetone #3F551D
RGB
CMYK
RGB Variations
Color information
#3F551D (or 0x3F551D) is known color: Bronzetone. HEX triplet: 3F, 55 and 1D. RGB value is (63,85,29). Sum of RGB (Red+Green+Blue) = 63+85+29=177 (23% of max value = 765). Red value is 63 (25% from 255 or 35.59% from 177); Green value is 85 (33.59% from 255 or 48.02% from 177); Blue value is 29 (11.72% from 255 or 16.38% from 177); Max value from RGB is 85 - color contains mainly: green. Hex color #3F551D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F551D is #C0AAE2. Grayscale: #484848. Windows color (decimal): -12626659 or 1922367. OLE color: 1922367.
HSL color Cylindrical-coordinate representation of color #3F551D: hue angle of 83.57º degrees, saturation: 0.49, 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 #3F551D is Cyan = 0.26, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 85 | 29 | - |
| CMYK | 0.26 | 0 | 0.66 | 0.67 |
| HSL | 83.57º | 0.49% | 0.22% | - |
| HSV(B) | 83.57º | 0.66% | 0.33% | - |
| XYZ | 5.52 | 7.64 | 2.35 | - |
| YUV | 72.04 | 103.71 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 85 | 29 | 0.26 | 0 | 0.66 | 0.67 | 83.57 | 0.49 | 0.22 |
| Hex | 3F | 55 | 1D | 1A | 0 | 42 | 43 | 54 | 31 | 16 |
| Octal | 77 | 125 | 35 | 32 | 0 | 102 | 103 | 124 | 61 | 26 |
| Binary | 111111 | 1010101 | 11101 | 11010 | 0 | 1000010 | 1000011 | 1010100 | 110001 | 10110 |
Color Harmonies of #3F551D
Complementary color
Monochromatic Colors of #3F551D
Black with #3F551D
Text Example
Text Example
White with #3F551D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F551D; }
p { color: rgb(63,85,29); }
H1.HeaderClassName
{
color: #3F551D;
}
.AnyTagClassName
{
color: #3F551D;
}
</style>
background-color css
<style>
a { background-color: #3F551D; }
a { background-color: rgb(63,85,29); }
div.DivClassName
{
background-color: #3F551D;
}
.BgClassName
{
background-color: #3F551D;
}
</style>
border-color css
<style>
span { border-color: #3F551D; }
span { border-color: rgb(63,85,29); }
td.TdClassName
{
border-color: #3F551D;
}
.TagClassName
{
border-color: #3F551D;
}
</style>