Shades of Sorbus #D76D3A
Tints of Sorbus #D76D3A
RGB
CMYK
RGB Variations
Color information
#D76D3A (or 0xD76D3A) is known color: Sorbus. HEX triplet: D7, 6D and 3A. RGB value is (215,109,58). Sum of RGB (Red+Green+Blue) = 215+109+58=382 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.28% from 382); Green value is 109 (42.97% from 255 or 28.53% from 382); Blue value is 58 (23.05% from 255 or 15.18% from 382); Max value from RGB is 215 - color contains mainly: red. Hex color #D76D3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76D3A is #2892C5. Grayscale: #878787. Windows color (decimal): -2659014 or 3829207. OLE color: 3829207.
HSL color Cylindrical-coordinate representation of color #D76D3A: hue angle of 19.49º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D76D3A is Cyan = 0, Magento = 0.49, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 109 | 58 | - |
| CMYK | 0 | 0.49 | 0.73 | 0.16 |
| HSL | 19.49º | 0.66% | 0.54% | - |
| HSV(B) | 19.49º | 0.73% | 0.84% | - |
| XYZ | 34.26 | 25.69 | 7.16 | - |
| YUV | 134.88 | 84.62 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 109 | 58 | 0 | 0.49 | 0.73 | 0.16 | 19.49 | 0.66 | 0.54 |
| Hex | D7 | 6D | 3A | 0 | 31 | 49 | 10 | 13 | 42 | 36 |
| Octal | 327 | 155 | 72 | 0 | 61 | 111 | 20 | 23 | 102 | 66 |
| Binary | 11010111 | 1101101 | 111010 | 0 | 110001 | 1001001 | 10000 | 10011 | 1000010 | 110110 |
Color Harmonies of #D76D3A
Complementary color
Monochromatic Colors of #D76D3A
Black with #D76D3A
Text Example
Text Example
White with #D76D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76D3A; }
p { color: rgb(215,109,58); }
H1.HeaderClassName
{
color: #D76D3A;
}
.AnyTagClassName
{
color: #D76D3A;
}
</style>
background-color css
<style>
a { background-color: #D76D3A; }
a { background-color: rgb(215,109,58); }
div.DivClassName
{
background-color: #D76D3A;
}
.BgClassName
{
background-color: #D76D3A;
}
</style>
border-color css
<style>
span { border-color: #D76D3A; }
span { border-color: rgb(215,109,58); }
td.TdClassName
{
border-color: #D76D3A;
}
.TagClassName
{
border-color: #D76D3A;
}
</style>