Shades of Cocoa Brown #2D1E0E
Tints of Cocoa Brown #2D1E0E
RGB
CMYK
RGB Variations
Color information
#2D1E0E (or 0x2D1E0E) is known color: Cocoa Brown. HEX triplet: 2D, 1E and 0E. RGB value is (45,30,14). Sum of RGB (Red+Green+Blue) = 45+30+14=89 (11% of max value = 765). Red value is 45 (17.97% from 255 or 50.56% from 89); Green value is 30 (12.11% from 255 or 33.71% from 89); Blue value is 14 (5.86% from 255 or 15.73% from 89); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1E0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D1E0E is #D2E1F1. Grayscale: #202020. Windows color (decimal): -13820402 or 925229. OLE color: 925229.
HSL color Cylindrical-coordinate representation of color #2D1E0E: hue angle of 30.97º degrees, saturation: 0.53, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D1E0E is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 30 | 14 | - |
| CMYK | 0 | 0.33 | 0.69 | 0.82 |
| HSL | 30.97º | 0.53% | 0.12% | - |
| HSV(B) | 30.97º | 0.69% | 0.18% | - |
| XYZ | 1.63 | 1.52 | 0.62 | - |
| YUV | 32.66 | 117.47 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 30 | 14 | 0 | 0.33 | 0.69 | 0.82 | 30.97 | 0.53 | 0.12 |
| Hex | 2D | 1E | E | 0 | 21 | 45 | 52 | 1F | 35 | C |
| Octal | 55 | 36 | 16 | 0 | 41 | 105 | 122 | 37 | 65 | 14 |
| Binary | 101101 | 11110 | 1110 | 0 | 100001 | 1000101 | 1010010 | 11111 | 110101 | 1100 |
Color Harmonies of #2D1E0E
Complementary color
Monochromatic Colors of #2D1E0E
Black with #2D1E0E
Text Example
Text Example
White with #2D1E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1E0E; }
p { color: rgb(45,30,14); }
H1.HeaderClassName
{
color: #2D1E0E;
}
.AnyTagClassName
{
color: #2D1E0E;
}
</style>
background-color css
<style>
a { background-color: #2D1E0E; }
a { background-color: rgb(45,30,14); }
div.DivClassName
{
background-color: #2D1E0E;
}
.BgClassName
{
background-color: #2D1E0E;
}
</style>
border-color css
<style>
span { border-color: #2D1E0E; }
span { border-color: rgb(45,30,14); }
td.TdClassName
{
border-color: #2D1E0E;
}
.TagClassName
{
border-color: #2D1E0E;
}
</style>