Shades of Mandarian Orange #892C2A
Tints of Mandarian Orange #892C2A
RGB
CMYK
RGB Variations
Color information
#892C2A (or 0x892C2A) is known color: Mandarian Orange. HEX triplet: 89, 2C and 2A. RGB value is (137,44,42). Sum of RGB (Red+Green+Blue) = 137+44+42=223 (29% of max value = 765). Red value is 137 (53.91% from 255 or 61.43% from 223); Green value is 44 (17.58% from 255 or 19.73% from 223); Blue value is 42 (16.80% from 255 or 18.83% from 223); Max value from RGB is 137 - color contains mainly: red. Hex color #892C2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892C2A is #76D3D5. Grayscale: #474747. Windows color (decimal): -7787478 or 2763913. OLE color: 2763913.
HSL color Cylindrical-coordinate representation of color #892C2A: hue angle of 1.26º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #892C2A is Cyan = 0, Magento = 0.68, Yellow = 0.69 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 44 | 42 | - |
| CMYK | 0 | 0.68 | 0.69 | 0.46 |
| HSL | 1.26º | 0.53% | 0.35% | - |
| HSV(B) | 1.26º | 0.69% | 0.54% | - |
| XYZ | 11.64 | 7.29 | 2.98 | - |
| YUV | 71.58 | 111.31 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 44 | 42 | 0 | 0.68 | 0.69 | 0.46 | 1.26 | 0.53 | 0.35 |
| Hex | 89 | 2C | 2A | 0 | 44 | 45 | 2E | 1 | 35 | 23 |
| Octal | 211 | 54 | 52 | 0 | 104 | 105 | 56 | 1 | 65 | 43 |
| Binary | 10001001 | 101100 | 101010 | 0 | 1000100 | 1000101 | 101110 | 1 | 110101 | 100011 |
Color Harmonies of #892C2A
Complementary color
Monochromatic Colors of #892C2A
Black with #892C2A
Text Example
Text Example
White with #892C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892C2A; }
p { color: rgb(137,44,42); }
H1.HeaderClassName
{
color: #892C2A;
}
.AnyTagClassName
{
color: #892C2A;
}
</style>
background-color css
<style>
a { background-color: #892C2A; }
a { background-color: rgb(137,44,42); }
div.DivClassName
{
background-color: #892C2A;
}
.BgClassName
{
background-color: #892C2A;
}
</style>
border-color css
<style>
span { border-color: #892C2A; }
span { border-color: rgb(137,44,42); }
td.TdClassName
{
border-color: #892C2A;
}
.TagClassName
{
border-color: #892C2A;
}
</style>