Shades of Raw Sienna #CF854F
Tints of Raw Sienna #CF854F
RGB
CMYK
RGB Variations
Color information
#CF854F (or 0xCF854F) is known color: Raw Sienna. HEX triplet: CF, 85 and 4F. RGB value is (207,133,79). Sum of RGB (Red+Green+Blue) = 207+133+79=419 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.40% from 419); Green value is 133 (52.34% from 255 or 31.74% from 419); Blue value is 79 (31.25% from 255 or 18.85% from 419); Max value from RGB is 207 - color contains mainly: red. Hex color #CF854F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF854F is #307AB0. Grayscale: #959595. Windows color (decimal): -3177137 or 5211599. OLE color: 5211599.
HSL color Cylindrical-coordinate representation of color #CF854F: hue angle of 25.31º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CF854F is Cyan = 0, Magento = 0.36, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 133 | 79 | - |
| CMYK | 0 | 0.36 | 0.62 | 0.19 |
| HSL | 25.31º | 0.57% | 0.56% | - |
| HSV(B) | 25.31º | 0.62% | 0.81% | - |
| XYZ | 35.53 | 30.6 | 11.43 | - |
| YUV | 148.97 | 88.52 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 133 | 79 | 0 | 0.36 | 0.62 | 0.19 | 25.31 | 0.57 | 0.56 |
| Hex | CF | 85 | 4F | 0 | 24 | 3E | 13 | 19 | 39 | 38 |
| Octal | 317 | 205 | 117 | 0 | 44 | 76 | 23 | 31 | 71 | 70 |
| Binary | 11001111 | 10000101 | 1001111 | 0 | 100100 | 111110 | 10011 | 11001 | 111001 | 111000 |
Color Harmonies of #CF854F
Complementary color
Monochromatic Colors of #CF854F
Black with #CF854F
Text Example
Text Example
White with #CF854F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF854F; }
p { color: rgb(207,133,79); }
H1.HeaderClassName
{
color: #CF854F;
}
.AnyTagClassName
{
color: #CF854F;
}
</style>
background-color css
<style>
a { background-color: #CF854F; }
a { background-color: rgb(207,133,79); }
div.DivClassName
{
background-color: #CF854F;
}
.BgClassName
{
background-color: #CF854F;
}
</style>
border-color css
<style>
span { border-color: #CF854F; }
span { border-color: rgb(207,133,79); }
td.TdClassName
{
border-color: #CF854F;
}
.TagClassName
{
border-color: #CF854F;
}
</style>