Shades of Grain Brown #CBB79F
Tints of Grain Brown #CBB79F
RGB
CMYK
RGB Variations
Color information
#CBB79F (or 0xCBB79F) is known color: Grain Brown. HEX triplet: CB, B7 and 9F. RGB value is (203,183,159). Sum of RGB (Red+Green+Blue) = 203+183+159=545 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.25% from 545); Green value is 183 (71.88% from 255 or 33.58% from 545); Blue value is 159 (62.5% from 255 or 29.17% from 545); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB79F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB79F is #344860. Grayscale: #BABABA. Windows color (decimal): -3426401 or 10467275. OLE color: 10467275.
HSL color Cylindrical-coordinate representation of color #CBB79F: hue angle of 32.73º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CBB79F is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 183 | 159 | - |
| CMYK | 0 | 0.10 | 0.22 | 0.20 |
| HSL | 32.73º | 0.3% | 0.71% | - |
| HSV(B) | 32.73º | 0.22% | 0.8% | - |
| XYZ | 47.82 | 49.07 | 39.75 | - |
| YUV | 186.24 | 112.63 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 183 | 159 | 0 | 0.10 | 0.22 | 0.20 | 32.73 | 0.3 | 0.71 |
| Hex | CB | B7 | 9F | 0 | A | 16 | 14 | 21 | 1E | 47 |
| Octal | 313 | 267 | 237 | 0 | 12 | 26 | 24 | 41 | 36 | 107 |
| Binary | 11001011 | 10110111 | 10011111 | 0 | 1010 | 10110 | 10100 | 100001 | 11110 | 1000111 |
Color Harmonies of #CBB79F
Complementary color
Monochromatic Colors of #CBB79F
Black with #CBB79F
Text Example
Text Example
White with #CBB79F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB79F; }
p { color: rgb(203,183,159); }
H1.HeaderClassName
{
color: #CBB79F;
}
.AnyTagClassName
{
color: #CBB79F;
}
</style>
background-color css
<style>
a { background-color: #CBB79F; }
a { background-color: rgb(203,183,159); }
div.DivClassName
{
background-color: #CBB79F;
}
.BgClassName
{
background-color: #CBB79F;
}
</style>
border-color css
<style>
span { border-color: #CBB79F; }
span { border-color: rgb(203,183,159); }
td.TdClassName
{
border-color: #CBB79F;
}
.TagClassName
{
border-color: #CBB79F;
}
</style>