Shades of Deep Bronze #483D2B
Tints of Deep Bronze #483D2B
RGB
CMYK
RGB Variations
Color information
#483D2B (or 0x483D2B) is known color: Deep Bronze. HEX triplet: 48, 3D and 2B. RGB value is (72,61,43). Sum of RGB (Red+Green+Blue) = 72+61+43=176 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.91% from 176); Green value is 61 (24.22% from 255 or 34.66% from 176); Blue value is 43 (17.19% from 255 or 24.43% from 176); Max value from RGB is 72 - color contains mainly: red. Hex color #483D2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483D2B is #B7C2D4. Grayscale: #3E3E3E. Windows color (decimal): -12042965 or 2833736. OLE color: 2833736.
HSL color Cylindrical-coordinate representation of color #483D2B: hue angle of 37.24º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #483D2B is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 61 | 43 | - |
| CMYK | 0 | 0.15 | 0.40 | 0.72 |
| HSL | 37.24º | 0.25% | 0.23% | - |
| HSV(B) | 37.24º | 0.4% | 0.28% | - |
| XYZ | 4.78 | 4.89 | 2.98 | - |
| YUV | 62.24 | 117.14 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 61 | 43 | 0 | 0.15 | 0.40 | 0.72 | 37.24 | 0.25 | 0.23 |
| Hex | 48 | 3D | 2B | 0 | F | 28 | 48 | 25 | 19 | 17 |
| Octal | 110 | 75 | 53 | 0 | 17 | 50 | 110 | 45 | 31 | 27 |
| Binary | 1001000 | 111101 | 101011 | 0 | 1111 | 101000 | 1001000 | 100101 | 11001 | 10111 |
Color Harmonies of #483D2B
Complementary color
Monochromatic Colors of #483D2B
Black with #483D2B
Text Example
Text Example
White with #483D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483D2B; }
p { color: rgb(72,61,43); }
H1.HeaderClassName
{
color: #483D2B;
}
.AnyTagClassName
{
color: #483D2B;
}
</style>
background-color css
<style>
a { background-color: #483D2B; }
a { background-color: rgb(72,61,43); }
div.DivClassName
{
background-color: #483D2B;
}
.BgClassName
{
background-color: #483D2B;
}
</style>
border-color css
<style>
span { border-color: #483D2B; }
span { border-color: rgb(72,61,43); }
td.TdClassName
{
border-color: #483D2B;
}
.TagClassName
{
border-color: #483D2B;
}
</style>