Shades of Cocoa Brown #2B1704
Tints of Cocoa Brown #2B1704
RGB
CMYK
RGB Variations
Color information
#2B1704 (or 0x2B1704) is known color: Cocoa Brown. HEX triplet: 2B, 17 and 04. RGB value is (43,23,4). Sum of RGB (Red+Green+Blue) = 43+23+4=70 (9% of max value = 765). Red value is 43 (17.19% from 255 or 61.43% from 70); Green value is 23 (9.38% from 255 or 32.86% from 70); Blue value is 4 (1.95% from 255 or 5.71% from 70); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1704 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B1704 is #D4E8FB. Grayscale: #1A1A1A. Windows color (decimal): -13953276 or 268075. OLE color: 268075.
HSL color Cylindrical-coordinate representation of color #2B1704: hue angle of 29.23º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2B1704 is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 23 | 4 | - |
| CMYK | 0 | 0.47 | 0.91 | 0.83 |
| HSL | 29.23º | 0.83% | 0.09% | - |
| HSV(B) | 29.23º | 0.91% | 0.17% | - |
| XYZ | 1.32 | 1.14 | 0.26 | - |
| YUV | 26.81 | 115.13 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 23 | 4 | 0 | 0.47 | 0.91 | 0.83 | 29.23 | 0.83 | 0.09 |
| Hex | 2B | 17 | 4 | 0 | 2F | 5B | 53 | 1D | 53 | 9 |
| Octal | 53 | 27 | 4 | 0 | 57 | 133 | 123 | 35 | 123 | 11 |
| Binary | 101011 | 10111 | 100 | 0 | 101111 | 1011011 | 1010011 | 11101 | 1010011 | 1001 |
Color Harmonies of #2B1704
Complementary color
Monochromatic Colors of #2B1704
Black with #2B1704
Text Example
Text Example
White with #2B1704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1704; }
p { color: rgb(43,23,4); }
H1.HeaderClassName
{
color: #2B1704;
}
.AnyTagClassName
{
color: #2B1704;
}
</style>
background-color css
<style>
a { background-color: #2B1704; }
a { background-color: rgb(43,23,4); }
div.DivClassName
{
background-color: #2B1704;
}
.BgClassName
{
background-color: #2B1704;
}
</style>
border-color css
<style>
span { border-color: #2B1704; }
span { border-color: rgb(43,23,4); }
td.TdClassName
{
border-color: #2B1704;
}
.TagClassName
{
border-color: #2B1704;
}
</style>