Shades of Cafe Royale #74502D
Tints of Cafe Royale #74502D
RGB
CMYK
RGB Variations
Color information
#74502D (or 0x74502D) is known color: Cafe Royale. HEX triplet: 74, 50 and 2D. RGB value is (116,80,45). Sum of RGB (Red+Green+Blue) = 116+80+45=241 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.13% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 45 (17.97% from 255 or 18.67% from 241); Max value from RGB is 116 - color contains mainly: red. Hex color #74502D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74502D is #8BAFD2. Grayscale: #565656. Windows color (decimal): -9154515 or 2969716. OLE color: 2969716.
HSL color Cylindrical-coordinate representation of color #74502D: hue angle of 29.58º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #74502D is Cyan = 0, Magento = 0.31, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 80 | 45 | - |
| CMYK | 0 | 0.31 | 0.61 | 0.55 |
| HSL | 29.58º | 0.44% | 0.32% | - |
| HSV(B) | 29.58º | 0.61% | 0.45% | - |
| XYZ | 10.54 | 9.64 | 3.79 | - |
| YUV | 86.77 | 104.43 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 80 | 45 | 0 | 0.31 | 0.61 | 0.55 | 29.58 | 0.44 | 0.32 |
| Hex | 74 | 50 | 2D | 0 | 1F | 3D | 37 | 1E | 2C | 20 |
| Octal | 164 | 120 | 55 | 0 | 37 | 75 | 67 | 36 | 54 | 40 |
| Binary | 1110100 | 1010000 | 101101 | 0 | 11111 | 111101 | 110111 | 11110 | 101100 | 100000 |
Color Harmonies of #74502D
Complementary color
Monochromatic Colors of #74502D
Black with #74502D
Text Example
Text Example
White with #74502D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74502D; }
p { color: rgb(116,80,45); }
H1.HeaderClassName
{
color: #74502D;
}
.AnyTagClassName
{
color: #74502D;
}
</style>
background-color css
<style>
a { background-color: #74502D; }
a { background-color: rgb(116,80,45); }
div.DivClassName
{
background-color: #74502D;
}
.BgClassName
{
background-color: #74502D;
}
</style>
border-color css
<style>
span { border-color: #74502D; }
span { border-color: rgb(116,80,45); }
td.TdClassName
{
border-color: #74502D;
}
.TagClassName
{
border-color: #74502D;
}
</style>