Shades of Raw Sienna #CF854B
Tints of Raw Sienna #CF854B
RGB
CMYK
RGB Variations
Color information
#CF854B (or 0xCF854B) is known color: Raw Sienna. HEX triplet: CF, 85 and 4B. RGB value is (207,133,75). Sum of RGB (Red+Green+Blue) = 207+133+75=415 (54% of max value = 765). Red value is 207 (81.25% from 255 or 49.88% from 415); Green value is 133 (52.34% from 255 or 32.05% from 415); Blue value is 75 (29.69% from 255 or 18.07% from 415); Max value from RGB is 207 - color contains mainly: red. Hex color #CF854B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF854B is #307AB4. Grayscale: #949494. Windows color (decimal): -3177141 or 4949455. OLE color: 4949455.
HSL color Cylindrical-coordinate representation of color #CF854B: hue angle of 26.36º 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 #CF854B is Cyan = 0, Magento = 0.36, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 133 | 75 | - |
| CMYK | 0 | 0.36 | 0.64 | 0.19 |
| HSL | 26.36º | 0.58% | 0.55% | - |
| HSV(B) | 26.36º | 0.64% | 0.81% | - |
| XYZ | 35.39 | 30.55 | 10.69 | - |
| YUV | 148.51 | 86.52 | 169.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 133 | 75 | 0 | 0.36 | 0.64 | 0.19 | 26.36 | 0.58 | 0.55 |
| Hex | CF | 85 | 4B | 0 | 24 | 40 | 13 | 1A | 3A | 37 |
| Octal | 317 | 205 | 113 | 0 | 44 | 100 | 23 | 32 | 72 | 67 |
| Binary | 11001111 | 10000101 | 1001011 | 0 | 100100 | 1000000 | 10011 | 11010 | 111010 | 110111 |
Color Harmonies of #CF854B
Complementary color
Monochromatic Colors of #CF854B
Black with #CF854B
Text Example
Text Example
White with #CF854B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF854B; }
p { color: rgb(207,133,75); }
H1.HeaderClassName
{
color: #CF854B;
}
.AnyTagClassName
{
color: #CF854B;
}
</style>
background-color css
<style>
a { background-color: #CF854B; }
a { background-color: rgb(207,133,75); }
div.DivClassName
{
background-color: #CF854B;
}
.BgClassName
{
background-color: #CF854B;
}
</style>
border-color css
<style>
span { border-color: #CF854B; }
span { border-color: rgb(207,133,75); }
td.TdClassName
{
border-color: #CF854B;
}
.TagClassName
{
border-color: #CF854B;
}
</style>