Shades of Raw Sienna #C87D52
Tints of Raw Sienna #C87D52
RGB
CMYK
RGB Variations
Color information
#C87D52 (or 0xC87D52) is known color: Raw Sienna. HEX triplet: C8, 7D and 52. RGB value is (200,125,82). Sum of RGB (Red+Green+Blue) = 200+125+82=407 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.14% from 407); Green value is 125 (49.22% from 255 or 30.71% from 407); Blue value is 82 (32.42% from 255 or 20.15% from 407); Max value from RGB is 200 - color contains mainly: red. Hex color #C87D52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87D52 is #3782AD. Grayscale: #8E8E8E. Windows color (decimal): -3637934 or 5406152. OLE color: 5406152.
HSL color Cylindrical-coordinate representation of color #C87D52: hue angle of 21.86º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C87D52 is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 125 | 82 | - |
| CMYK | 0 | 0.38 | 0.59 | 0.22 |
| HSL | 21.86º | 0.52% | 0.55% | - |
| HSV(B) | 21.86º | 0.59% | 0.78% | - |
| XYZ | 32.68 | 27.56 | 11.58 | - |
| YUV | 142.52 | 93.85 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 125 | 82 | 0 | 0.38 | 0.59 | 0.22 | 21.86 | 0.52 | 0.55 |
| Hex | C8 | 7D | 52 | 0 | 26 | 3B | 16 | 16 | 34 | 37 |
| Octal | 310 | 175 | 122 | 0 | 46 | 73 | 26 | 26 | 64 | 67 |
| Binary | 11001000 | 1111101 | 1010010 | 0 | 100110 | 111011 | 10110 | 10110 | 110100 | 110111 |
Color Harmonies of #C87D52
Complementary color
Monochromatic Colors of #C87D52
Black with #C87D52
Text Example
Text Example
White with #C87D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87D52; }
p { color: rgb(200,125,82); }
H1.HeaderClassName
{
color: #C87D52;
}
.AnyTagClassName
{
color: #C87D52;
}
</style>
background-color css
<style>
a { background-color: #C87D52; }
a { background-color: rgb(200,125,82); }
div.DivClassName
{
background-color: #C87D52;
}
.BgClassName
{
background-color: #C87D52;
}
</style>
border-color css
<style>
span { border-color: #C87D52; }
span { border-color: rgb(200,125,82); }
td.TdClassName
{
border-color: #C87D52;
}
.TagClassName
{
border-color: #C87D52;
}
</style>