Shades of Raw Sienna #CF874C
Tints of Raw Sienna #CF874C
RGB
CMYK
RGB Variations
Color information
#CF874C (or 0xCF874C) is known color: Raw Sienna. HEX triplet: CF, 87 and 4C. RGB value is (207,135,76). Sum of RGB (Red+Green+Blue) = 207+135+76=418 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.52% from 418); Green value is 135 (53.12% from 255 or 32.30% from 418); Blue value is 76 (30.08% from 255 or 18.18% from 418); Max value from RGB is 207 - color contains mainly: red. Hex color #CF874C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF874C is #3078B3. Grayscale: #969696. Windows color (decimal): -3176628 or 5015503. OLE color: 5015503.
HSL color Cylindrical-coordinate representation of color #CF874C: hue angle of 27.02º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CF874C is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 135 | 76 | - |
| CMYK | 0 | 0.35 | 0.63 | 0.19 |
| HSL | 27.02º | 0.58% | 0.55% | - |
| HSV(B) | 27.02º | 0.63% | 0.81% | - |
| XYZ | 35.7 | 31.12 | 10.96 | - |
| YUV | 149.8 | 86.35 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 135 | 76 | 0 | 0.35 | 0.63 | 0.19 | 27.02 | 0.58 | 0.55 |
| Hex | CF | 87 | 4C | 0 | 23 | 3F | 13 | 1B | 3A | 37 |
| Octal | 317 | 207 | 114 | 0 | 43 | 77 | 23 | 33 | 72 | 67 |
| Binary | 11001111 | 10000111 | 1001100 | 0 | 100011 | 111111 | 10011 | 11011 | 111010 | 110111 |
Color Harmonies of #CF874C
Complementary color
Monochromatic Colors of #CF874C
Black with #CF874C
Text Example
Text Example
White with #CF874C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF874C; }
p { color: rgb(207,135,76); }
H1.HeaderClassName
{
color: #CF874C;
}
.AnyTagClassName
{
color: #CF874C;
}
</style>
background-color css
<style>
a { background-color: #CF874C; }
a { background-color: rgb(207,135,76); }
div.DivClassName
{
background-color: #CF874C;
}
.BgClassName
{
background-color: #CF874C;
}
</style>
border-color css
<style>
span { border-color: #CF874C; }
span { border-color: rgb(207,135,76); }
td.TdClassName
{
border-color: #CF874C;
}
.TagClassName
{
border-color: #CF874C;
}
</style>