Shades of Raw Sienna #CF7E54
Tints of Raw Sienna #CF7E54
RGB
CMYK
RGB Variations
Color information
#CF7E54 (or 0xCF7E54) is known color: Raw Sienna. HEX triplet: CF, 7E and 54. RGB value is (207,126,84). Sum of RGB (Red+Green+Blue) = 207+126+84=417 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.64% from 417); Green value is 126 (49.61% from 255 or 30.22% from 417); Blue value is 84 (33.20% from 255 or 20.14% from 417); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7E54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7E54 is #3081AB. Grayscale: #919191. Windows color (decimal): -3178924 or 5537487. OLE color: 5537487.
HSL color Cylindrical-coordinate representation of color #CF7E54: hue angle of 20.49º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CF7E54 is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 126 | 84 | - |
| CMYK | 0 | 0.39 | 0.59 | 0.19 |
| HSL | 20.49º | 0.56% | 0.57% | - |
| HSV(B) | 20.49º | 0.59% | 0.81% | - |
| XYZ | 34.79 | 28.83 | 12.12 | - |
| YUV | 145.43 | 93.34 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 126 | 84 | 0 | 0.39 | 0.59 | 0.19 | 20.49 | 0.56 | 0.57 |
| Hex | CF | 7E | 54 | 0 | 27 | 3B | 13 | 14 | 38 | 39 |
| Octal | 317 | 176 | 124 | 0 | 47 | 73 | 23 | 24 | 70 | 71 |
| Binary | 11001111 | 1111110 | 1010100 | 0 | 100111 | 111011 | 10011 | 10100 | 111000 | 111001 |
Color Harmonies of #CF7E54
Complementary color
Monochromatic Colors of #CF7E54
Black with #CF7E54
Text Example
Text Example
White with #CF7E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7E54; }
p { color: rgb(207,126,84); }
H1.HeaderClassName
{
color: #CF7E54;
}
.AnyTagClassName
{
color: #CF7E54;
}
</style>
background-color css
<style>
a { background-color: #CF7E54; }
a { background-color: rgb(207,126,84); }
div.DivClassName
{
background-color: #CF7E54;
}
.BgClassName
{
background-color: #CF7E54;
}
</style>
border-color css
<style>
span { border-color: #CF7E54; }
span { border-color: rgb(207,126,84); }
td.TdClassName
{
border-color: #CF7E54;
}
.TagClassName
{
border-color: #CF7E54;
}
</style>