Shades of Cafe Royale #73512C
Tints of Cafe Royale #73512C
RGB
CMYK
RGB Variations
Color information
#73512C (or 0x73512C) is known color: Cafe Royale. HEX triplet: 73, 51 and 2C. RGB value is (115,81,44). Sum of RGB (Red+Green+Blue) = 115+81+44=240 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.92% from 240); Green value is 81 (32.03% from 255 or 33.75% from 240); Blue value is 44 (17.58% from 255 or 18.33% from 240); Max value from RGB is 115 - color contains mainly: red. Hex color #73512C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73512C is #8CAED3. Grayscale: #575757. Windows color (decimal): -9219796 or 2904435. OLE color: 2904435.
HSL color Cylindrical-coordinate representation of color #73512C: hue angle of 31.27º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #73512C is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 81 | 44 | - |
| CMYK | 0 | 0.30 | 0.62 | 0.55 |
| HSL | 31.27º | 0.45% | 0.31% | - |
| HSV(B) | 31.27º | 0.62% | 0.45% | - |
| XYZ | 10.47 | 9.71 | 3.71 | - |
| YUV | 86.95 | 103.76 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 81 | 44 | 0 | 0.30 | 0.62 | 0.55 | 31.27 | 0.45 | 0.31 |
| Hex | 73 | 51 | 2C | 0 | 1E | 3E | 37 | 1F | 2D | 1F |
| Octal | 163 | 121 | 54 | 0 | 36 | 76 | 67 | 37 | 55 | 37 |
| Binary | 1110011 | 1010001 | 101100 | 0 | 11110 | 111110 | 110111 | 11111 | 101101 | 11111 |
Color Harmonies of #73512C
Complementary color
Monochromatic Colors of #73512C
Black with #73512C
Text Example
Text Example
White with #73512C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73512C; }
p { color: rgb(115,81,44); }
H1.HeaderClassName
{
color: #73512C;
}
.AnyTagClassName
{
color: #73512C;
}
</style>
background-color css
<style>
a { background-color: #73512C; }
a { background-color: rgb(115,81,44); }
div.DivClassName
{
background-color: #73512C;
}
.BgClassName
{
background-color: #73512C;
}
</style>
border-color css
<style>
span { border-color: #73512C; }
span { border-color: rgb(115,81,44); }
td.TdClassName
{
border-color: #73512C;
}
.TagClassName
{
border-color: #73512C;
}
</style>