Shades of Grain Brown #C7B59F
Tints of Grain Brown #C7B59F
RGB
CMYK
RGB Variations
Color information
#C7B59F (or 0xC7B59F) is known color: Grain Brown. HEX triplet: C7, B5 and 9F. RGB value is (199,181,159). Sum of RGB (Red+Green+Blue) = 199+181+159=539 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.92% from 539); Green value is 181 (71.09% from 255 or 33.58% from 539); Blue value is 159 (62.5% from 255 or 29.50% from 539); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B59F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7B59F is #384A60. Grayscale: #B7B7B7. Windows color (decimal): -3689057 or 10466759. OLE color: 10466759.
HSL color Cylindrical-coordinate representation of color #C7B59F: hue angle of 33º degrees, saturation: 0.26, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C7B59F is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 181 | 159 | - |
| CMYK | 0 | 0.09 | 0.20 | 0.22 |
| HSL | 33º | 0.26% | 0.7% | - |
| HSV(B) | 33º | 0.2% | 0.78% | - |
| XYZ | 46.34 | 47.69 | 39.56 | - |
| YUV | 183.87 | 113.96 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 181 | 159 | 0 | 0.09 | 0.20 | 0.22 | 33 | 0.26 | 0.7 |
| Hex | C7 | B5 | 9F | 0 | 9 | 14 | 16 | 21 | 1A | 46 |
| Octal | 307 | 265 | 237 | 0 | 11 | 24 | 26 | 41 | 32 | 106 |
| Binary | 11000111 | 10110101 | 10011111 | 0 | 1001 | 10100 | 10110 | 100001 | 11010 | 1000110 |
Color Harmonies of #C7B59F
Complementary color
Monochromatic Colors of #C7B59F
Black with #C7B59F
Text Example
Text Example
White with #C7B59F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B59F; }
p { color: rgb(199,181,159); }
H1.HeaderClassName
{
color: #C7B59F;
}
.AnyTagClassName
{
color: #C7B59F;
}
</style>
background-color css
<style>
a { background-color: #C7B59F; }
a { background-color: rgb(199,181,159); }
div.DivClassName
{
background-color: #C7B59F;
}
.BgClassName
{
background-color: #C7B59F;
}
</style>
border-color css
<style>
span { border-color: #C7B59F; }
span { border-color: rgb(199,181,159); }
td.TdClassName
{
border-color: #C7B59F;
}
.TagClassName
{
border-color: #C7B59F;
}
</style>