Shades of Raw Sienna #CF894F
Tints of Raw Sienna #CF894F
RGB
CMYK
RGB Variations
Color information
#CF894F (or 0xCF894F) is known color: Raw Sienna. HEX triplet: CF, 89 and 4F. RGB value is (207,137,79). Sum of RGB (Red+Green+Blue) = 207+137+79=423 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.94% from 423); Green value is 137 (53.91% from 255 or 32.39% from 423); Blue value is 79 (31.25% from 255 or 18.68% from 423); Max value from RGB is 207 - color contains mainly: red. Hex color #CF894F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF894F is #3076B0. Grayscale: #979797. Windows color (decimal): -3176113 or 5212623. OLE color: 5212623.
HSL color Cylindrical-coordinate representation of color #CF894F: hue angle of 27.19º 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 #CF894F is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 137 | 79 | - |
| CMYK | 0 | 0.34 | 0.62 | 0.19 |
| HSL | 27.19º | 0.57% | 0.56% | - |
| HSV(B) | 27.19º | 0.62% | 0.81% | - |
| XYZ | 36.09 | 31.72 | 11.62 | - |
| YUV | 151.32 | 87.19 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 137 | 79 | 0 | 0.34 | 0.62 | 0.19 | 27.19 | 0.57 | 0.56 |
| Hex | CF | 89 | 4F | 0 | 22 | 3E | 13 | 1B | 39 | 38 |
| Octal | 317 | 211 | 117 | 0 | 42 | 76 | 23 | 33 | 71 | 70 |
| Binary | 11001111 | 10001001 | 1001111 | 0 | 100010 | 111110 | 10011 | 11011 | 111001 | 111000 |
Color Harmonies of #CF894F
Complementary color
Monochromatic Colors of #CF894F
Black with #CF894F
Text Example
Text Example
White with #CF894F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF894F; }
p { color: rgb(207,137,79); }
H1.HeaderClassName
{
color: #CF894F;
}
.AnyTagClassName
{
color: #CF894F;
}
</style>
background-color css
<style>
a { background-color: #CF894F; }
a { background-color: rgb(207,137,79); }
div.DivClassName
{
background-color: #CF894F;
}
.BgClassName
{
background-color: #CF894F;
}
</style>
border-color css
<style>
span { border-color: #CF894F; }
span { border-color: rgb(207,137,79); }
td.TdClassName
{
border-color: #CF894F;
}
.TagClassName
{
border-color: #CF894F;
}
</style>