Shades of Cafe Royale #754E25
Tints of Cafe Royale #754E25
RGB
CMYK
RGB Variations
Color information
#754E25 (or 0x754E25) is known color: Cafe Royale. HEX triplet: 75, 4E and 25. RGB value is (117,78,37). Sum of RGB (Red+Green+Blue) = 117+78+37=232 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.43% from 232); Green value is 78 (30.86% from 255 or 33.62% from 232); Blue value is 37 (14.84% from 255 or 15.95% from 232); Max value from RGB is 117 - color contains mainly: red. Hex color #754E25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754E25 is #8AB1DA. Grayscale: #555555. Windows color (decimal): -9089499 or 2444917. OLE color: 2444917.
HSL color Cylindrical-coordinate representation of color #754E25: hue angle of 30.75º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #754E25 is Cyan = 0, Magento = 0.33, Yellow = 0.68 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 78 | 37 | - |
| CMYK | 0 | 0.33 | 0.68 | 0.54 |
| HSL | 30.75º | 0.52% | 0.3% | - |
| HSV(B) | 30.75º | 0.68% | 0.46% | - |
| XYZ | 10.39 | 9.36 | 3.01 | - |
| YUV | 84.99 | 100.92 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 78 | 37 | 0 | 0.33 | 0.68 | 0.54 | 30.75 | 0.52 | 0.3 |
| Hex | 75 | 4E | 25 | 0 | 21 | 44 | 36 | 1F | 34 | 1E |
| Octal | 165 | 116 | 45 | 0 | 41 | 104 | 66 | 37 | 64 | 36 |
| Binary | 1110101 | 1001110 | 100101 | 0 | 100001 | 1000100 | 110110 | 11111 | 110100 | 11110 |
Color Harmonies of #754E25
Complementary color
Monochromatic Colors of #754E25
Black with #754E25
Text Example
Text Example
White with #754E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754E25; }
p { color: rgb(117,78,37); }
H1.HeaderClassName
{
color: #754E25;
}
.AnyTagClassName
{
color: #754E25;
}
</style>
background-color css
<style>
a { background-color: #754E25; }
a { background-color: rgb(117,78,37); }
div.DivClassName
{
background-color: #754E25;
}
.BgClassName
{
background-color: #754E25;
}
</style>
border-color css
<style>
span { border-color: #754E25; }
span { border-color: rgb(117,78,37); }
td.TdClassName
{
border-color: #754E25;
}
.TagClassName
{
border-color: #754E25;
}
</style>