Shades of Raw Sienna #D57C52
Tints of Raw Sienna #D57C52
RGB
CMYK
RGB Variations
Color information
#D57C52 (or 0xD57C52) is known color: Raw Sienna. HEX triplet: D5, 7C and 52. RGB value is (213,124,82). Sum of RGB (Red+Green+Blue) = 213+124+82=419 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.84% from 419); Green value is 124 (48.83% from 255 or 29.59% from 419); Blue value is 82 (32.42% from 255 or 19.57% from 419); Max value from RGB is 213 - color contains mainly: red. Hex color #D57C52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57C52 is #2A83AD. Grayscale: #929292. Windows color (decimal): -2786222 or 5405909. OLE color: 5405909.
HSL color Cylindrical-coordinate representation of color #D57C52: hue angle of 19.24º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D57C52 is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 124 | 82 | - |
| CMYK | 0 | 0.42 | 0.62 | 0.16 |
| HSL | 19.24º | 0.61% | 0.58% | - |
| HSV(B) | 19.24º | 0.62% | 0.84% | - |
| XYZ | 36.17 | 29.17 | 11.71 | - |
| YUV | 145.82 | 91.99 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 124 | 82 | 0 | 0.42 | 0.62 | 0.16 | 19.24 | 0.61 | 0.58 |
| Hex | D5 | 7C | 52 | 0 | 2A | 3E | 10 | 13 | 3D | 3A |
| Octal | 325 | 174 | 122 | 0 | 52 | 76 | 20 | 23 | 75 | 72 |
| Binary | 11010101 | 1111100 | 1010010 | 0 | 101010 | 111110 | 10000 | 10011 | 111101 | 111010 |
Color Harmonies of #D57C52
Complementary color
Monochromatic Colors of #D57C52
Black with #D57C52
Text Example
Text Example
White with #D57C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57C52; }
p { color: rgb(213,124,82); }
H1.HeaderClassName
{
color: #D57C52;
}
.AnyTagClassName
{
color: #D57C52;
}
</style>
background-color css
<style>
a { background-color: #D57C52; }
a { background-color: rgb(213,124,82); }
div.DivClassName
{
background-color: #D57C52;
}
.BgClassName
{
background-color: #D57C52;
}
</style>
border-color css
<style>
span { border-color: #D57C52; }
span { border-color: rgb(213,124,82); }
td.TdClassName
{
border-color: #D57C52;
}
.TagClassName
{
border-color: #D57C52;
}
</style>