Shades of Raw Sienna #D37D52
Tints of Raw Sienna #D37D52
RGB
CMYK
RGB Variations
Color information
#D37D52 (or 0xD37D52) is known color: Raw Sienna. HEX triplet: D3, 7D and 52. RGB value is (211,125,82). Sum of RGB (Red+Green+Blue) = 211+125+82=418 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.48% from 418); Green value is 125 (49.22% from 255 or 29.90% from 418); Blue value is 82 (32.42% from 255 or 19.62% from 418); Max value from RGB is 211 - color contains mainly: red. Hex color #D37D52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37D52 is #2C82AD. Grayscale: #929292. Windows color (decimal): -2917038 or 5406163. OLE color: 5406163.
HSL color Cylindrical-coordinate representation of color #D37D52: hue angle of 20º 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 #D37D52 is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 125 | 82 | - |
| CMYK | 0 | 0.41 | 0.61 | 0.17 |
| HSL | 20º | 0.59% | 0.57% | - |
| HSV(B) | 20º | 0.61% | 0.83% | - |
| XYZ | 35.72 | 29.13 | 11.72 | - |
| YUV | 145.81 | 91.99 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 125 | 82 | 0 | 0.41 | 0.61 | 0.17 | 20 | 0.59 | 0.57 |
| Hex | D3 | 7D | 52 | 0 | 29 | 3D | 11 | 14 | 3B | 39 |
| Octal | 323 | 175 | 122 | 0 | 51 | 75 | 21 | 24 | 73 | 71 |
| Binary | 11010011 | 1111101 | 1010010 | 0 | 101001 | 111101 | 10001 | 10100 | 111011 | 111001 |
Color Harmonies of #D37D52
Complementary color
Monochromatic Colors of #D37D52
Black with #D37D52
Text Example
Text Example
White with #D37D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37D52; }
p { color: rgb(211,125,82); }
H1.HeaderClassName
{
color: #D37D52;
}
.AnyTagClassName
{
color: #D37D52;
}
</style>
background-color css
<style>
a { background-color: #D37D52; }
a { background-color: rgb(211,125,82); }
div.DivClassName
{
background-color: #D37D52;
}
.BgClassName
{
background-color: #D37D52;
}
</style>
border-color css
<style>
span { border-color: #D37D52; }
span { border-color: rgb(211,125,82); }
td.TdClassName
{
border-color: #D37D52;
}
.TagClassName
{
border-color: #D37D52;
}
</style>