Shades of Raw Sienna #CF834F
Tints of Raw Sienna #CF834F
RGB
CMYK
RGB Variations
Color information
#CF834F (or 0xCF834F) is known color: Raw Sienna. HEX triplet: CF, 83 and 4F. RGB value is (207,131,79). Sum of RGB (Red+Green+Blue) = 207+131+79=417 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.64% from 417); Green value is 131 (51.56% from 255 or 31.41% from 417); Blue value is 79 (31.25% from 255 or 18.94% from 417); Max value from RGB is 207 - color contains mainly: red. Hex color #CF834F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF834F is #307CB0. Grayscale: #949494. Windows color (decimal): -3177649 or 5211087. OLE color: 5211087.
HSL color Cylindrical-coordinate representation of color #CF834F: hue angle of 24.38º 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 #CF834F is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 131 | 79 | - |
| CMYK | 0 | 0.37 | 0.62 | 0.19 |
| HSL | 24.38º | 0.57% | 0.56% | - |
| HSV(B) | 24.38º | 0.62% | 0.81% | - |
| XYZ | 35.26 | 30.06 | 11.34 | - |
| YUV | 147.8 | 89.18 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 131 | 79 | 0 | 0.37 | 0.62 | 0.19 | 24.38 | 0.57 | 0.56 |
| Hex | CF | 83 | 4F | 0 | 25 | 3E | 13 | 18 | 39 | 38 |
| Octal | 317 | 203 | 117 | 0 | 45 | 76 | 23 | 30 | 71 | 70 |
| Binary | 11001111 | 10000011 | 1001111 | 0 | 100101 | 111110 | 10011 | 11000 | 111001 | 111000 |
Color Harmonies of #CF834F
Complementary color
Monochromatic Colors of #CF834F
Black with #CF834F
Text Example
Text Example
White with #CF834F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF834F; }
p { color: rgb(207,131,79); }
H1.HeaderClassName
{
color: #CF834F;
}
.AnyTagClassName
{
color: #CF834F;
}
</style>
background-color css
<style>
a { background-color: #CF834F; }
a { background-color: rgb(207,131,79); }
div.DivClassName
{
background-color: #CF834F;
}
.BgClassName
{
background-color: #CF834F;
}
</style>
border-color css
<style>
span { border-color: #CF834F; }
span { border-color: rgb(207,131,79); }
td.TdClassName
{
border-color: #CF834F;
}
.TagClassName
{
border-color: #CF834F;
}
</style>