Shades of Sorbus #D76736
Tints of Sorbus #D76736
RGB
CMYK
RGB Variations
Color information
#D76736 (or 0xD76736) is known color: Sorbus. HEX triplet: D7, 67 and 36. RGB value is (215,103,54). Sum of RGB (Red+Green+Blue) = 215+103+54=372 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.80% from 372); Green value is 103 (40.62% from 255 or 27.69% from 372); Blue value is 54 (21.48% from 255 or 14.52% from 372); Max value from RGB is 215 - color contains mainly: red. Hex color #D76736 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76736 is #2898C9. Grayscale: #838383. Windows color (decimal): -2660554 or 3565527. OLE color: 3565527.
HSL color Cylindrical-coordinate representation of color #D76736: hue angle of 18.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 #D76736 is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 103 | 54 | - |
| CMYK | 0 | 0.52 | 0.75 | 0.16 |
| HSL | 18.26º | 0.67% | 0.53% | - |
| HSV(B) | 18.26º | 0.75% | 0.84% | - |
| XYZ | 33.54 | 24.41 | 6.43 | - |
| YUV | 130.9 | 84.61 | 187.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 103 | 54 | 0 | 0.52 | 0.75 | 0.16 | 18.26 | 0.67 | 0.53 |
| Hex | D7 | 67 | 36 | 0 | 34 | 4B | 10 | 12 | 43 | 35 |
| Octal | 327 | 147 | 66 | 0 | 64 | 113 | 20 | 22 | 103 | 65 |
| Binary | 11010111 | 1100111 | 110110 | 0 | 110100 | 1001011 | 10000 | 10010 | 1000011 | 110101 |
Color Harmonies of #D76736
Complementary color
Monochromatic Colors of #D76736
Black with #D76736
Text Example
Text Example
White with #D76736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76736; }
p { color: rgb(215,103,54); }
H1.HeaderClassName
{
color: #D76736;
}
.AnyTagClassName
{
color: #D76736;
}
</style>
background-color css
<style>
a { background-color: #D76736; }
a { background-color: rgb(215,103,54); }
div.DivClassName
{
background-color: #D76736;
}
.BgClassName
{
background-color: #D76736;
}
</style>
border-color css
<style>
span { border-color: #D76736; }
span { border-color: rgb(215,103,54); }
td.TdClassName
{
border-color: #D76736;
}
.TagClassName
{
border-color: #D76736;
}
</style>