Shades of Raw Sienna #D48353
Tints of Raw Sienna #D48353
RGB
CMYK
RGB Variations
Color information
#D48353 (or 0xD48353) is known color: Raw Sienna. HEX triplet: D4, 83 and 53. RGB value is (212,131,83). Sum of RGB (Red+Green+Blue) = 212+131+83=426 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.77% from 426); Green value is 131 (51.56% from 255 or 30.75% from 426); Blue value is 83 (32.81% from 255 or 19.48% from 426); Max value from RGB is 212 - color contains mainly: red. Hex color #D48353 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48353 is #2B7CAC. Grayscale: #969696. Windows color (decimal): -2849965 or 5473236. OLE color: 5473236.
HSL color Cylindrical-coordinate representation of color #D48353: hue angle of 22.33º 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 #D48353 is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 131 | 83 | - |
| CMYK | 0 | 0.38 | 0.61 | 0.17 |
| HSL | 22.33º | 0.6% | 0.58% | - |
| HSV(B) | 22.33º | 0.61% | 0.83% | - |
| XYZ | 36.83 | 30.85 | 12.2 | - |
| YUV | 149.75 | 90.34 | 172.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 131 | 83 | 0 | 0.38 | 0.61 | 0.17 | 22.33 | 0.6 | 0.58 |
| Hex | D4 | 83 | 53 | 0 | 26 | 3D | 11 | 16 | 3C | 3A |
| Octal | 324 | 203 | 123 | 0 | 46 | 75 | 21 | 26 | 74 | 72 |
| Binary | 11010100 | 10000011 | 1010011 | 0 | 100110 | 111101 | 10001 | 10110 | 111100 | 111010 |
Color Harmonies of #D48353
Complementary color
Monochromatic Colors of #D48353
Black with #D48353
Text Example
Text Example
White with #D48353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48353; }
p { color: rgb(212,131,83); }
H1.HeaderClassName
{
color: #D48353;
}
.AnyTagClassName
{
color: #D48353;
}
</style>
background-color css
<style>
a { background-color: #D48353; }
a { background-color: rgb(212,131,83); }
div.DivClassName
{
background-color: #D48353;
}
.BgClassName
{
background-color: #D48353;
}
</style>
border-color css
<style>
span { border-color: #D48353; }
span { border-color: rgb(212,131,83); }
td.TdClassName
{
border-color: #D48353;
}
.TagClassName
{
border-color: #D48353;
}
</style>