Shades of Raw Sienna #CF854E
Tints of Raw Sienna #CF854E
RGB
CMYK
RGB Variations
Color information
#CF854E (or 0xCF854E) is known color: Raw Sienna. HEX triplet: CF, 85 and 4E. RGB value is (207,133,78). Sum of RGB (Red+Green+Blue) = 207+133+78=418 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.52% from 418); Green value is 133 (52.34% from 255 or 31.82% from 418); Blue value is 78 (30.86% from 255 or 18.66% from 418); Max value from RGB is 207 - color contains mainly: red. Hex color #CF854E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF854E is #307AB1. Grayscale: #959595. Windows color (decimal): -3177138 or 5146063. OLE color: 5146063.
HSL color Cylindrical-coordinate representation of color #CF854E: hue angle of 25.58º 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 #CF854E is Cyan = 0, Magento = 0.36, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 133 | 78 | - |
| CMYK | 0 | 0.36 | 0.62 | 0.19 |
| HSL | 25.58º | 0.57% | 0.56% | - |
| HSV(B) | 25.58º | 0.62% | 0.81% | - |
| XYZ | 35.49 | 30.59 | 11.24 | - |
| YUV | 148.86 | 88.02 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 133 | 78 | 0 | 0.36 | 0.62 | 0.19 | 25.58 | 0.57 | 0.56 |
| Hex | CF | 85 | 4E | 0 | 24 | 3E | 13 | 1A | 39 | 38 |
| Octal | 317 | 205 | 116 | 0 | 44 | 76 | 23 | 32 | 71 | 70 |
| Binary | 11001111 | 10000101 | 1001110 | 0 | 100100 | 111110 | 10011 | 11010 | 111001 | 111000 |
Color Harmonies of #CF854E
Complementary color
Monochromatic Colors of #CF854E
Black with #CF854E
Text Example
Text Example
White with #CF854E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF854E; }
p { color: rgb(207,133,78); }
H1.HeaderClassName
{
color: #CF854E;
}
.AnyTagClassName
{
color: #CF854E;
}
</style>
background-color css
<style>
a { background-color: #CF854E; }
a { background-color: rgb(207,133,78); }
div.DivClassName
{
background-color: #CF854E;
}
.BgClassName
{
background-color: #CF854E;
}
</style>
border-color css
<style>
span { border-color: #CF854E; }
span { border-color: rgb(207,133,78); }
td.TdClassName
{
border-color: #CF854E;
}
.TagClassName
{
border-color: #CF854E;
}
</style>