Shades of Cocoa Brown #2B1505
Tints of Cocoa Brown #2B1505
RGB
CMYK
RGB Variations
Color information
#2B1505 (or 0x2B1505) is known color: Cocoa Brown. HEX triplet: 2B, 15 and 05. RGB value is (43,21,5). Sum of RGB (Red+Green+Blue) = 43+21+5=69 (9% of max value = 765). Red value is 43 (17.19% from 255 or 62.32% from 69); Green value is 21 (8.59% from 255 or 30.43% from 69); Blue value is 5 (2.34% from 255 or 7.25% from 69); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1505 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B1505 is #D4EAFA. Grayscale: #191919. Windows color (decimal): -13953787 or 333099. OLE color: 333099.
HSL color Cylindrical-coordinate representation of color #2B1505: hue angle of 25.26º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2B1505 is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 21 | 5 | - |
| CMYK | 0 | 0.51 | 0.88 | 0.83 |
| HSL | 25.26º | 0.79% | 0.09% | - |
| HSV(B) | 25.26º | 0.88% | 0.17% | - |
| XYZ | 1.29 | 1.06 | 0.28 | - |
| YUV | 25.75 | 116.29 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 21 | 5 | 0 | 0.51 | 0.88 | 0.83 | 25.26 | 0.79 | 0.09 |
| Hex | 2B | 15 | 5 | 0 | 33 | 58 | 53 | 19 | 4F | 9 |
| Octal | 53 | 25 | 5 | 0 | 63 | 130 | 123 | 31 | 117 | 11 |
| Binary | 101011 | 10101 | 101 | 0 | 110011 | 1011000 | 1010011 | 11001 | 1001111 | 1001 |
Color Harmonies of #2B1505
Complementary color
Monochromatic Colors of #2B1505
Black with #2B1505
Text Example
Text Example
White with #2B1505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1505; }
p { color: rgb(43,21,5); }
H1.HeaderClassName
{
color: #2B1505;
}
.AnyTagClassName
{
color: #2B1505;
}
</style>
background-color css
<style>
a { background-color: #2B1505; }
a { background-color: rgb(43,21,5); }
div.DivClassName
{
background-color: #2B1505;
}
.BgClassName
{
background-color: #2B1505;
}
</style>
border-color css
<style>
span { border-color: #2B1505; }
span { border-color: rgb(43,21,5); }
td.TdClassName
{
border-color: #2B1505;
}
.TagClassName
{
border-color: #2B1505;
}
</style>