Shades of Dell #3A611F
Tints of Dell #3A611F
RGB
CMYK
RGB Variations
Color information
#3A611F (or 0x3A611F) is known color: Dell. HEX triplet: 3A, 61 and 1F. RGB value is (58,97,31). Sum of RGB (Red+Green+Blue) = 58+97+31=186 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.18% from 186); Green value is 97 (38.28% from 255 or 52.15% from 186); Blue value is 31 (12.5% from 255 or 16.67% from 186); Max value from RGB is 97 - color contains mainly: green. Hex color #3A611F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A611F is #C59EE0. Grayscale: #4E4E4E. Windows color (decimal): -12951265 or 2056506. OLE color: 2056506.
HSL color Cylindrical-coordinate representation of color #3A611F: hue angle of 95.45º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3A611F is Cyan = 0.40, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 58 | 97 | 31 | - |
| CMYK | 0.40 | 0 | 0.68 | 0.62 |
| HSL | 95.45º | 0.52% | 0.25% | - |
| HSV(B) | 95.45º | 0.68% | 0.38% | - |
| XYZ | 6.27 | 9.55 | 2.81 | - |
| YUV | 77.82 | 101.58 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 97 | 31 | 0.40 | 0 | 0.68 | 0.62 | 95.45 | 0.52 | 0.25 |
| Hex | 3A | 61 | 1F | 28 | 0 | 44 | 3E | 5F | 34 | 19 |
| Octal | 72 | 141 | 37 | 50 | 0 | 104 | 76 | 137 | 64 | 31 |
| Binary | 111010 | 1100001 | 11111 | 101000 | 0 | 1000100 | 111110 | 1011111 | 110100 | 11001 |
Color Harmonies of #3A611F
Complementary color
Monochromatic Colors of #3A611F
Black with #3A611F
Text Example
Text Example
White with #3A611F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A611F; }
p { color: rgb(58,97,31); }
H1.HeaderClassName
{
color: #3A611F;
}
.AnyTagClassName
{
color: #3A611F;
}
</style>
background-color css
<style>
a { background-color: #3A611F; }
a { background-color: rgb(58,97,31); }
div.DivClassName
{
background-color: #3A611F;
}
.BgClassName
{
background-color: #3A611F;
}
</style>
border-color css
<style>
span { border-color: #3A611F; }
span { border-color: rgb(58,97,31); }
td.TdClassName
{
border-color: #3A611F;
}
.TagClassName
{
border-color: #3A611F;
}
</style>