Shades of Raw Sienna #D48648
Tints of Raw Sienna #D48648
RGB
CMYK
RGB Variations
Color information
#D48648 (or 0xD48648) is known color: Raw Sienna. HEX triplet: D4, 86 and 48. RGB value is (212,134,72). Sum of RGB (Red+Green+Blue) = 212+134+72=418 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.72% from 418); Green value is 134 (52.73% from 255 or 32.06% from 418); Blue value is 72 (28.52% from 255 or 17.22% from 418); Max value from RGB is 212 - color contains mainly: red. Hex color #D48648 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48648 is #2B79B7. Grayscale: #969696. Windows color (decimal): -2849208 or 4753108. OLE color: 4753108.
HSL color Cylindrical-coordinate representation of color #D48648: hue angle of 26.57º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D48648 is Cyan = 0, Magento = 0.37, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 134 | 72 | - |
| CMYK | 0 | 0.37 | 0.66 | 0.17 |
| HSL | 26.57º | 0.62% | 0.56% | - |
| HSV(B) | 26.57º | 0.66% | 0.83% | - |
| XYZ | 36.85 | 31.52 | 10.27 | - |
| YUV | 150.25 | 83.84 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 134 | 72 | 0 | 0.37 | 0.66 | 0.17 | 26.57 | 0.62 | 0.56 |
| Hex | D4 | 86 | 48 | 0 | 25 | 42 | 11 | 1B | 3E | 38 |
| Octal | 324 | 206 | 110 | 0 | 45 | 102 | 21 | 33 | 76 | 70 |
| Binary | 11010100 | 10000110 | 1001000 | 0 | 100101 | 1000010 | 10001 | 11011 | 111110 | 111000 |
Color Harmonies of #D48648
Complementary color
Monochromatic Colors of #D48648
Black with #D48648
Text Example
Text Example
White with #D48648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48648; }
p { color: rgb(212,134,72); }
H1.HeaderClassName
{
color: #D48648;
}
.AnyTagClassName
{
color: #D48648;
}
</style>
background-color css
<style>
a { background-color: #D48648; }
a { background-color: rgb(212,134,72); }
div.DivClassName
{
background-color: #D48648;
}
.BgClassName
{
background-color: #D48648;
}
</style>
border-color css
<style>
span { border-color: #D48648; }
span { border-color: rgb(212,134,72); }
td.TdClassName
{
border-color: #D48648;
}
.TagClassName
{
border-color: #D48648;
}
</style>