Shades of Raw Sienna #CF824B
Tints of Raw Sienna #CF824B
RGB
CMYK
RGB Variations
Color information
#CF824B (or 0xCF824B) is known color: Raw Sienna. HEX triplet: CF, 82 and 4B. RGB value is (207,130,75). Sum of RGB (Red+Green+Blue) = 207+130+75=412 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.24% from 412); Green value is 130 (51.17% from 255 or 31.55% from 412); Blue value is 75 (29.69% from 255 or 18.20% from 412); Max value from RGB is 207 - color contains mainly: red. Hex color #CF824B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF824B is #307DB4. Grayscale: #939393. Windows color (decimal): -3177909 or 4948687. OLE color: 4948687.
HSL color Cylindrical-coordinate representation of color #CF824B: hue angle of 25º 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 #CF824B is Cyan = 0, Magento = 0.37, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 130 | 75 | - |
| CMYK | 0 | 0.37 | 0.64 | 0.19 |
| HSL | 25º | 0.58% | 0.55% | - |
| HSV(B) | 25º | 0.64% | 0.81% | - |
| XYZ | 34.98 | 29.74 | 10.55 | - |
| YUV | 146.75 | 87.51 | 170.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 130 | 75 | 0 | 0.37 | 0.64 | 0.19 | 25 | 0.58 | 0.55 |
| Hex | CF | 82 | 4B | 0 | 25 | 40 | 13 | 19 | 3A | 37 |
| Octal | 317 | 202 | 113 | 0 | 45 | 100 | 23 | 31 | 72 | 67 |
| Binary | 11001111 | 10000010 | 1001011 | 0 | 100101 | 1000000 | 10011 | 11001 | 111010 | 110111 |
Color Harmonies of #CF824B
Complementary color
Monochromatic Colors of #CF824B
Black with #CF824B
Text Example
Text Example
White with #CF824B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF824B; }
p { color: rgb(207,130,75); }
H1.HeaderClassName
{
color: #CF824B;
}
.AnyTagClassName
{
color: #CF824B;
}
</style>
background-color css
<style>
a { background-color: #CF824B; }
a { background-color: rgb(207,130,75); }
div.DivClassName
{
background-color: #CF824B;
}
.BgClassName
{
background-color: #CF824B;
}
</style>
border-color css
<style>
span { border-color: #CF824B; }
span { border-color: rgb(207,130,75); }
td.TdClassName
{
border-color: #CF824B;
}
.TagClassName
{
border-color: #CF824B;
}
</style>