Shades of Raw Sienna #D48748
Tints of Raw Sienna #D48748
RGB
CMYK
RGB Variations
Color information
#D48748 (or 0xD48748) is known color: Raw Sienna. HEX triplet: D4, 87 and 48. RGB value is (212,135,72). Sum of RGB (Red+Green+Blue) = 212+135+72=419 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.60% from 419); Green value is 135 (53.12% from 255 or 32.22% from 419); Blue value is 72 (28.52% from 255 or 17.18% from 419); Max value from RGB is 212 - color contains mainly: red. Hex color #D48748 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48748 is #2B78B7. Grayscale: #979797. Windows color (decimal): -2848952 or 4753364. OLE color: 4753364.
HSL color Cylindrical-coordinate representation of color #D48748: hue angle of 27º 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 #D48748 is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 135 | 72 | - |
| CMYK | 0 | 0.36 | 0.66 | 0.17 |
| HSL | 27º | 0.62% | 0.56% | - |
| HSV(B) | 27º | 0.66% | 0.83% | - |
| XYZ | 36.99 | 31.79 | 10.32 | - |
| YUV | 150.84 | 83.51 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 135 | 72 | 0 | 0.36 | 0.66 | 0.17 | 27 | 0.62 | 0.56 |
| Hex | D4 | 87 | 48 | 0 | 24 | 42 | 11 | 1B | 3E | 38 |
| Octal | 324 | 207 | 110 | 0 | 44 | 102 | 21 | 33 | 76 | 70 |
| Binary | 11010100 | 10000111 | 1001000 | 0 | 100100 | 1000010 | 10001 | 11011 | 111110 | 111000 |
Color Harmonies of #D48748
Complementary color
Monochromatic Colors of #D48748
Black with #D48748
Text Example
Text Example
White with #D48748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48748; }
p { color: rgb(212,135,72); }
H1.HeaderClassName
{
color: #D48748;
}
.AnyTagClassName
{
color: #D48748;
}
</style>
background-color css
<style>
a { background-color: #D48748; }
a { background-color: rgb(212,135,72); }
div.DivClassName
{
background-color: #D48748;
}
.BgClassName
{
background-color: #D48748;
}
</style>
border-color css
<style>
span { border-color: #D48748; }
span { border-color: rgb(212,135,72); }
td.TdClassName
{
border-color: #D48748;
}
.TagClassName
{
border-color: #D48748;
}
</style>