Shades of Cocoa Brown #2B1507
Tints of Cocoa Brown #2B1507
RGB
CMYK
RGB Variations
Color information
#2B1507 (or 0x2B1507) is known color: Cocoa Brown. HEX triplet: 2B, 15 and 07. RGB value is (43,21,7). Sum of RGB (Red+Green+Blue) = 43+21+7=71 (9% of max value = 765). Red value is 43 (17.19% from 255 or 60.56% from 71); Green value is 21 (8.59% from 255 or 29.58% from 71); Blue value is 7 (3.12% from 255 or 9.86% from 71); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1507 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B1507 is #D4EAF8. Grayscale: #1A1A1A. Windows color (decimal): -13953785 or 464171. OLE color: 464171.
HSL color Cylindrical-coordinate representation of color #2B1507: hue angle of 23.33º degrees, saturation: 0.72, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2B1507 is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 21 | 7 | - |
| CMYK | 0 | 0.51 | 0.84 | 0.83 |
| HSL | 23.33º | 0.72% | 0.1% | - |
| HSV(B) | 23.33º | 0.84% | 0.17% | - |
| XYZ | 1.3 | 1.07 | 0.34 | - |
| YUV | 25.98 | 117.29 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 21 | 7 | 0 | 0.51 | 0.84 | 0.83 | 23.33 | 0.72 | 0.1 |
| Hex | 2B | 15 | 7 | 0 | 33 | 54 | 53 | 17 | 48 | A |
| Octal | 53 | 25 | 7 | 0 | 63 | 124 | 123 | 27 | 110 | 12 |
| Binary | 101011 | 10101 | 111 | 0 | 110011 | 1010100 | 1010011 | 10111 | 1001000 | 1010 |
Color Harmonies of #2B1507
Complementary color
Monochromatic Colors of #2B1507
Black with #2B1507
Text Example
Text Example
White with #2B1507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1507; }
p { color: rgb(43,21,7); }
H1.HeaderClassName
{
color: #2B1507;
}
.AnyTagClassName
{
color: #2B1507;
}
</style>
background-color css
<style>
a { background-color: #2B1507; }
a { background-color: rgb(43,21,7); }
div.DivClassName
{
background-color: #2B1507;
}
.BgClassName
{
background-color: #2B1507;
}
</style>
border-color css
<style>
span { border-color: #2B1507; }
span { border-color: rgb(43,21,7); }
td.TdClassName
{
border-color: #2B1507;
}
.TagClassName
{
border-color: #2B1507;
}
</style>