Shades of Hot Curry #76551F
Tints of Hot Curry #76551F
RGB
CMYK
RGB Variations
Color information
#76551F (or 0x76551F) is known color: Hot Curry. HEX triplet: 76, 55 and 1F. RGB value is (118,85,31). Sum of RGB (Red+Green+Blue) = 118+85+31=234 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.43% from 234); Green value is 85 (33.59% from 255 or 36.32% from 234); Blue value is 31 (12.5% from 255 or 13.25% from 234); Max value from RGB is 118 - color contains mainly: red. Hex color #76551F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76551F is #89AAE0. Grayscale: #585858. Windows color (decimal): -9022177 or 2053494. OLE color: 2053494.
HSL color Cylindrical-coordinate representation of color #76551F: hue angle of 37.24º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #76551F is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 85 | 31 | - |
| CMYK | 0 | 0.28 | 0.74 | 0.54 |
| HSL | 37.24º | 0.58% | 0.29% | - |
| HSV(B) | 37.24º | 0.74% | 0.46% | - |
| XYZ | 10.97 | 10.45 | 2.73 | - |
| YUV | 88.71 | 95.43 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 85 | 31 | 0 | 0.28 | 0.74 | 0.54 | 37.24 | 0.58 | 0.29 |
| Hex | 76 | 55 | 1F | 0 | 1C | 4A | 36 | 25 | 3A | 1D |
| Octal | 166 | 125 | 37 | 0 | 34 | 112 | 66 | 45 | 72 | 35 |
| Binary | 1110110 | 1010101 | 11111 | 0 | 11100 | 1001010 | 110110 | 100101 | 111010 | 11101 |
Color Harmonies of #76551F
Complementary color
Monochromatic Colors of #76551F
Black with #76551F
Text Example
Text Example
White with #76551F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76551F; }
p { color: rgb(118,85,31); }
H1.HeaderClassName
{
color: #76551F;
}
.AnyTagClassName
{
color: #76551F;
}
</style>
background-color css
<style>
a { background-color: #76551F; }
a { background-color: rgb(118,85,31); }
div.DivClassName
{
background-color: #76551F;
}
.BgClassName
{
background-color: #76551F;
}
</style>
border-color css
<style>
span { border-color: #76551F; }
span { border-color: rgb(118,85,31); }
td.TdClassName
{
border-color: #76551F;
}
.TagClassName
{
border-color: #76551F;
}
</style>