Shades of Raw Sienna #D28452
Tints of Raw Sienna #D28452
RGB
CMYK
RGB Variations
Color information
#D28452 (or 0xD28452) is known color: Raw Sienna. HEX triplet: D2, 84 and 52. RGB value is (210,132,82). Sum of RGB (Red+Green+Blue) = 210+132+82=424 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.53% from 424); Green value is 132 (51.95% from 255 or 31.13% from 424); Blue value is 82 (32.42% from 255 or 19.34% from 424); Max value from RGB is 210 - color contains mainly: red. Hex color #D28452 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28452 is #2D7BAD. Grayscale: #959595. Windows color (decimal): -2980782 or 5407954. OLE color: 5407954.
HSL color Cylindrical-coordinate representation of color #D28452: hue angle of 23.44º 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 #D28452 is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 132 | 82 | - |
| CMYK | 0 | 0.37 | 0.61 | 0.18 |
| HSL | 23.44º | 0.59% | 0.57% | - |
| HSV(B) | 23.44º | 0.61% | 0.82% | - |
| XYZ | 36.35 | 30.81 | 12.01 | - |
| YUV | 149.62 | 89.84 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 132 | 82 | 0 | 0.37 | 0.61 | 0.18 | 23.44 | 0.59 | 0.57 |
| Hex | D2 | 84 | 52 | 0 | 25 | 3D | 12 | 17 | 3B | 39 |
| Octal | 322 | 204 | 122 | 0 | 45 | 75 | 22 | 27 | 73 | 71 |
| Binary | 11010010 | 10000100 | 1010010 | 0 | 100101 | 111101 | 10010 | 10111 | 111011 | 111001 |
Color Harmonies of #D28452
Complementary color
Monochromatic Colors of #D28452
Black with #D28452
Text Example
Text Example
White with #D28452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28452; }
p { color: rgb(210,132,82); }
H1.HeaderClassName
{
color: #D28452;
}
.AnyTagClassName
{
color: #D28452;
}
</style>
background-color css
<style>
a { background-color: #D28452; }
a { background-color: rgb(210,132,82); }
div.DivClassName
{
background-color: #D28452;
}
.BgClassName
{
background-color: #D28452;
}
</style>
border-color css
<style>
span { border-color: #D28452; }
span { border-color: rgb(210,132,82); }
td.TdClassName
{
border-color: #D28452;
}
.TagClassName
{
border-color: #D28452;
}
</style>