Shades of Raw Sienna #C77D50
Tints of Raw Sienna #C77D50
RGB
CMYK
RGB Variations
Color information
#C77D50 (or 0xC77D50) is known color: Raw Sienna. HEX triplet: C7, 7D and 50. RGB value is (199,125,80). Sum of RGB (Red+Green+Blue) = 199+125+80=404 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.26% from 404); Green value is 125 (49.22% from 255 or 30.94% from 404); Blue value is 80 (31.64% from 255 or 19.80% from 404); Max value from RGB is 199 - color contains mainly: red. Hex color #C77D50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77D50 is #3882AF. Grayscale: #8E8E8E. Windows color (decimal): -3703472 or 5275079. OLE color: 5275079.
HSL color Cylindrical-coordinate representation of color #C77D50: hue angle of 22.69º 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 #C77D50 is Cyan = 0, Magento = 0.37, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 125 | 80 | - |
| CMYK | 0 | 0.37 | 0.60 | 0.22 |
| HSL | 22.69º | 0.52% | 0.55% | - |
| HSV(B) | 22.69º | 0.6% | 0.78% | - |
| XYZ | 32.33 | 27.39 | 11.17 | - |
| YUV | 142 | 93.02 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 125 | 80 | 0 | 0.37 | 0.60 | 0.22 | 22.69 | 0.52 | 0.55 |
| Hex | C7 | 7D | 50 | 0 | 25 | 3C | 16 | 17 | 34 | 37 |
| Octal | 307 | 175 | 120 | 0 | 45 | 74 | 26 | 27 | 64 | 67 |
| Binary | 11000111 | 1111101 | 1010000 | 0 | 100101 | 111100 | 10110 | 10111 | 110100 | 110111 |
Color Harmonies of #C77D50
Complementary color
Monochromatic Colors of #C77D50
Black with #C77D50
Text Example
Text Example
White with #C77D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77D50; }
p { color: rgb(199,125,80); }
H1.HeaderClassName
{
color: #C77D50;
}
.AnyTagClassName
{
color: #C77D50;
}
</style>
background-color css
<style>
a { background-color: #C77D50; }
a { background-color: rgb(199,125,80); }
div.DivClassName
{
background-color: #C77D50;
}
.BgClassName
{
background-color: #C77D50;
}
</style>
border-color css
<style>
span { border-color: #C77D50; }
span { border-color: rgb(199,125,80); }
td.TdClassName
{
border-color: #C77D50;
}
.TagClassName
{
border-color: #C77D50;
}
</style>