Shades of Bronzetone #484F2D
Tints of Bronzetone #484F2D
RGB
CMYK
RGB Variations
Color information
#484F2D (or 0x484F2D) is known color: Bronzetone. HEX triplet: 48, 4F and 2D. RGB value is (72,79,45). Sum of RGB (Red+Green+Blue) = 72+79+45=196 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.73% from 196); Green value is 79 (31.25% from 255 or 40.31% from 196); Blue value is 45 (17.97% from 255 or 22.96% from 196); Max value from RGB is 79 - color contains mainly: green. Hex color #484F2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #484F2D is #B7B0D2. Grayscale: #494949. Windows color (decimal): -12038355 or 2969416. OLE color: 2969416.
HSL color Cylindrical-coordinate representation of color #484F2D: hue angle of 72.35º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #484F2D is Cyan = 0.09, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 72 | 79 | 45 | - |
| CMYK | 0.09 | 0 | 0.43 | 0.69 |
| HSL | 72.35º | 0.27% | 0.24% | - |
| HSV(B) | 72.35º | 0.43% | 0.31% | - |
| XYZ | 5.94 | 7.16 | 3.55 | - |
| YUV | 73.03 | 112.18 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 79 | 45 | 0.09 | 0 | 0.43 | 0.69 | 72.35 | 0.27 | 0.24 |
| Hex | 48 | 4F | 2D | 9 | 0 | 2B | 45 | 48 | 1B | 18 |
| Octal | 110 | 117 | 55 | 11 | 0 | 53 | 105 | 110 | 33 | 30 |
| Binary | 1001000 | 1001111 | 101101 | 1001 | 0 | 101011 | 1000101 | 1001000 | 11011 | 11000 |
Color Harmonies of #484F2D
Complementary color
Monochromatic Colors of #484F2D
Black with #484F2D
Text Example
Text Example
White with #484F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484F2D; }
p { color: rgb(72,79,45); }
H1.HeaderClassName
{
color: #484F2D;
}
.AnyTagClassName
{
color: #484F2D;
}
</style>
background-color css
<style>
a { background-color: #484F2D; }
a { background-color: rgb(72,79,45); }
div.DivClassName
{
background-color: #484F2D;
}
.BgClassName
{
background-color: #484F2D;
}
</style>
border-color css
<style>
span { border-color: #484F2D; }
span { border-color: rgb(72,79,45); }
td.TdClassName
{
border-color: #484F2D;
}
.TagClassName
{
border-color: #484F2D;
}
</style>