Shades of Dell #48672F
Tints of Dell #48672F
RGB
CMYK
RGB Variations
Color information
#48672F (or 0x48672F) is known color: Dell. HEX triplet: 48, 67 and 2F. RGB value is (72,103,47). Sum of RGB (Red+Green+Blue) = 72+103+47=222 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.43% from 222); Green value is 103 (40.62% from 255 or 46.40% from 222); Blue value is 47 (18.75% from 255 or 21.17% from 222); Max value from RGB is 103 - color contains mainly: green. Hex color #48672F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48672F is #B798D0. Grayscale: #575757. Windows color (decimal): -12032209 or 3106632. OLE color: 3106632.
HSL color Cylindrical-coordinate representation of color #48672F: hue angle of 93.21º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #48672F is Cyan = 0.30, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 72 | 103 | 47 | - |
| CMYK | 0.30 | 0 | 0.54 | 0.60 |
| HSL | 93.21º | 0.37% | 0.29% | - |
| HSV(B) | 93.21º | 0.54% | 0.4% | - |
| XYZ | 8.04 | 11.28 | 4.44 | - |
| YUV | 87.35 | 105.23 | 117.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 103 | 47 | 0.30 | 0 | 0.54 | 0.60 | 93.21 | 0.37 | 0.29 |
| Hex | 48 | 67 | 2F | 1E | 0 | 36 | 3C | 5D | 25 | 1D |
| Octal | 110 | 147 | 57 | 36 | 0 | 66 | 74 | 135 | 45 | 35 |
| Binary | 1001000 | 1100111 | 101111 | 11110 | 0 | 110110 | 111100 | 1011101 | 100101 | 11101 |
Color Harmonies of #48672F
Complementary color
Monochromatic Colors of #48672F
Black with #48672F
Text Example
Text Example
White with #48672F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48672F; }
p { color: rgb(72,103,47); }
H1.HeaderClassName
{
color: #48672F;
}
.AnyTagClassName
{
color: #48672F;
}
</style>
background-color css
<style>
a { background-color: #48672F; }
a { background-color: rgb(72,103,47); }
div.DivClassName
{
background-color: #48672F;
}
.BgClassName
{
background-color: #48672F;
}
</style>
border-color css
<style>
span { border-color: #48672F; }
span { border-color: rgb(72,103,47); }
td.TdClassName
{
border-color: #48672F;
}
.TagClassName
{
border-color: #48672F;
}
</style>