Shades of Dell #48673A
Tints of Dell #48673A
RGB
CMYK
RGB Variations
Color information
#48673A (or 0x48673A) is known color: Dell. HEX triplet: 48, 67 and 3A. RGB value is (72,103,58). Sum of RGB (Red+Green+Blue) = 72+103+58=233 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.90% from 233); Green value is 103 (40.62% from 255 or 44.21% from 233); Blue value is 58 (23.05% from 255 or 24.89% from 233); Max value from RGB is 103 - color contains mainly: green. Hex color #48673A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48673A is #B798C5. Grayscale: #585858. Windows color (decimal): -12032198 or 3827528. OLE color: 3827528.
HSL color Cylindrical-coordinate representation of color #48673A: hue angle of 101.33º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #48673A is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 72 | 103 | 58 | - |
| CMYK | 0.30 | 0 | 0.44 | 0.60 |
| HSL | 101.33º | 0.28% | 0.32% | - |
| HSV(B) | 101.33º | 0.44% | 0.4% | - |
| XYZ | 8.29 | 11.38 | 5.76 | - |
| YUV | 88.6 | 110.73 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 103 | 58 | 0.30 | 0 | 0.44 | 0.60 | 101.33 | 0.28 | 0.32 |
| Hex | 48 | 67 | 3A | 1E | 0 | 2C | 3C | 65 | 1C | 20 |
| Octal | 110 | 147 | 72 | 36 | 0 | 54 | 74 | 145 | 34 | 40 |
| Binary | 1001000 | 1100111 | 111010 | 11110 | 0 | 101100 | 111100 | 1100101 | 11100 | 100000 |
Color Harmonies of #48673A
Complementary color
Monochromatic Colors of #48673A
Black with #48673A
Text Example
Text Example
White with #48673A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48673A; }
p { color: rgb(72,103,58); }
H1.HeaderClassName
{
color: #48673A;
}
.AnyTagClassName
{
color: #48673A;
}
</style>
background-color css
<style>
a { background-color: #48673A; }
a { background-color: rgb(72,103,58); }
div.DivClassName
{
background-color: #48673A;
}
.BgClassName
{
background-color: #48673A;
}
</style>
border-color css
<style>
span { border-color: #48673A; }
span { border-color: rgb(72,103,58); }
td.TdClassName
{
border-color: #48673A;
}
.TagClassName
{
border-color: #48673A;
}
</style>