Shades of Raw Sienna #D28352
Tints of Raw Sienna #D28352
RGB
CMYK
RGB Variations
Color information
#D28352 (or 0xD28352) is known color: Raw Sienna. HEX triplet: D2, 83 and 52. RGB value is (210,131,82). Sum of RGB (Red+Green+Blue) = 210+131+82=423 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.65% from 423); Green value is 131 (51.56% from 255 or 30.97% from 423); Blue value is 82 (32.42% from 255 or 19.39% from 423); Max value from RGB is 210 - color contains mainly: red. Hex color #D28352 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28352 is #2D7CAD. Grayscale: #959595. Windows color (decimal): -2981038 or 5407698. OLE color: 5407698.
HSL color Cylindrical-coordinate representation of color #D28352: hue angle of 22.97º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D28352 is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 131 | 82 | - |
| CMYK | 0 | 0.38 | 0.61 | 0.18 |
| HSL | 22.97º | 0.59% | 0.57% | - |
| HSV(B) | 22.97º | 0.61% | 0.82% | - |
| XYZ | 36.22 | 30.54 | 11.97 | - |
| YUV | 149.04 | 90.17 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 131 | 82 | 0 | 0.38 | 0.61 | 0.18 | 22.97 | 0.59 | 0.57 |
| Hex | D2 | 83 | 52 | 0 | 26 | 3D | 12 | 17 | 3B | 39 |
| Octal | 322 | 203 | 122 | 0 | 46 | 75 | 22 | 27 | 73 | 71 |
| Binary | 11010010 | 10000011 | 1010010 | 0 | 100110 | 111101 | 10010 | 10111 | 111011 | 111001 |
Color Harmonies of #D28352
Complementary color
Monochromatic Colors of #D28352
Black with #D28352
Text Example
Text Example
White with #D28352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28352; }
p { color: rgb(210,131,82); }
H1.HeaderClassName
{
color: #D28352;
}
.AnyTagClassName
{
color: #D28352;
}
</style>
background-color css
<style>
a { background-color: #D28352; }
a { background-color: rgb(210,131,82); }
div.DivClassName
{
background-color: #D28352;
}
.BgClassName
{
background-color: #D28352;
}
</style>
border-color css
<style>
span { border-color: #D28352; }
span { border-color: rgb(210,131,82); }
td.TdClassName
{
border-color: #D28352;
}
.TagClassName
{
border-color: #D28352;
}
</style>