Shades of Chocolate #E35B1D
Tints of Chocolate #E35B1D
RGB
CMYK
RGB Variations
Color information
#E35B1D (or 0xE35B1D) is known color: Chocolate. HEX triplet: E3, 5B and 1D. RGB value is (227,91,29). Sum of RGB (Red+Green+Blue) = 227+91+29=347 (45% of max value = 765). Red value is 227 (89.06% from 255 or 65.42% from 347); Green value is 91 (35.94% from 255 or 26.22% from 347); Blue value is 29 (11.72% from 255 or 8.36% from 347); Max value from RGB is 227 - color contains mainly: red. Hex color #E35B1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E35B1D is #1CA4E2. Grayscale: #7C7C7C. Windows color (decimal): -1877219 or 1924067. OLE color: 1924067.
HSL color Cylindrical-coordinate representation of color #E35B1D: hue angle of 18.79º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E35B1D is Cyan = 0, Magento = 0.60, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 91 | 29 | - |
| CMYK | 0 | 0.60 | 0.87 | 0.11 |
| HSL | 18.79º | 0.78% | 0.5% | - |
| HSV(B) | 18.79º | 0.87% | 0.89% | - |
| XYZ | 35.64 | 23.9 | 3.9 | - |
| YUV | 124.6 | 74.06 | 201.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 91 | 29 | 0 | 0.60 | 0.87 | 0.11 | 18.79 | 0.78 | 0.5 |
| Hex | E3 | 5B | 1D | 0 | 3C | 57 | B | 13 | 4E | 32 |
| Octal | 343 | 133 | 35 | 0 | 74 | 127 | 13 | 23 | 116 | 62 |
| Binary | 11100011 | 1011011 | 11101 | 0 | 111100 | 1010111 | 1011 | 10011 | 1001110 | 110010 |
Color Harmonies of #E35B1D
Complementary color
Monochromatic Colors of #E35B1D
Black with #E35B1D
Text Example
Text Example
White with #E35B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35B1D; }
p { color: rgb(227,91,29); }
H1.HeaderClassName
{
color: #E35B1D;
}
.AnyTagClassName
{
color: #E35B1D;
}
</style>
background-color css
<style>
a { background-color: #E35B1D; }
a { background-color: rgb(227,91,29); }
div.DivClassName
{
background-color: #E35B1D;
}
.BgClassName
{
background-color: #E35B1D;
}
</style>
border-color css
<style>
span { border-color: #E35B1D; }
span { border-color: rgb(227,91,29); }
td.TdClassName
{
border-color: #E35B1D;
}
.TagClassName
{
border-color: #E35B1D;
}
</style>