Shades of Raw Sienna #CF814B
Tints of Raw Sienna #CF814B
RGB
CMYK
RGB Variations
Color information
#CF814B (or 0xCF814B) is known color: Raw Sienna. HEX triplet: CF, 81 and 4B. RGB value is (207,129,75). Sum of RGB (Red+Green+Blue) = 207+129+75=411 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.36% from 411); Green value is 129 (50.78% from 255 or 31.39% from 411); Blue value is 75 (29.69% from 255 or 18.25% from 411); Max value from RGB is 207 - color contains mainly: red. Hex color #CF814B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF814B is #307EB4. Grayscale: #929292. Windows color (decimal): -3178165 or 4948431. OLE color: 4948431.
HSL color Cylindrical-coordinate representation of color #CF814B: hue angle of 24.55º 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 #CF814B is Cyan = 0, Magento = 0.38, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 129 | 75 | - |
| CMYK | 0 | 0.38 | 0.64 | 0.19 |
| HSL | 24.55º | 0.58% | 0.55% | - |
| HSV(B) | 24.55º | 0.64% | 0.81% | - |
| XYZ | 34.85 | 29.47 | 10.51 | - |
| YUV | 146.17 | 87.84 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 129 | 75 | 0 | 0.38 | 0.64 | 0.19 | 24.55 | 0.58 | 0.55 |
| Hex | CF | 81 | 4B | 0 | 26 | 40 | 13 | 19 | 3A | 37 |
| Octal | 317 | 201 | 113 | 0 | 46 | 100 | 23 | 31 | 72 | 67 |
| Binary | 11001111 | 10000001 | 1001011 | 0 | 100110 | 1000000 | 10011 | 11001 | 111010 | 110111 |
Color Harmonies of #CF814B
Complementary color
Monochromatic Colors of #CF814B
Black with #CF814B
Text Example
Text Example
White with #CF814B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF814B; }
p { color: rgb(207,129,75); }
H1.HeaderClassName
{
color: #CF814B;
}
.AnyTagClassName
{
color: #CF814B;
}
</style>
background-color css
<style>
a { background-color: #CF814B; }
a { background-color: rgb(207,129,75); }
div.DivClassName
{
background-color: #CF814B;
}
.BgClassName
{
background-color: #CF814B;
}
</style>
border-color css
<style>
span { border-color: #CF814B; }
span { border-color: rgb(207,129,75); }
td.TdClassName
{
border-color: #CF814B;
}
.TagClassName
{
border-color: #CF814B;
}
</style>