Shades of Raw Sienna #CF874B
Tints of Raw Sienna #CF874B
RGB
CMYK
RGB Variations
Color information
#CF874B (or 0xCF874B) is known color: Raw Sienna. HEX triplet: CF, 87 and 4B. RGB value is (207,135,75). Sum of RGB (Red+Green+Blue) = 207+135+75=417 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.64% from 417); Green value is 135 (53.12% from 255 or 32.37% from 417); Blue value is 75 (29.69% from 255 or 17.99% from 417); Max value from RGB is 207 - color contains mainly: red. Hex color #CF874B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF874B is #3078B4. Grayscale: #969696. Windows color (decimal): -3176629 or 4949967. OLE color: 4949967.
HSL color Cylindrical-coordinate representation of color #CF874B: hue angle of 27.27º 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 #CF874B is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 135 | 75 | - |
| CMYK | 0 | 0.35 | 0.64 | 0.19 |
| HSL | 27.27º | 0.58% | 0.55% | - |
| HSV(B) | 27.27º | 0.64% | 0.81% | - |
| XYZ | 35.67 | 31.1 | 10.78 | - |
| YUV | 149.69 | 85.85 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 135 | 75 | 0 | 0.35 | 0.64 | 0.19 | 27.27 | 0.58 | 0.55 |
| Hex | CF | 87 | 4B | 0 | 23 | 40 | 13 | 1B | 3A | 37 |
| Octal | 317 | 207 | 113 | 0 | 43 | 100 | 23 | 33 | 72 | 67 |
| Binary | 11001111 | 10000111 | 1001011 | 0 | 100011 | 1000000 | 10011 | 11011 | 111010 | 110111 |
Color Harmonies of #CF874B
Complementary color
Monochromatic Colors of #CF874B
Black with #CF874B
Text Example
Text Example
White with #CF874B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF874B; }
p { color: rgb(207,135,75); }
H1.HeaderClassName
{
color: #CF874B;
}
.AnyTagClassName
{
color: #CF874B;
}
</style>
background-color css
<style>
a { background-color: #CF874B; }
a { background-color: rgb(207,135,75); }
div.DivClassName
{
background-color: #CF874B;
}
.BgClassName
{
background-color: #CF874B;
}
</style>
border-color css
<style>
span { border-color: #CF874B; }
span { border-color: rgb(207,135,75); }
td.TdClassName
{
border-color: #CF874B;
}
.TagClassName
{
border-color: #CF874B;
}
</style>