Shades of Mandarian Orange #872923
Tints of Mandarian Orange #872923
RGB
CMYK
RGB Variations
Color information
#872923 (or 0x872923) is known color: Mandarian Orange. HEX triplet: 87, 29 and 23. RGB value is (135,41,35). Sum of RGB (Red+Green+Blue) = 135+41+35=211 (27% of max value = 765). Red value is 135 (53.12% from 255 or 63.98% from 211); Green value is 41 (16.41% from 255 or 19.43% from 211); Blue value is 35 (14.06% from 255 or 16.59% from 211); Max value from RGB is 135 - color contains mainly: red. Hex color #872923 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872923 is #78D6DC. Grayscale: #444444. Windows color (decimal): -7919325 or 2304391. OLE color: 2304391.
HSL color Cylindrical-coordinate representation of color #872923: hue angle of 3.6º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #872923 is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 41 | 35 | - |
| CMYK | 0 | 0.70 | 0.74 | 0.47 |
| HSL | 3.6º | 0.59% | 0.33% | - |
| HSV(B) | 3.6º | 0.74% | 0.53% | - |
| XYZ | 11.09 | 6.86 | 2.33 | - |
| YUV | 68.42 | 109.14 | 175.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 41 | 35 | 0 | 0.70 | 0.74 | 0.47 | 3.6 | 0.59 | 0.33 |
| Hex | 87 | 29 | 23 | 0 | 46 | 4A | 2F | 4 | 3B | 21 |
| Octal | 207 | 51 | 43 | 0 | 106 | 112 | 57 | 4 | 73 | 41 |
| Binary | 10000111 | 101001 | 100011 | 0 | 1000110 | 1001010 | 101111 | 100 | 111011 | 100001 |
Color Harmonies of #872923
Complementary color
Monochromatic Colors of #872923
Black with #872923
Text Example
Text Example
White with #872923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872923; }
p { color: rgb(135,41,35); }
H1.HeaderClassName
{
color: #872923;
}
.AnyTagClassName
{
color: #872923;
}
</style>
background-color css
<style>
a { background-color: #872923; }
a { background-color: rgb(135,41,35); }
div.DivClassName
{
background-color: #872923;
}
.BgClassName
{
background-color: #872923;
}
</style>
border-color css
<style>
span { border-color: #872923; }
span { border-color: rgb(135,41,35); }
td.TdClassName
{
border-color: #872923;
}
.TagClassName
{
border-color: #872923;
}
</style>