Shades of Raw Sienna #CF854A
Tints of Raw Sienna #CF854A
RGB
CMYK
RGB Variations
Color information
#CF854A (or 0xCF854A) is known color: Raw Sienna. HEX triplet: CF, 85 and 4A. RGB value is (207,133,74). Sum of RGB (Red+Green+Blue) = 207+133+74=414 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50% from 414); Green value is 133 (52.34% from 255 or 32.13% from 414); Blue value is 74 (29.30% from 255 or 17.87% from 414); Max value from RGB is 207 - color contains mainly: red. Hex color #CF854A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF854A is #307AB5. Grayscale: #949494. Windows color (decimal): -3177142 or 4883919. OLE color: 4883919.
HSL color Cylindrical-coordinate representation of color #CF854A: hue angle of 26.62º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CF854A is Cyan = 0, Magento = 0.36, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 133 | 74 | - |
| CMYK | 0 | 0.36 | 0.64 | 0.19 |
| HSL | 26.62º | 0.58% | 0.55% | - |
| HSV(B) | 26.62º | 0.64% | 0.81% | - |
| XYZ | 35.36 | 30.53 | 10.51 | - |
| YUV | 148.4 | 86.02 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 133 | 74 | 0 | 0.36 | 0.64 | 0.19 | 26.62 | 0.58 | 0.55 |
| Hex | CF | 85 | 4A | 0 | 24 | 40 | 13 | 1B | 3A | 37 |
| Octal | 317 | 205 | 112 | 0 | 44 | 100 | 23 | 33 | 72 | 67 |
| Binary | 11001111 | 10000101 | 1001010 | 0 | 100100 | 1000000 | 10011 | 11011 | 111010 | 110111 |
Color Harmonies of #CF854A
Complementary color
Monochromatic Colors of #CF854A
Black with #CF854A
Text Example
Text Example
White with #CF854A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF854A; }
p { color: rgb(207,133,74); }
H1.HeaderClassName
{
color: #CF854A;
}
.AnyTagClassName
{
color: #CF854A;
}
</style>
background-color css
<style>
a { background-color: #CF854A; }
a { background-color: rgb(207,133,74); }
div.DivClassName
{
background-color: #CF854A;
}
.BgClassName
{
background-color: #CF854A;
}
</style>
border-color css
<style>
span { border-color: #CF854A; }
span { border-color: rgb(207,133,74); }
td.TdClassName
{
border-color: #CF854A;
}
.TagClassName
{
border-color: #CF854A;
}
</style>