Shades of Sorbus #D76741
Tints of Sorbus #D76741
RGB
CMYK
RGB Variations
Color information
#D76741 (or 0xD76741) is known color: Sorbus. HEX triplet: D7, 67 and 41. RGB value is (215,103,65). Sum of RGB (Red+Green+Blue) = 215+103+65=383 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.14% from 383); Green value is 103 (40.62% from 255 or 26.89% from 383); Blue value is 65 (25.78% from 255 or 16.97% from 383); Max value from RGB is 215 - color contains mainly: red. Hex color #D76741 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76741 is #2898BE. Grayscale: #848484. Windows color (decimal): -2660543 or 4286423. OLE color: 4286423.
HSL color Cylindrical-coordinate representation of color #D76741: hue angle of 15.2º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D76741 is Cyan = 0, Magento = 0.52, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 103 | 65 | - |
| CMYK | 0 | 0.52 | 0.70 | 0.16 |
| HSL | 15.2º | 0.65% | 0.55% | - |
| HSV(B) | 15.2º | 0.7% | 0.84% | - |
| XYZ | 33.83 | 24.53 | 7.95 | - |
| YUV | 132.16 | 90.11 | 187.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 103 | 65 | 0 | 0.52 | 0.70 | 0.16 | 15.2 | 0.65 | 0.55 |
| Hex | D7 | 67 | 41 | 0 | 34 | 46 | 10 | F | 41 | 37 |
| Octal | 327 | 147 | 101 | 0 | 64 | 106 | 20 | 17 | 101 | 67 |
| Binary | 11010111 | 1100111 | 1000001 | 0 | 110100 | 1000110 | 10000 | 1111 | 1000001 | 110111 |
Color Harmonies of #D76741
Complementary color
Monochromatic Colors of #D76741
Black with #D76741
Text Example
Text Example
White with #D76741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76741; }
p { color: rgb(215,103,65); }
H1.HeaderClassName
{
color: #D76741;
}
.AnyTagClassName
{
color: #D76741;
}
</style>
background-color css
<style>
a { background-color: #D76741; }
a { background-color: rgb(215,103,65); }
div.DivClassName
{
background-color: #D76741;
}
.BgClassName
{
background-color: #D76741;
}
</style>
border-color css
<style>
span { border-color: #D76741; }
span { border-color: rgb(215,103,65); }
td.TdClassName
{
border-color: #D76741;
}
.TagClassName
{
border-color: #D76741;
}
</style>