Shades of Raw Sienna #C77F50
Tints of Raw Sienna #C77F50
RGB
CMYK
RGB Variations
Color information
#C77F50 (or 0xC77F50) is known color: Raw Sienna. HEX triplet: C7, 7F and 50. RGB value is (199,127,80). Sum of RGB (Red+Green+Blue) = 199+127+80=406 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.01% from 406); Green value is 127 (50% from 255 or 31.28% from 406); Blue value is 80 (31.64% from 255 or 19.70% from 406); Max value from RGB is 199 - color contains mainly: red. Hex color #C77F50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77F50 is #3880AF. Grayscale: #8F8F8F. Windows color (decimal): -3702960 or 5275591. OLE color: 5275591.
HSL color Cylindrical-coordinate representation of color #C77F50: hue angle of 23.7º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C77F50 is Cyan = 0, Magento = 0.36, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 127 | 80 | - |
| CMYK | 0 | 0.36 | 0.60 | 0.22 |
| HSL | 23.7º | 0.52% | 0.55% | - |
| HSV(B) | 23.7º | 0.6% | 0.78% | - |
| XYZ | 32.59 | 27.9 | 11.26 | - |
| YUV | 143.17 | 92.35 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 127 | 80 | 0 | 0.36 | 0.60 | 0.22 | 23.7 | 0.52 | 0.55 |
| Hex | C7 | 7F | 50 | 0 | 24 | 3C | 16 | 18 | 34 | 37 |
| Octal | 307 | 177 | 120 | 0 | 44 | 74 | 26 | 30 | 64 | 67 |
| Binary | 11000111 | 1111111 | 1010000 | 0 | 100100 | 111100 | 10110 | 11000 | 110100 | 110111 |
Color Harmonies of #C77F50
Complementary color
Monochromatic Colors of #C77F50
Black with #C77F50
Text Example
Text Example
White with #C77F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77F50; }
p { color: rgb(199,127,80); }
H1.HeaderClassName
{
color: #C77F50;
}
.AnyTagClassName
{
color: #C77F50;
}
</style>
background-color css
<style>
a { background-color: #C77F50; }
a { background-color: rgb(199,127,80); }
div.DivClassName
{
background-color: #C77F50;
}
.BgClassName
{
background-color: #C77F50;
}
</style>
border-color css
<style>
span { border-color: #C77F50; }
span { border-color: rgb(199,127,80); }
td.TdClassName
{
border-color: #C77F50;
}
.TagClassName
{
border-color: #C77F50;
}
</style>