Shades of Dell #32610D
Tints of Dell #32610D
RGB
CMYK
RGB Variations
Color information
#32610D (or 0x32610D) is known color: Dell. HEX triplet: 32, 61 and 0D. RGB value is (50,97,13). Sum of RGB (Red+Green+Blue) = 50+97+13=160 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.25% from 160); Green value is 97 (38.28% from 255 or 60.62% from 160); Blue value is 13 (5.47% from 255 or 8.12% from 160); Max value from RGB is 97 - color contains mainly: green. Hex color #32610D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #32610D is #CD9EF2. Grayscale: #494949. Windows color (decimal): -13475571 or 876850. OLE color: 876850.
HSL color Cylindrical-coordinate representation of color #32610D: hue angle of 93.57º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #32610D is Cyan = 0.48, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 50 | 97 | 13 | - |
| CMYK | 0.48 | 0 | 0.87 | 0.62 |
| HSL | 93.57º | 0.76% | 0.22% | - |
| HSV(B) | 93.57º | 0.87% | 0.38% | - |
| XYZ | 5.66 | 9.26 | 1.87 | - |
| YUV | 73.37 | 93.93 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 97 | 13 | 0.48 | 0 | 0.87 | 0.62 | 93.57 | 0.76 | 0.22 |
| Hex | 32 | 61 | D | 30 | 0 | 57 | 3E | 5E | 4C | 16 |
| Octal | 62 | 141 | 15 | 60 | 0 | 127 | 76 | 136 | 114 | 26 |
| Binary | 110010 | 1100001 | 1101 | 110000 | 0 | 1010111 | 111110 | 1011110 | 1001100 | 10110 |
Color Harmonies of #32610D
Complementary color
Monochromatic Colors of #32610D
Black with #32610D
Text Example
Text Example
White with #32610D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32610D; }
p { color: rgb(50,97,13); }
H1.HeaderClassName
{
color: #32610D;
}
.AnyTagClassName
{
color: #32610D;
}
</style>
background-color css
<style>
a { background-color: #32610D; }
a { background-color: rgb(50,97,13); }
div.DivClassName
{
background-color: #32610D;
}
.BgClassName
{
background-color: #32610D;
}
</style>
border-color css
<style>
span { border-color: #32610D; }
span { border-color: rgb(50,97,13); }
td.TdClassName
{
border-color: #32610D;
}
.TagClassName
{
border-color: #32610D;
}
</style>