Shades of Raw Sienna #CF8247
Tints of Raw Sienna #CF8247
RGB
CMYK
RGB Variations
Color information
#CF8247 (or 0xCF8247) is known color: Raw Sienna. HEX triplet: CF, 82 and 47. RGB value is (207,130,71). Sum of RGB (Red+Green+Blue) = 207+130+71=408 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.74% from 408); Green value is 130 (51.17% from 255 or 31.86% from 408); Blue value is 71 (28.12% from 255 or 17.40% from 408); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8247 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8247 is #307DB8. Grayscale: #929292. Windows color (decimal): -3177913 or 4686543. OLE color: 4686543.
HSL color Cylindrical-coordinate representation of color #CF8247: hue angle of 26.03º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF8247 is Cyan = 0, Magento = 0.37, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 130 | 71 | - |
| CMYK | 0 | 0.37 | 0.66 | 0.19 |
| HSL | 26.03º | 0.59% | 0.55% | - |
| HSV(B) | 26.03º | 0.66% | 0.81% | - |
| XYZ | 34.85 | 29.69 | 9.85 | - |
| YUV | 146.3 | 85.51 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 130 | 71 | 0 | 0.37 | 0.66 | 0.19 | 26.03 | 0.59 | 0.55 |
| Hex | CF | 82 | 47 | 0 | 25 | 42 | 13 | 1A | 3B | 37 |
| Octal | 317 | 202 | 107 | 0 | 45 | 102 | 23 | 32 | 73 | 67 |
| Binary | 11001111 | 10000010 | 1000111 | 0 | 100101 | 1000010 | 10011 | 11010 | 111011 | 110111 |
Color Harmonies of #CF8247
Complementary color
Monochromatic Colors of #CF8247
Black with #CF8247
Text Example
Text Example
White with #CF8247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8247; }
p { color: rgb(207,130,71); }
H1.HeaderClassName
{
color: #CF8247;
}
.AnyTagClassName
{
color: #CF8247;
}
</style>
background-color css
<style>
a { background-color: #CF8247; }
a { background-color: rgb(207,130,71); }
div.DivClassName
{
background-color: #CF8247;
}
.BgClassName
{
background-color: #CF8247;
}
</style>
border-color css
<style>
span { border-color: #CF8247; }
span { border-color: rgb(207,130,71); }
td.TdClassName
{
border-color: #CF8247;
}
.TagClassName
{
border-color: #CF8247;
}
</style>