Shades of Raw Sienna #D58445
Tints of Raw Sienna #D58445
RGB
CMYK
RGB Variations
Color information
#D58445 (or 0xD58445) is known color: Raw Sienna. HEX triplet: D5, 84 and 45. RGB value is (213,132,69). Sum of RGB (Red+Green+Blue) = 213+132+69=414 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.45% from 414); Green value is 132 (51.95% from 255 or 31.88% from 414); Blue value is 69 (27.34% from 255 or 16.67% from 414); Max value from RGB is 213 - color contains mainly: red. Hex color #D58445 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58445 is #2A7BBA. Grayscale: #959595. Windows color (decimal): -2784187 or 4555989. OLE color: 4555989.
HSL color Cylindrical-coordinate representation of color #D58445: hue angle of 26.25º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D58445 is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 132 | 69 | - |
| CMYK | 0 | 0.38 | 0.68 | 0.16 |
| HSL | 26.25º | 0.63% | 0.55% | - |
| HSV(B) | 26.25º | 0.68% | 0.84% | - |
| XYZ | 36.77 | 31.08 | 9.69 | - |
| YUV | 149.04 | 82.84 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 132 | 69 | 0 | 0.38 | 0.68 | 0.16 | 26.25 | 0.63 | 0.55 |
| Hex | D5 | 84 | 45 | 0 | 26 | 44 | 10 | 1A | 3F | 37 |
| Octal | 325 | 204 | 105 | 0 | 46 | 104 | 20 | 32 | 77 | 67 |
| Binary | 11010101 | 10000100 | 1000101 | 0 | 100110 | 1000100 | 10000 | 11010 | 111111 | 110111 |
Color Harmonies of #D58445
Complementary color
Monochromatic Colors of #D58445
Black with #D58445
Text Example
Text Example
White with #D58445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58445; }
p { color: rgb(213,132,69); }
H1.HeaderClassName
{
color: #D58445;
}
.AnyTagClassName
{
color: #D58445;
}
</style>
background-color css
<style>
a { background-color: #D58445; }
a { background-color: rgb(213,132,69); }
div.DivClassName
{
background-color: #D58445;
}
.BgClassName
{
background-color: #D58445;
}
</style>
border-color css
<style>
span { border-color: #D58445; }
span { border-color: rgb(213,132,69); }
td.TdClassName
{
border-color: #D58445;
}
.TagClassName
{
border-color: #D58445;
}
</style>