Shades of Chocolate #E3691B
Tints of Chocolate #E3691B
RGB
CMYK
RGB Variations
Color information
#E3691B (or 0xE3691B) is known color: Chocolate. HEX triplet: E3, 69 and 1B. RGB value is (227,105,27). Sum of RGB (Red+Green+Blue) = 227+105+27=359 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.23% from 359); Green value is 105 (41.41% from 255 or 29.25% from 359); Blue value is 27 (10.94% from 255 or 7.52% from 359); Max value from RGB is 227 - color contains mainly: red. Hex color #E3691B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E3691B is #1C96E4. Grayscale: #858585. Windows color (decimal): -1873637 or 1796579. OLE color: 1796579.
HSL color Cylindrical-coordinate representation of color #E3691B: hue angle of 23.4º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E3691B is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 105 | 27 | - |
| CMYK | 0 | 0.54 | 0.88 | 0.11 |
| HSL | 23.4º | 0.79% | 0.5% | - |
| HSV(B) | 23.4º | 0.88% | 0.89% | - |
| XYZ | 36.93 | 26.51 | 4.21 | - |
| YUV | 132.59 | 68.42 | 195.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 105 | 27 | 0 | 0.54 | 0.88 | 0.11 | 23.4 | 0.79 | 0.5 |
| Hex | E3 | 69 | 1B | 0 | 36 | 58 | B | 17 | 4F | 32 |
| Octal | 343 | 151 | 33 | 0 | 66 | 130 | 13 | 27 | 117 | 62 |
| Binary | 11100011 | 1101001 | 11011 | 0 | 110110 | 1011000 | 1011 | 10111 | 1001111 | 110010 |
Color Harmonies of #E3691B
Complementary color
Monochromatic Colors of #E3691B
Black with #E3691B
Text Example
Text Example
White with #E3691B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3691B; }
p { color: rgb(227,105,27); }
H1.HeaderClassName
{
color: #E3691B;
}
.AnyTagClassName
{
color: #E3691B;
}
</style>
background-color css
<style>
a { background-color: #E3691B; }
a { background-color: rgb(227,105,27); }
div.DivClassName
{
background-color: #E3691B;
}
.BgClassName
{
background-color: #E3691B;
}
</style>
border-color css
<style>
span { border-color: #E3691B; }
span { border-color: rgb(227,105,27); }
td.TdClassName
{
border-color: #E3691B;
}
.TagClassName
{
border-color: #E3691B;
}
</style>