Shades of Raw Sienna #D58150
Tints of Raw Sienna #D58150
RGB
CMYK
RGB Variations
Color information
#D58150 (or 0xD58150) is known color: Raw Sienna. HEX triplet: D5, 81 and 50. RGB value is (213,129,80). Sum of RGB (Red+Green+Blue) = 213+129+80=422 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.47% from 422); Green value is 129 (50.78% from 255 or 30.57% from 422); Blue value is 80 (31.64% from 255 or 18.96% from 422); Max value from RGB is 213 - color contains mainly: red. Hex color #D58150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58150 is #2A7EAF. Grayscale: #949494. Windows color (decimal): -2784944 or 5276117. OLE color: 5276117.
HSL color Cylindrical-coordinate representation of color #D58150: hue angle of 22.11º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D58150 is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 129 | 80 | - |
| CMYK | 0 | 0.39 | 0.62 | 0.16 |
| HSL | 22.11º | 0.61% | 0.57% | - |
| HSV(B) | 22.11º | 0.62% | 0.84% | - |
| XYZ | 36.74 | 30.43 | 11.53 | - |
| YUV | 148.53 | 89.33 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 129 | 80 | 0 | 0.39 | 0.62 | 0.16 | 22.11 | 0.61 | 0.57 |
| Hex | D5 | 81 | 50 | 0 | 27 | 3E | 10 | 16 | 3D | 39 |
| Octal | 325 | 201 | 120 | 0 | 47 | 76 | 20 | 26 | 75 | 71 |
| Binary | 11010101 | 10000001 | 1010000 | 0 | 100111 | 111110 | 10000 | 10110 | 111101 | 111001 |
Color Harmonies of #D58150
Complementary color
Monochromatic Colors of #D58150
Black with #D58150
Text Example
Text Example
White with #D58150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58150; }
p { color: rgb(213,129,80); }
H1.HeaderClassName
{
color: #D58150;
}
.AnyTagClassName
{
color: #D58150;
}
</style>
background-color css
<style>
a { background-color: #D58150; }
a { background-color: rgb(213,129,80); }
div.DivClassName
{
background-color: #D58150;
}
.BgClassName
{
background-color: #D58150;
}
</style>
border-color css
<style>
span { border-color: #D58150; }
span { border-color: rgb(213,129,80); }
td.TdClassName
{
border-color: #D58150;
}
.TagClassName
{
border-color: #D58150;
}
</style>