Shades of Cocoa Brown #2B1D13
Tints of Cocoa Brown #2B1D13
RGB
CMYK
RGB Variations
Color information
#2B1D13 (or 0x2B1D13) is known color: Cocoa Brown. HEX triplet: 2B, 1D and 13. RGB value is (43,29,19). Sum of RGB (Red+Green+Blue) = 43+29+19=91 (12% of max value = 765). Red value is 43 (17.19% from 255 or 47.25% from 91); Green value is 29 (11.72% from 255 or 31.87% from 91); Blue value is 19 (7.81% from 255 or 20.88% from 91); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1D13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B1D13 is #D4E2EC. Grayscale: #202020. Windows color (decimal): -13951725 or 1252651. OLE color: 1252651.
HSL color Cylindrical-coordinate representation of color #2B1D13: hue angle of 25º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2B1D13 is Cyan = 0, Magento = 0.33, Yellow = 0.56 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 29 | 19 | - |
| CMYK | 0 | 0.33 | 0.56 | 0.83 |
| HSL | 25º | 0.39% | 0.12% | - |
| HSV(B) | 25º | 0.56% | 0.17% | - |
| XYZ | 1.55 | 1.44 | 0.81 | - |
| YUV | 32.05 | 120.64 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 29 | 19 | 0 | 0.33 | 0.56 | 0.83 | 25 | 0.39 | 0.12 |
| Hex | 2B | 1D | 13 | 0 | 21 | 38 | 53 | 19 | 27 | C |
| Octal | 53 | 35 | 23 | 0 | 41 | 70 | 123 | 31 | 47 | 14 |
| Binary | 101011 | 11101 | 10011 | 0 | 100001 | 111000 | 1010011 | 11001 | 100111 | 1100 |
Color Harmonies of #2B1D13
Complementary color
Monochromatic Colors of #2B1D13
Black with #2B1D13
Text Example
Text Example
White with #2B1D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1D13; }
p { color: rgb(43,29,19); }
H1.HeaderClassName
{
color: #2B1D13;
}
.AnyTagClassName
{
color: #2B1D13;
}
</style>
background-color css
<style>
a { background-color: #2B1D13; }
a { background-color: rgb(43,29,19); }
div.DivClassName
{
background-color: #2B1D13;
}
.BgClassName
{
background-color: #2B1D13;
}
</style>
border-color css
<style>
span { border-color: #2B1D13; }
span { border-color: rgb(43,29,19); }
td.TdClassName
{
border-color: #2B1D13;
}
.TagClassName
{
border-color: #2B1D13;
}
</style>