Shades of Sorbus #D76935
Tints of Sorbus #D76935
RGB
CMYK
RGB Variations
Color information
#D76935 (or 0xD76935) is known color: Sorbus. HEX triplet: D7, 69 and 35. RGB value is (215,105,53). Sum of RGB (Red+Green+Blue) = 215+105+53=373 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.64% from 373); Green value is 105 (41.41% from 255 or 28.15% from 373); Blue value is 53 (21.09% from 255 or 14.21% from 373); Max value from RGB is 215 - color contains mainly: red. Hex color #D76935 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76935 is #2896CA. Grayscale: #848484. Windows color (decimal): -2660043 or 3500503. OLE color: 3500503.
HSL color Cylindrical-coordinate representation of color #D76935: hue angle of 19.26º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D76935 is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 105 | 53 | - |
| CMYK | 0 | 0.51 | 0.75 | 0.16 |
| HSL | 19.26º | 0.67% | 0.53% | - |
| HSV(B) | 19.26º | 0.75% | 0.84% | - |
| XYZ | 33.72 | 24.81 | 6.38 | - |
| YUV | 131.96 | 83.44 | 187.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 105 | 53 | 0 | 0.51 | 0.75 | 0.16 | 19.26 | 0.67 | 0.53 |
| Hex | D7 | 69 | 35 | 0 | 33 | 4B | 10 | 13 | 43 | 35 |
| Octal | 327 | 151 | 65 | 0 | 63 | 113 | 20 | 23 | 103 | 65 |
| Binary | 11010111 | 1101001 | 110101 | 0 | 110011 | 1001011 | 10000 | 10011 | 1000011 | 110101 |
Color Harmonies of #D76935
Complementary color
Monochromatic Colors of #D76935
Black with #D76935
Text Example
Text Example
White with #D76935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76935; }
p { color: rgb(215,105,53); }
H1.HeaderClassName
{
color: #D76935;
}
.AnyTagClassName
{
color: #D76935;
}
</style>
background-color css
<style>
a { background-color: #D76935; }
a { background-color: rgb(215,105,53); }
div.DivClassName
{
background-color: #D76935;
}
.BgClassName
{
background-color: #D76935;
}
</style>
border-color css
<style>
span { border-color: #D76935; }
span { border-color: rgb(215,105,53); }
td.TdClassName
{
border-color: #D76935;
}
.TagClassName
{
border-color: #D76935;
}
</style>