Shades of Mandarian Orange #8B2417
Tints of Mandarian Orange #8B2417
RGB
CMYK
RGB Variations
Color information
#8B2417 (or 0x8B2417) is known color: Mandarian Orange. HEX triplet: 8B, 24 and 17. RGB value is (139,36,23). Sum of RGB (Red+Green+Blue) = 139+36+23=198 (26% of max value = 765). Red value is 139 (54.69% from 255 or 70.20% from 198); Green value is 36 (14.45% from 255 or 18.18% from 198); Blue value is 23 (9.38% from 255 or 11.62% from 198); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2417 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B2417 is #74DBE8. Grayscale: #414141. Windows color (decimal): -7658473 or 1516683. OLE color: 1516683.
HSL color Cylindrical-coordinate representation of color #8B2417: hue angle of 6.72º 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 #8B2417 is Cyan = 0, Magento = 0.74, Yellow = 0.83 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 36 | 23 | - |
| CMYK | 0 | 0.74 | 0.83 | 0.45 |
| HSL | 6.72º | 0.72% | 0.32% | - |
| HSV(B) | 6.72º | 0.83% | 0.55% | - |
| XYZ | 11.43 | 6.81 | 1.52 | - |
| YUV | 65.32 | 104.12 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 36 | 23 | 0 | 0.74 | 0.83 | 0.45 | 6.72 | 0.72 | 0.32 |
| Hex | 8B | 24 | 17 | 0 | 4A | 53 | 2D | 7 | 48 | 20 |
| Octal | 213 | 44 | 27 | 0 | 112 | 123 | 55 | 7 | 110 | 40 |
| Binary | 10001011 | 100100 | 10111 | 0 | 1001010 | 1010011 | 101101 | 111 | 1001000 | 100000 |
Color Harmonies of #8B2417
Complementary color
Monochromatic Colors of #8B2417
Black with #8B2417
Text Example
Text Example
White with #8B2417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2417; }
p { color: rgb(139,36,23); }
H1.HeaderClassName
{
color: #8B2417;
}
.AnyTagClassName
{
color: #8B2417;
}
</style>
background-color css
<style>
a { background-color: #8B2417; }
a { background-color: rgb(139,36,23); }
div.DivClassName
{
background-color: #8B2417;
}
.BgClassName
{
background-color: #8B2417;
}
</style>
border-color css
<style>
span { border-color: #8B2417; }
span { border-color: rgb(139,36,23); }
td.TdClassName
{
border-color: #8B2417;
}
.TagClassName
{
border-color: #8B2417;
}
</style>