Shades of Deep Bronze #4F3D28
Tints of Deep Bronze #4F3D28
RGB
CMYK
RGB Variations
Color information
#4F3D28 (or 0x4F3D28) is known color: Deep Bronze. HEX triplet: 4F, 3D and 28. RGB value is (79,61,40). Sum of RGB (Red+Green+Blue) = 79+61+40=180 (23% of max value = 765). Red value is 79 (31.25% from 255 or 43.89% from 180); Green value is 61 (24.22% from 255 or 33.89% from 180); Blue value is 40 (16.02% from 255 or 22.22% from 180); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3D28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3D28 is #B0C2D7. Grayscale: #404040. Windows color (decimal): -11584216 or 2637135. OLE color: 2637135.
HSL color Cylindrical-coordinate representation of color #4F3D28: hue angle of 32.31º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4F3D28 is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 61 | 40 | - |
| CMYK | 0 | 0.23 | 0.49 | 0.69 |
| HSL | 32.31º | 0.33% | 0.23% | - |
| HSV(B) | 32.31º | 0.49% | 0.31% | - |
| XYZ | 5.28 | 5.15 | 2.72 | - |
| YUV | 63.99 | 114.46 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 61 | 40 | 0 | 0.23 | 0.49 | 0.69 | 32.31 | 0.33 | 0.23 |
| Hex | 4F | 3D | 28 | 0 | 17 | 31 | 45 | 20 | 21 | 17 |
| Octal | 117 | 75 | 50 | 0 | 27 | 61 | 105 | 40 | 41 | 27 |
| Binary | 1001111 | 111101 | 101000 | 0 | 10111 | 110001 | 1000101 | 100000 | 100001 | 10111 |
Color Harmonies of #4F3D28
Complementary color
Monochromatic Colors of #4F3D28
Black with #4F3D28
Text Example
Text Example
White with #4F3D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3D28; }
p { color: rgb(79,61,40); }
H1.HeaderClassName
{
color: #4F3D28;
}
.AnyTagClassName
{
color: #4F3D28;
}
</style>
background-color css
<style>
a { background-color: #4F3D28; }
a { background-color: rgb(79,61,40); }
div.DivClassName
{
background-color: #4F3D28;
}
.BgClassName
{
background-color: #4F3D28;
}
</style>
border-color css
<style>
span { border-color: #4F3D28; }
span { border-color: rgb(79,61,40); }
td.TdClassName
{
border-color: #4F3D28;
}
.TagClassName
{
border-color: #4F3D28;
}
</style>