Shades of Mandarian Orange #922512
Tints of Mandarian Orange #922512
RGB
CMYK
RGB Variations
Color information
#922512 (or 0x922512) is known color: Mandarian Orange. HEX triplet: 92, 25 and 12. RGB value is (146,37,18). Sum of RGB (Red+Green+Blue) = 146+37+18=201 (26% of max value = 765). Red value is 146 (57.42% from 255 or 72.64% from 201); Green value is 37 (14.84% from 255 or 18.41% from 201); Blue value is 18 (7.42% from 255 or 8.96% from 201); Max value from RGB is 146 - color contains mainly: red. Hex color #922512 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #922512 is #6DDAED. Grayscale: #434343. Windows color (decimal): -7199470 or 1189266. OLE color: 1189266.
HSL color Cylindrical-coordinate representation of color #922512: hue angle of 8.91º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #922512 is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 37 | 18 | - |
| CMYK | 0 | 0.75 | 0.88 | 0.43 |
| HSL | 8.91º | 0.78% | 0.32% | - |
| HSV(B) | 8.91º | 0.88% | 0.57% | - |
| XYZ | 12.62 | 7.48 | 1.35 | - |
| YUV | 67.43 | 100.11 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 37 | 18 | 0 | 0.75 | 0.88 | 0.43 | 8.91 | 0.78 | 0.32 |
| Hex | 92 | 25 | 12 | 0 | 4B | 58 | 2B | 9 | 4E | 20 |
| Octal | 222 | 45 | 22 | 0 | 113 | 130 | 53 | 11 | 116 | 40 |
| Binary | 10010010 | 100101 | 10010 | 0 | 1001011 | 1011000 | 101011 | 1001 | 1001110 | 100000 |
Color Harmonies of #922512
Complementary color
Monochromatic Colors of #922512
Black with #922512
Text Example
Text Example
White with #922512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922512; }
p { color: rgb(146,37,18); }
H1.HeaderClassName
{
color: #922512;
}
.AnyTagClassName
{
color: #922512;
}
</style>
background-color css
<style>
a { background-color: #922512; }
a { background-color: rgb(146,37,18); }
div.DivClassName
{
background-color: #922512;
}
.BgClassName
{
background-color: #922512;
}
</style>
border-color css
<style>
span { border-color: #922512; }
span { border-color: rgb(146,37,18); }
td.TdClassName
{
border-color: #922512;
}
.TagClassName
{
border-color: #922512;
}
</style>