Shades of Dell #39671D
Tints of Dell #39671D
RGB
CMYK
RGB Variations
Color information
#39671D (or 0x39671D) is known color: Dell. HEX triplet: 39, 67 and 1D. RGB value is (57,103,29). Sum of RGB (Red+Green+Blue) = 57+103+29=189 (25% of max value = 765). Red value is 57 (22.66% from 255 or 30.16% from 189); Green value is 103 (40.62% from 255 or 54.50% from 189); Blue value is 29 (11.72% from 255 or 15.34% from 189); Max value from RGB is 103 - color contains mainly: green. Hex color #39671D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39671D is #C698E2. Grayscale: #515151. Windows color (decimal): -13015267 or 1926969. OLE color: 1926969.
HSL color Cylindrical-coordinate representation of color #39671D: hue angle of 97.3º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #39671D is Cyan = 0.45, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 57 | 103 | 29 | - |
| CMYK | 0.45 | 0 | 0.72 | 0.60 |
| HSL | 97.3º | 0.56% | 0.26% | - |
| HSV(B) | 97.3º | 0.72% | 0.4% | - |
| XYZ | 6.76 | 10.66 | 2.86 | - |
| YUV | 80.81 | 98.76 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 103 | 29 | 0.45 | 0 | 0.72 | 0.60 | 97.3 | 0.56 | 0.26 |
| Hex | 39 | 67 | 1D | 2D | 0 | 48 | 3C | 61 | 38 | 1A |
| Octal | 71 | 147 | 35 | 55 | 0 | 110 | 74 | 141 | 70 | 32 |
| Binary | 111001 | 1100111 | 11101 | 101101 | 0 | 1001000 | 111100 | 1100001 | 111000 | 11010 |
Color Harmonies of #39671D
Complementary color
Monochromatic Colors of #39671D
Black with #39671D
Text Example
Text Example
White with #39671D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39671D; }
p { color: rgb(57,103,29); }
H1.HeaderClassName
{
color: #39671D;
}
.AnyTagClassName
{
color: #39671D;
}
</style>
background-color css
<style>
a { background-color: #39671D; }
a { background-color: rgb(57,103,29); }
div.DivClassName
{
background-color: #39671D;
}
.BgClassName
{
background-color: #39671D;
}
</style>
border-color css
<style>
span { border-color: #39671D; }
span { border-color: rgb(57,103,29); }
td.TdClassName
{
border-color: #39671D;
}
.TagClassName
{
border-color: #39671D;
}
</style>