Shades of Raw Sienna #CF8349
Tints of Raw Sienna #CF8349
RGB
CMYK
RGB Variations
Color information
#CF8349 (or 0xCF8349) is known color: Raw Sienna. HEX triplet: CF, 83 and 49. RGB value is (207,131,73). Sum of RGB (Red+Green+Blue) = 207+131+73=411 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.36% from 411); Green value is 131 (51.56% from 255 or 31.87% from 411); Blue value is 73 (28.91% from 255 or 17.76% from 411); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8349 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8349 is #307CB6. Grayscale: #939393. Windows color (decimal): -3177655 or 4817871. OLE color: 4817871.
HSL color Cylindrical-coordinate representation of color #CF8349: hue angle of 25.97º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF8349 is Cyan = 0, Magento = 0.37, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 131 | 73 | - |
| CMYK | 0 | 0.37 | 0.65 | 0.19 |
| HSL | 25.97º | 0.58% | 0.55% | - |
| HSV(B) | 25.97º | 0.65% | 0.81% | - |
| XYZ | 35.05 | 29.98 | 10.24 | - |
| YUV | 147.11 | 86.18 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 131 | 73 | 0 | 0.37 | 0.65 | 0.19 | 25.97 | 0.58 | 0.55 |
| Hex | CF | 83 | 49 | 0 | 25 | 41 | 13 | 1A | 3A | 37 |
| Octal | 317 | 203 | 111 | 0 | 45 | 101 | 23 | 32 | 72 | 67 |
| Binary | 11001111 | 10000011 | 1001001 | 0 | 100101 | 1000001 | 10011 | 11010 | 111010 | 110111 |
Color Harmonies of #CF8349
Complementary color
Monochromatic Colors of #CF8349
Black with #CF8349
Text Example
Text Example
White with #CF8349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8349; }
p { color: rgb(207,131,73); }
H1.HeaderClassName
{
color: #CF8349;
}
.AnyTagClassName
{
color: #CF8349;
}
</style>
background-color css
<style>
a { background-color: #CF8349; }
a { background-color: rgb(207,131,73); }
div.DivClassName
{
background-color: #CF8349;
}
.BgClassName
{
background-color: #CF8349;
}
</style>
border-color css
<style>
span { border-color: #CF8349; }
span { border-color: rgb(207,131,73); }
td.TdClassName
{
border-color: #CF8349;
}
.TagClassName
{
border-color: #CF8349;
}
</style>