Shades of Raw Sienna #D08345
Tints of Raw Sienna #D08345
RGB
CMYK
RGB Variations
Color information
#D08345 (or 0xD08345) is known color: Raw Sienna. HEX triplet: D0, 83 and 45. RGB value is (208,131,69). Sum of RGB (Red+Green+Blue) = 208+131+69=408 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.98% from 408); Green value is 131 (51.56% from 255 or 32.11% from 408); Blue value is 69 (27.34% from 255 or 16.91% from 408); Max value from RGB is 208 - color contains mainly: red. Hex color #D08345 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08345 is #2F7CBA. Grayscale: #939393. Windows color (decimal): -3112123 or 4555728. OLE color: 4555728.
HSL color Cylindrical-coordinate representation of color #D08345: hue angle of 26.76º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D08345 is Cyan = 0, Magento = 0.37, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 131 | 69 | - |
| CMYK | 0 | 0.37 | 0.67 | 0.18 |
| HSL | 26.76º | 0.6% | 0.54% | - |
| HSV(B) | 26.76º | 0.67% | 0.82% | - |
| XYZ | 35.2 | 30.07 | 9.58 | - |
| YUV | 146.96 | 84.01 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 131 | 69 | 0 | 0.37 | 0.67 | 0.18 | 26.76 | 0.6 | 0.54 |
| Hex | D0 | 83 | 45 | 0 | 25 | 43 | 12 | 1B | 3C | 36 |
| Octal | 320 | 203 | 105 | 0 | 45 | 103 | 22 | 33 | 74 | 66 |
| Binary | 11010000 | 10000011 | 1000101 | 0 | 100101 | 1000011 | 10010 | 11011 | 111100 | 110110 |
Color Harmonies of #D08345
Complementary color
Monochromatic Colors of #D08345
Black with #D08345
Text Example
Text Example
White with #D08345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08345; }
p { color: rgb(208,131,69); }
H1.HeaderClassName
{
color: #D08345;
}
.AnyTagClassName
{
color: #D08345;
}
</style>
background-color css
<style>
a { background-color: #D08345; }
a { background-color: rgb(208,131,69); }
div.DivClassName
{
background-color: #D08345;
}
.BgClassName
{
background-color: #D08345;
}
</style>
border-color css
<style>
span { border-color: #D08345; }
span { border-color: rgb(208,131,69); }
td.TdClassName
{
border-color: #D08345;
}
.TagClassName
{
border-color: #D08345;
}
</style>