Shades of Dell #3A671B
Tints of Dell #3A671B
RGB
CMYK
RGB Variations
Color information
#3A671B (or 0x3A671B) is known color: Dell. HEX triplet: 3A, 67 and 1B. RGB value is (58,103,27). Sum of RGB (Red+Green+Blue) = 58+103+27=188 (24% of max value = 765). Red value is 58 (23.05% from 255 or 30.85% from 188); Green value is 103 (40.62% from 255 or 54.79% from 188); Blue value is 27 (10.94% from 255 or 14.36% from 188); Max value from RGB is 103 - color contains mainly: green. Hex color #3A671B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A671B is #C598E4. Grayscale: #515151. Windows color (decimal): -12949733 or 1795898. OLE color: 1795898.
HSL color Cylindrical-coordinate representation of color #3A671B: hue angle of 95.53º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A671B is Cyan = 0.44, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 58 | 103 | 27 | - |
| CMYK | 0.44 | 0 | 0.74 | 0.60 |
| HSL | 95.53º | 0.58% | 0.25% | - |
| HSV(B) | 95.53º | 0.74% | 0.4% | - |
| XYZ | 6.79 | 10.68 | 2.74 | - |
| YUV | 80.88 | 97.59 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 103 | 27 | 0.44 | 0 | 0.74 | 0.60 | 95.53 | 0.58 | 0.25 |
| Hex | 3A | 67 | 1B | 2C | 0 | 4A | 3C | 60 | 3A | 19 |
| Octal | 72 | 147 | 33 | 54 | 0 | 112 | 74 | 140 | 72 | 31 |
| Binary | 111010 | 1100111 | 11011 | 101100 | 0 | 1001010 | 111100 | 1100000 | 111010 | 11001 |
Color Harmonies of #3A671B
Complementary color
Monochromatic Colors of #3A671B
Black with #3A671B
Text Example
Text Example
White with #3A671B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A671B; }
p { color: rgb(58,103,27); }
H1.HeaderClassName
{
color: #3A671B;
}
.AnyTagClassName
{
color: #3A671B;
}
</style>
background-color css
<style>
a { background-color: #3A671B; }
a { background-color: rgb(58,103,27); }
div.DivClassName
{
background-color: #3A671B;
}
.BgClassName
{
background-color: #3A671B;
}
</style>
border-color css
<style>
span { border-color: #3A671B; }
span { border-color: rgb(58,103,27); }
td.TdClassName
{
border-color: #3A671B;
}
.TagClassName
{
border-color: #3A671B;
}
</style>