Shades of Cocoa Brown #2B2013
Tints of Cocoa Brown #2B2013
RGB
CMYK
RGB Variations
Color information
#2B2013 (or 0x2B2013) is known color: Cocoa Brown. HEX triplet: 2B, 20 and 13. RGB value is (43,32,19). Sum of RGB (Red+Green+Blue) = 43+32+19=94 (12% of max value = 765). Red value is 43 (17.19% from 255 or 45.74% from 94); Green value is 32 (12.89% from 255 or 34.04% from 94); Blue value is 19 (7.81% from 255 or 20.21% from 94); Max value from RGB is 43 - color contains mainly: red. Hex color #2B2013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B2013 is #D4DFEC. Grayscale: #212121. Windows color (decimal): -13950957 or 1253419. OLE color: 1253419.
HSL color Cylindrical-coordinate representation of color #2B2013: hue angle of 32.5º 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 #2B2013 is Cyan = 0, Magento = 0.26, Yellow = 0.56 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 32 | 19 | - |
| CMYK | 0 | 0.26 | 0.56 | 0.83 |
| HSL | 32.5º | 0.39% | 0.12% | - |
| HSV(B) | 32.5º | 0.56% | 0.17% | - |
| XYZ | 1.63 | 1.59 | 0.84 | - |
| YUV | 33.81 | 119.64 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 32 | 19 | 0 | 0.26 | 0.56 | 0.83 | 32.5 | 0.39 | 0.12 |
| Hex | 2B | 20 | 13 | 0 | 1A | 38 | 53 | 20 | 27 | C |
| Octal | 53 | 40 | 23 | 0 | 32 | 70 | 123 | 40 | 47 | 14 |
| Binary | 101011 | 100000 | 10011 | 0 | 11010 | 111000 | 1010011 | 100000 | 100111 | 1100 |
Color Harmonies of #2B2013
Complementary color
Monochromatic Colors of #2B2013
Black with #2B2013
Text Example
Text Example
White with #2B2013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2013; }
p { color: rgb(43,32,19); }
H1.HeaderClassName
{
color: #2B2013;
}
.AnyTagClassName
{
color: #2B2013;
}
</style>
background-color css
<style>
a { background-color: #2B2013; }
a { background-color: rgb(43,32,19); }
div.DivClassName
{
background-color: #2B2013;
}
.BgClassName
{
background-color: #2B2013;
}
</style>
border-color css
<style>
span { border-color: #2B2013; }
span { border-color: rgb(43,32,19); }
td.TdClassName
{
border-color: #2B2013;
}
.TagClassName
{
border-color: #2B2013;
}
</style>