Shades of Xanadu #73856D
Tints of Xanadu #73856D
RGB
CMYK
RGB Variations
Color information
#73856D (or 0x73856D) is known color: Xanadu. HEX triplet: 73, 85 and 6D. RGB value is (115,133,109). Sum of RGB (Red+Green+Blue) = 115+133+109=357 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.21% from 357); Green value is 133 (52.34% from 255 or 37.25% from 357); Blue value is 109 (42.97% from 255 or 30.53% from 357); Max value from RGB is 133 - color contains mainly: green. Hex color #73856D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73856D is #8C7A92. Grayscale: #7C7C7C. Windows color (decimal): -9206419 or 7177587. OLE color: 7177587.
HSL color Cylindrical-coordinate representation of color #73856D: hue angle of 105º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #73856D is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 115 | 133 | 109 | - |
| CMYK | 0.14 | 0 | 0.18 | 0.48 |
| HSL | 105º | 0.1% | 0.47% | - |
| HSV(B) | 105º | 0.18% | 0.52% | - |
| XYZ | 18.22 | 21.52 | 17.66 | - |
| YUV | 124.88 | 119.04 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 133 | 109 | 0.14 | 0 | 0.18 | 0.48 | 105 | 0.1 | 0.47 |
| Hex | 73 | 85 | 6D | E | 0 | 12 | 30 | 69 | A | 2F |
| Octal | 163 | 205 | 155 | 16 | 0 | 22 | 60 | 151 | 12 | 57 |
| Binary | 1110011 | 10000101 | 1101101 | 1110 | 0 | 10010 | 110000 | 1101001 | 1010 | 101111 |
Color Harmonies of #73856D
Complementary color
Monochromatic Colors of #73856D
Black with #73856D
Text Example
Text Example
White with #73856D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73856D; }
p { color: rgb(115,133,109); }
H1.HeaderClassName
{
color: #73856D;
}
.AnyTagClassName
{
color: #73856D;
}
</style>
background-color css
<style>
a { background-color: #73856D; }
a { background-color: rgb(115,133,109); }
div.DivClassName
{
background-color: #73856D;
}
.BgClassName
{
background-color: #73856D;
}
</style>
border-color css
<style>
span { border-color: #73856D; }
span { border-color: rgb(115,133,109); }
td.TdClassName
{
border-color: #73856D;
}
.TagClassName
{
border-color: #73856D;
}
</style>