Shades of Raw Sienna #C47F52
Tints of Raw Sienna #C47F52
RGB
CMYK
RGB Variations
Color information
#C47F52 (or 0xC47F52) is known color: Raw Sienna. HEX triplet: C4, 7F and 52. RGB value is (196,127,82). Sum of RGB (Red+Green+Blue) = 196+127+82=405 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.40% from 405); Green value is 127 (50% from 255 or 31.36% from 405); Blue value is 82 (32.42% from 255 or 20.25% from 405); Max value from RGB is 196 - color contains mainly: red. Hex color #C47F52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47F52 is #3B80AD. Grayscale: #8E8E8E. Windows color (decimal): -3899566 or 5406660. OLE color: 5406660.
HSL color Cylindrical-coordinate representation of color #C47F52: hue angle of 23.68º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C47F52 is Cyan = 0, Magento = 0.35, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 127 | 82 | - |
| CMYK | 0 | 0.35 | 0.58 | 0.23 |
| HSL | 23.68º | 0.49% | 0.55% | - |
| HSV(B) | 23.68º | 0.58% | 0.77% | - |
| XYZ | 31.88 | 27.52 | 11.62 | - |
| YUV | 142.5 | 93.86 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 127 | 82 | 0 | 0.35 | 0.58 | 0.23 | 23.68 | 0.49 | 0.55 |
| Hex | C4 | 7F | 52 | 0 | 23 | 3A | 17 | 18 | 31 | 37 |
| Octal | 304 | 177 | 122 | 0 | 43 | 72 | 27 | 30 | 61 | 67 |
| Binary | 11000100 | 1111111 | 1010010 | 0 | 100011 | 111010 | 10111 | 11000 | 110001 | 110111 |
Color Harmonies of #C47F52
Complementary color
Monochromatic Colors of #C47F52
Black with #C47F52
Text Example
Text Example
White with #C47F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47F52; }
p { color: rgb(196,127,82); }
H1.HeaderClassName
{
color: #C47F52;
}
.AnyTagClassName
{
color: #C47F52;
}
</style>
background-color css
<style>
a { background-color: #C47F52; }
a { background-color: rgb(196,127,82); }
div.DivClassName
{
background-color: #C47F52;
}
.BgClassName
{
background-color: #C47F52;
}
</style>
border-color css
<style>
span { border-color: #C47F52; }
span { border-color: rgb(196,127,82); }
td.TdClassName
{
border-color: #C47F52;
}
.TagClassName
{
border-color: #C47F52;
}
</style>