Shades of Raw Sienna #D48352
Tints of Raw Sienna #D48352
RGB
CMYK
RGB Variations
Color information
#D48352 (or 0xD48352) is known color: Raw Sienna. HEX triplet: D4, 83 and 52. RGB value is (212,131,82). Sum of RGB (Red+Green+Blue) = 212+131+82=425 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.88% from 425); Green value is 131 (51.56% from 255 or 30.82% from 425); Blue value is 82 (32.42% from 255 or 19.29% from 425); Max value from RGB is 212 - color contains mainly: red. Hex color #D48352 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48352 is #2B7CAD. Grayscale: #959595. Windows color (decimal): -2849966 or 5407700. OLE color: 5407700.
HSL color Cylindrical-coordinate representation of color #D48352: hue angle of 22.62º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D48352 is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 131 | 82 | - |
| CMYK | 0 | 0.38 | 0.61 | 0.17 |
| HSL | 22.62º | 0.6% | 0.58% | - |
| HSV(B) | 22.62º | 0.61% | 0.83% | - |
| XYZ | 36.79 | 30.84 | 12 | - |
| YUV | 149.63 | 89.84 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 131 | 82 | 0 | 0.38 | 0.61 | 0.17 | 22.62 | 0.6 | 0.58 |
| Hex | D4 | 83 | 52 | 0 | 26 | 3D | 11 | 17 | 3C | 3A |
| Octal | 324 | 203 | 122 | 0 | 46 | 75 | 21 | 27 | 74 | 72 |
| Binary | 11010100 | 10000011 | 1010010 | 0 | 100110 | 111101 | 10001 | 10111 | 111100 | 111010 |
Color Harmonies of #D48352
Complementary color
Monochromatic Colors of #D48352
Black with #D48352
Text Example
Text Example
White with #D48352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48352; }
p { color: rgb(212,131,82); }
H1.HeaderClassName
{
color: #D48352;
}
.AnyTagClassName
{
color: #D48352;
}
</style>
background-color css
<style>
a { background-color: #D48352; }
a { background-color: rgb(212,131,82); }
div.DivClassName
{
background-color: #D48352;
}
.BgClassName
{
background-color: #D48352;
}
</style>
border-color css
<style>
span { border-color: #D48352; }
span { border-color: rgb(212,131,82); }
td.TdClassName
{
border-color: #D48352;
}
.TagClassName
{
border-color: #D48352;
}
</style>