Shades of Deep Bronze #483D2C
Tints of Deep Bronze #483D2C
RGB
CMYK
RGB Variations
Color information
#483D2C (or 0x483D2C) is known color: Deep Bronze. HEX triplet: 48, 3D and 2C. RGB value is (72,61,44). Sum of RGB (Red+Green+Blue) = 72+61+44=177 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.68% from 177); Green value is 61 (24.22% from 255 or 34.46% from 177); Blue value is 44 (17.58% from 255 or 24.86% from 177); Max value from RGB is 72 - color contains mainly: red. Hex color #483D2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483D2C is #B7C2D3. Grayscale: #3E3E3E. Windows color (decimal): -12042964 or 2899272. OLE color: 2899272.
HSL color Cylindrical-coordinate representation of color #483D2C: hue angle of 36.43º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #483D2C is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 61 | 44 | - |
| CMYK | 0 | 0.15 | 0.39 | 0.72 |
| HSL | 36.43º | 0.24% | 0.23% | - |
| HSV(B) | 36.43º | 0.39% | 0.28% | - |
| XYZ | 4.8 | 4.9 | 3.08 | - |
| YUV | 62.35 | 117.64 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 61 | 44 | 0 | 0.15 | 0.39 | 0.72 | 36.43 | 0.24 | 0.23 |
| Hex | 48 | 3D | 2C | 0 | F | 27 | 48 | 24 | 18 | 17 |
| Octal | 110 | 75 | 54 | 0 | 17 | 47 | 110 | 44 | 30 | 27 |
| Binary | 1001000 | 111101 | 101100 | 0 | 1111 | 100111 | 1001000 | 100100 | 11000 | 10111 |
Color Harmonies of #483D2C
Complementary color
Monochromatic Colors of #483D2C
Black with #483D2C
Text Example
Text Example
White with #483D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483D2C; }
p { color: rgb(72,61,44); }
H1.HeaderClassName
{
color: #483D2C;
}
.AnyTagClassName
{
color: #483D2C;
}
</style>
background-color css
<style>
a { background-color: #483D2C; }
a { background-color: rgb(72,61,44); }
div.DivClassName
{
background-color: #483D2C;
}
.BgClassName
{
background-color: #483D2C;
}
</style>
border-color css
<style>
span { border-color: #483D2C; }
span { border-color: rgb(72,61,44); }
td.TdClassName
{
border-color: #483D2C;
}
.TagClassName
{
border-color: #483D2C;
}
</style>