Shades of Cafe Royale #74512C
Tints of Cafe Royale #74512C
RGB
CMYK
RGB Variations
Color information
#74512C (or 0x74512C) is known color: Cafe Royale. HEX triplet: 74, 51 and 2C. RGB value is (116,81,44). Sum of RGB (Red+Green+Blue) = 116+81+44=241 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.13% from 241); Green value is 81 (32.03% from 255 or 33.61% from 241); Blue value is 44 (17.58% from 255 or 18.26% from 241); Max value from RGB is 116 - color contains mainly: red. Hex color #74512C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74512C is #8BAED3. Grayscale: #575757. Windows color (decimal): -9154260 or 2904436. OLE color: 2904436.
HSL color Cylindrical-coordinate representation of color #74512C: hue angle of 30.83º 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 #74512C is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 81 | 44 | - |
| CMYK | 0 | 0.30 | 0.62 | 0.55 |
| HSL | 30.83º | 0.45% | 0.31% | - |
| HSV(B) | 30.83º | 0.62% | 0.45% | - |
| XYZ | 10.6 | 9.78 | 3.71 | - |
| YUV | 87.25 | 103.6 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 81 | 44 | 0 | 0.30 | 0.62 | 0.55 | 30.83 | 0.45 | 0.31 |
| Hex | 74 | 51 | 2C | 0 | 1E | 3E | 37 | 1F | 2D | 1F |
| Octal | 164 | 121 | 54 | 0 | 36 | 76 | 67 | 37 | 55 | 37 |
| Binary | 1110100 | 1010001 | 101100 | 0 | 11110 | 111110 | 110111 | 11111 | 101101 | 11111 |
Color Harmonies of #74512C
Complementary color
Monochromatic Colors of #74512C
Black with #74512C
Text Example
Text Example
White with #74512C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74512C; }
p { color: rgb(116,81,44); }
H1.HeaderClassName
{
color: #74512C;
}
.AnyTagClassName
{
color: #74512C;
}
</style>
background-color css
<style>
a { background-color: #74512C; }
a { background-color: rgb(116,81,44); }
div.DivClassName
{
background-color: #74512C;
}
.BgClassName
{
background-color: #74512C;
}
</style>
border-color css
<style>
span { border-color: #74512C; }
span { border-color: rgb(116,81,44); }
td.TdClassName
{
border-color: #74512C;
}
.TagClassName
{
border-color: #74512C;
}
</style>