Shades of Raw Sienna #D57F48
Tints of Raw Sienna #D57F48
RGB
CMYK
RGB Variations
Color information
#D57F48 (or 0xD57F48) is known color: Raw Sienna. HEX triplet: D5, 7F and 48. RGB value is (213,127,72). Sum of RGB (Red+Green+Blue) = 213+127+72=412 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.70% from 412); Green value is 127 (50% from 255 or 30.83% from 412); Blue value is 72 (28.52% from 255 or 17.48% from 412); Max value from RGB is 213 - color contains mainly: red. Hex color #D57F48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57F48 is #2A80B7. Grayscale: #929292. Windows color (decimal): -2785464 or 4751317. OLE color: 4751317.
HSL color Cylindrical-coordinate representation of color #D57F48: hue angle of 23.4º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D57F48 is Cyan = 0, Magento = 0.40, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 127 | 72 | - |
| CMYK | 0 | 0.40 | 0.66 | 0.16 |
| HSL | 23.4º | 0.63% | 0.56% | - |
| HSV(B) | 23.4º | 0.66% | 0.84% | - |
| XYZ | 36.2 | 29.79 | 9.97 | - |
| YUV | 146.44 | 85.99 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 127 | 72 | 0 | 0.40 | 0.66 | 0.16 | 23.4 | 0.63 | 0.56 |
| Hex | D5 | 7F | 48 | 0 | 28 | 42 | 10 | 17 | 3F | 38 |
| Octal | 325 | 177 | 110 | 0 | 50 | 102 | 20 | 27 | 77 | 70 |
| Binary | 11010101 | 1111111 | 1001000 | 0 | 101000 | 1000010 | 10000 | 10111 | 111111 | 111000 |
Color Harmonies of #D57F48
Complementary color
Monochromatic Colors of #D57F48
Black with #D57F48
Text Example
Text Example
White with #D57F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57F48; }
p { color: rgb(213,127,72); }
H1.HeaderClassName
{
color: #D57F48;
}
.AnyTagClassName
{
color: #D57F48;
}
</style>
background-color css
<style>
a { background-color: #D57F48; }
a { background-color: rgb(213,127,72); }
div.DivClassName
{
background-color: #D57F48;
}
.BgClassName
{
background-color: #D57F48;
}
</style>
border-color css
<style>
span { border-color: #D57F48; }
span { border-color: rgb(213,127,72); }
td.TdClassName
{
border-color: #D57F48;
}
.TagClassName
{
border-color: #D57F48;
}
</style>