Shades of Mandarian Orange #8B2017
Tints of Mandarian Orange #8B2017
RGB
CMYK
RGB Variations
Color information
#8B2017 (or 0x8B2017) is known color: Mandarian Orange. HEX triplet: 8B, 20 and 17. RGB value is (139,32,23). Sum of RGB (Red+Green+Blue) = 139+32+23=194 (25% of max value = 765). Red value is 139 (54.69% from 255 or 71.65% from 194); Green value is 32 (12.89% from 255 or 16.49% from 194); Blue value is 23 (9.38% from 255 or 11.86% from 194); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2017 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B2017 is #74DFE8. Grayscale: #3F3F3F. Windows color (decimal): -7659497 or 1515659. OLE color: 1515659.
HSL color Cylindrical-coordinate representation of color #8B2017: hue angle of 4.66º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8B2017 is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 32 | 23 | - |
| CMYK | 0 | 0.77 | 0.83 | 0.45 |
| HSL | 4.66º | 0.72% | 0.32% | - |
| HSV(B) | 4.66º | 0.83% | 0.55% | - |
| XYZ | 11.32 | 6.58 | 1.48 | - |
| YUV | 62.97 | 105.45 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 32 | 23 | 0 | 0.77 | 0.83 | 0.45 | 4.66 | 0.72 | 0.32 |
| Hex | 8B | 20 | 17 | 0 | 4D | 53 | 2D | 5 | 48 | 20 |
| Octal | 213 | 40 | 27 | 0 | 115 | 123 | 55 | 5 | 110 | 40 |
| Binary | 10001011 | 100000 | 10111 | 0 | 1001101 | 1010011 | 101101 | 101 | 1001000 | 100000 |
Color Harmonies of #8B2017
Complementary color
Monochromatic Colors of #8B2017
Black with #8B2017
Text Example
Text Example
White with #8B2017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2017; }
p { color: rgb(139,32,23); }
H1.HeaderClassName
{
color: #8B2017;
}
.AnyTagClassName
{
color: #8B2017;
}
</style>
background-color css
<style>
a { background-color: #8B2017; }
a { background-color: rgb(139,32,23); }
div.DivClassName
{
background-color: #8B2017;
}
.BgClassName
{
background-color: #8B2017;
}
</style>
border-color css
<style>
span { border-color: #8B2017; }
span { border-color: rgb(139,32,23); }
td.TdClassName
{
border-color: #8B2017;
}
.TagClassName
{
border-color: #8B2017;
}
</style>