Shades of Xanadu #73836E
Tints of Xanadu #73836E
RGB
CMYK
RGB Variations
Color information
#73836E (or 0x73836E) is known color: Xanadu. HEX triplet: 73, 83 and 6E. RGB value is (115,131,110). Sum of RGB (Red+Green+Blue) = 115+131+110=356 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.30% from 356); Green value is 131 (51.56% from 255 or 36.80% from 356); Blue value is 110 (43.36% from 255 or 30.90% from 356); Max value from RGB is 131 - color contains mainly: green. Hex color #73836E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73836E is #8C7C91. Grayscale: #7B7B7B. Windows color (decimal): -9206930 or 7242611. OLE color: 7242611.
HSL color Cylindrical-coordinate representation of color #73836E: hue angle of 105.71º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #73836E is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 115 | 131 | 110 | - |
| CMYK | 0.12 | 0 | 0.16 | 0.49 |
| HSL | 105.71º | 0.09% | 0.47% | - |
| HSV(B) | 105.71º | 0.16% | 0.51% | - |
| XYZ | 18 | 21 | 17.86 | - |
| YUV | 123.82 | 120.2 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 131 | 110 | 0.12 | 0 | 0.16 | 0.49 | 105.71 | 0.09 | 0.47 |
| Hex | 73 | 83 | 6E | C | 0 | 10 | 31 | 6A | 9 | 2F |
| Octal | 163 | 203 | 156 | 14 | 0 | 20 | 61 | 152 | 11 | 57 |
| Binary | 1110011 | 10000011 | 1101110 | 1100 | 0 | 10000 | 110001 | 1101010 | 1001 | 101111 |
Color Harmonies of #73836E
Complementary color
Monochromatic Colors of #73836E
Black with #73836E
Text Example
Text Example
White with #73836E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73836E; }
p { color: rgb(115,131,110); }
H1.HeaderClassName
{
color: #73836E;
}
.AnyTagClassName
{
color: #73836E;
}
</style>
background-color css
<style>
a { background-color: #73836E; }
a { background-color: rgb(115,131,110); }
div.DivClassName
{
background-color: #73836E;
}
.BgClassName
{
background-color: #73836E;
}
</style>
border-color css
<style>
span { border-color: #73836E; }
span { border-color: rgb(115,131,110); }
td.TdClassName
{
border-color: #73836E;
}
.TagClassName
{
border-color: #73836E;
}
</style>