Shades of Bronzetone #484F32
Tints of Bronzetone #484F32
RGB
CMYK
RGB Variations
Color information
#484F32 (or 0x484F32) is known color: Bronzetone. HEX triplet: 48, 4F and 32. RGB value is (72,79,50). Sum of RGB (Red+Green+Blue) = 72+79+50=201 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.82% from 201); Green value is 79 (31.25% from 255 or 39.30% from 201); Blue value is 50 (19.92% from 255 or 24.88% from 201); Max value from RGB is 79 - color contains mainly: green. Hex color #484F32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #484F32 is #B7B0CD. Grayscale: #494949. Windows color (decimal): -12038350 or 3297096. OLE color: 3297096.
HSL color Cylindrical-coordinate representation of color #484F32: hue angle of 74.48º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #484F32 is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 72 | 79 | 50 | - |
| CMYK | 0.09 | 0 | 0.37 | 0.69 |
| HSL | 74.48º | 0.22% | 0.25% | - |
| HSV(B) | 74.48º | 0.37% | 0.31% | - |
| XYZ | 6.04 | 7.2 | 4.09 | - |
| YUV | 73.6 | 114.68 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 79 | 50 | 0.09 | 0 | 0.37 | 0.69 | 74.48 | 0.22 | 0.25 |
| Hex | 48 | 4F | 32 | 9 | 0 | 25 | 45 | 4A | 16 | 19 |
| Octal | 110 | 117 | 62 | 11 | 0 | 45 | 105 | 112 | 26 | 31 |
| Binary | 1001000 | 1001111 | 110010 | 1001 | 0 | 100101 | 1000101 | 1001010 | 10110 | 11001 |
Color Harmonies of #484F32
Complementary color
Monochromatic Colors of #484F32
Black with #484F32
Text Example
Text Example
White with #484F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484F32; }
p { color: rgb(72,79,50); }
H1.HeaderClassName
{
color: #484F32;
}
.AnyTagClassName
{
color: #484F32;
}
</style>
background-color css
<style>
a { background-color: #484F32; }
a { background-color: rgb(72,79,50); }
div.DivClassName
{
background-color: #484F32;
}
.BgClassName
{
background-color: #484F32;
}
</style>
border-color css
<style>
span { border-color: #484F32; }
span { border-color: rgb(72,79,50); }
td.TdClassName
{
border-color: #484F32;
}
.TagClassName
{
border-color: #484F32;
}
</style>