Shades of Sorbus #D76D37
Tints of Sorbus #D76D37
RGB
CMYK
RGB Variations
Color information
#D76D37 (or 0xD76D37) is known color: Sorbus. HEX triplet: D7, 6D and 37. RGB value is (215,109,55). Sum of RGB (Red+Green+Blue) = 215+109+55=379 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.73% from 379); Green value is 109 (42.97% from 255 or 28.76% from 379); Blue value is 55 (21.88% from 255 or 14.51% from 379); Max value from RGB is 215 - color contains mainly: red. Hex color #D76D37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76D37 is #2892C8. Grayscale: #868686. Windows color (decimal): -2659017 or 3632599. OLE color: 3632599.
HSL color Cylindrical-coordinate representation of color #D76D37: hue angle of 20.25º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D76D37 is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 109 | 55 | - |
| CMYK | 0 | 0.49 | 0.74 | 0.16 |
| HSL | 20.25º | 0.67% | 0.53% | - |
| HSV(B) | 20.25º | 0.74% | 0.84% | - |
| XYZ | 34.18 | 25.66 | 6.77 | - |
| YUV | 134.54 | 83.12 | 185.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 109 | 55 | 0 | 0.49 | 0.74 | 0.16 | 20.25 | 0.67 | 0.53 |
| Hex | D7 | 6D | 37 | 0 | 31 | 4A | 10 | 14 | 43 | 35 |
| Octal | 327 | 155 | 67 | 0 | 61 | 112 | 20 | 24 | 103 | 65 |
| Binary | 11010111 | 1101101 | 110111 | 0 | 110001 | 1001010 | 10000 | 10100 | 1000011 | 110101 |
Color Harmonies of #D76D37
Complementary color
Monochromatic Colors of #D76D37
Black with #D76D37
Text Example
Text Example
White with #D76D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76D37; }
p { color: rgb(215,109,55); }
H1.HeaderClassName
{
color: #D76D37;
}
.AnyTagClassName
{
color: #D76D37;
}
</style>
background-color css
<style>
a { background-color: #D76D37; }
a { background-color: rgb(215,109,55); }
div.DivClassName
{
background-color: #D76D37;
}
.BgClassName
{
background-color: #D76D37;
}
</style>
border-color css
<style>
span { border-color: #D76D37; }
span { border-color: rgb(215,109,55); }
td.TdClassName
{
border-color: #D76D37;
}
.TagClassName
{
border-color: #D76D37;
}
</style>