Shades of Raw Sienna #D37F52
Tints of Raw Sienna #D37F52
RGB
CMYK
RGB Variations
Color information
#D37F52 (or 0xD37F52) is known color: Raw Sienna. HEX triplet: D3, 7F and 52. RGB value is (211,127,82). Sum of RGB (Red+Green+Blue) = 211+127+82=420 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.24% from 420); Green value is 127 (50% from 255 or 30.24% from 420); Blue value is 82 (32.42% from 255 or 19.52% from 420); Max value from RGB is 211 - color contains mainly: red. Hex color #D37F52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37F52 is #2C80AD. Grayscale: #939393. Windows color (decimal): -2916526 or 5406675. OLE color: 5406675.
HSL color Cylindrical-coordinate representation of color #D37F52: hue angle of 20.93º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D37F52 is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 127 | 82 | - |
| CMYK | 0 | 0.40 | 0.61 | 0.17 |
| HSL | 20.93º | 0.59% | 0.57% | - |
| HSV(B) | 20.93º | 0.61% | 0.83% | - |
| XYZ | 35.98 | 29.64 | 11.81 | - |
| YUV | 146.99 | 91.33 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 127 | 82 | 0 | 0.40 | 0.61 | 0.17 | 20.93 | 0.59 | 0.57 |
| Hex | D3 | 7F | 52 | 0 | 28 | 3D | 11 | 15 | 3B | 39 |
| Octal | 323 | 177 | 122 | 0 | 50 | 75 | 21 | 25 | 73 | 71 |
| Binary | 11010011 | 1111111 | 1010010 | 0 | 101000 | 111101 | 10001 | 10101 | 111011 | 111001 |
Color Harmonies of #D37F52
Complementary color
Monochromatic Colors of #D37F52
Black with #D37F52
Text Example
Text Example
White with #D37F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37F52; }
p { color: rgb(211,127,82); }
H1.HeaderClassName
{
color: #D37F52;
}
.AnyTagClassName
{
color: #D37F52;
}
</style>
background-color css
<style>
a { background-color: #D37F52; }
a { background-color: rgb(211,127,82); }
div.DivClassName
{
background-color: #D37F52;
}
.BgClassName
{
background-color: #D37F52;
}
</style>
border-color css
<style>
span { border-color: #D37F52; }
span { border-color: rgb(211,127,82); }
td.TdClassName
{
border-color: #D37F52;
}
.TagClassName
{
border-color: #D37F52;
}
</style>