Shades of Sorbus #D46D3B
Tints of Sorbus #D46D3B
RGB
CMYK
RGB Variations
Color information
#D46D3B (or 0xD46D3B) is known color: Sorbus. HEX triplet: D4, 6D and 3B. RGB value is (212,109,59). Sum of RGB (Red+Green+Blue) = 212+109+59=380 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.79% from 380); Green value is 109 (42.97% from 255 or 28.68% from 380); Blue value is 59 (23.44% from 255 or 15.53% from 380); Max value from RGB is 212 - color contains mainly: red. Hex color #D46D3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46D3B is #2B92C4. Grayscale: #868686. Windows color (decimal): -2855621 or 3894740. OLE color: 3894740.
HSL color Cylindrical-coordinate representation of color #D46D3B: hue angle of 19.61º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D46D3B is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 109 | 59 | - |
| CMYK | 0 | 0.49 | 0.72 | 0.17 |
| HSL | 19.61º | 0.64% | 0.53% | - |
| HSV(B) | 19.61º | 0.72% | 0.83% | - |
| XYZ | 33.41 | 25.25 | 7.25 | - |
| YUV | 134.1 | 85.62 | 183.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 109 | 59 | 0 | 0.49 | 0.72 | 0.17 | 19.61 | 0.64 | 0.53 |
| Hex | D4 | 6D | 3B | 0 | 31 | 48 | 11 | 14 | 40 | 35 |
| Octal | 324 | 155 | 73 | 0 | 61 | 110 | 21 | 24 | 100 | 65 |
| Binary | 11010100 | 1101101 | 111011 | 0 | 110001 | 1001000 | 10001 | 10100 | 1000000 | 110101 |
Color Harmonies of #D46D3B
Complementary color
Monochromatic Colors of #D46D3B
Black with #D46D3B
Text Example
Text Example
White with #D46D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46D3B; }
p { color: rgb(212,109,59); }
H1.HeaderClassName
{
color: #D46D3B;
}
.AnyTagClassName
{
color: #D46D3B;
}
</style>
background-color css
<style>
a { background-color: #D46D3B; }
a { background-color: rgb(212,109,59); }
div.DivClassName
{
background-color: #D46D3B;
}
.BgClassName
{
background-color: #D46D3B;
}
</style>
border-color css
<style>
span { border-color: #D46D3B; }
span { border-color: rgb(212,109,59); }
td.TdClassName
{
border-color: #D46D3B;
}
.TagClassName
{
border-color: #D46D3B;
}
</style>