Shades of Dell #48643B
Tints of Dell #48643B
RGB
CMYK
RGB Variations
Color information
#48643B (or 0x48643B) is known color: Dell. HEX triplet: 48, 64 and 3B. RGB value is (72,100,59). Sum of RGB (Red+Green+Blue) = 72+100+59=231 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.17% from 231); Green value is 100 (39.45% from 255 or 43.29% from 231); Blue value is 59 (23.44% from 255 or 25.54% from 231); Max value from RGB is 100 - color contains mainly: green. Hex color #48643B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48643B is #B79BC4. Grayscale: #575757. Windows color (decimal): -12032965 or 3892296. OLE color: 3892296.
HSL color Cylindrical-coordinate representation of color #48643B: hue angle of 100.98º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #48643B is Cyan = 0.28, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 72 | 100 | 59 | - |
| CMYK | 0.28 | 0 | 0.41 | 0.61 |
| HSL | 100.98º | 0.26% | 0.31% | - |
| HSV(B) | 100.98º | 0.41% | 0.39% | - |
| XYZ | 8.02 | 10.81 | 5.8 | - |
| YUV | 86.95 | 112.22 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 100 | 59 | 0.28 | 0 | 0.41 | 0.61 | 100.98 | 0.26 | 0.31 |
| Hex | 48 | 64 | 3B | 1C | 0 | 29 | 3D | 65 | 1A | 1F |
| Octal | 110 | 144 | 73 | 34 | 0 | 51 | 75 | 145 | 32 | 37 |
| Binary | 1001000 | 1100100 | 111011 | 11100 | 0 | 101001 | 111101 | 1100101 | 11010 | 11111 |
Color Harmonies of #48643B
Complementary color
Monochromatic Colors of #48643B
Black with #48643B
Text Example
Text Example
White with #48643B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48643B; }
p { color: rgb(72,100,59); }
H1.HeaderClassName
{
color: #48643B;
}
.AnyTagClassName
{
color: #48643B;
}
</style>
background-color css
<style>
a { background-color: #48643B; }
a { background-color: rgb(72,100,59); }
div.DivClassName
{
background-color: #48643B;
}
.BgClassName
{
background-color: #48643B;
}
</style>
border-color css
<style>
span { border-color: #48643B; }
span { border-color: rgb(72,100,59); }
td.TdClassName
{
border-color: #48643B;
}
.TagClassName
{
border-color: #48643B;
}
</style>