Shades of Cocoa Brown #2B1C08
Tints of Cocoa Brown #2B1C08
RGB
CMYK
RGB Variations
Color information
#2B1C08 (or 0x2B1C08) is known color: Cocoa Brown. HEX triplet: 2B, 1C and 08. RGB value is (43,28,8). Sum of RGB (Red+Green+Blue) = 43+28+8=79 (10% of max value = 765). Red value is 43 (17.19% from 255 or 54.43% from 79); Green value is 28 (11.33% from 255 or 35.44% from 79); Blue value is 8 (3.52% from 255 or 10.13% from 79); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1C08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B1C08 is #D4E3F7. Grayscale: #1E1E1E. Windows color (decimal): -13951992 or 531499. OLE color: 531499.
HSL color Cylindrical-coordinate representation of color #2B1C08: hue angle of 34.29º degrees, saturation: 0.69, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B1C08 is Cyan = 0, Magento = 0.35, Yellow = 0.81 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 28 | 8 | - |
| CMYK | 0 | 0.35 | 0.81 | 0.83 |
| HSL | 34.29º | 0.69% | 0.1% | - |
| HSV(B) | 34.29º | 0.81% | 0.17% | - |
| XYZ | 1.46 | 1.36 | 0.42 | - |
| YUV | 30.21 | 115.47 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 28 | 8 | 0 | 0.35 | 0.81 | 0.83 | 34.29 | 0.69 | 0.1 |
| Hex | 2B | 1C | 8 | 0 | 23 | 51 | 53 | 22 | 45 | A |
| Octal | 53 | 34 | 10 | 0 | 43 | 121 | 123 | 42 | 105 | 12 |
| Binary | 101011 | 11100 | 1000 | 0 | 100011 | 1010001 | 1010011 | 100010 | 1000101 | 1010 |
Color Harmonies of #2B1C08
Complementary color
Monochromatic Colors of #2B1C08
Black with #2B1C08
Text Example
Text Example
White with #2B1C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1C08; }
p { color: rgb(43,28,8); }
H1.HeaderClassName
{
color: #2B1C08;
}
.AnyTagClassName
{
color: #2B1C08;
}
</style>
background-color css
<style>
a { background-color: #2B1C08; }
a { background-color: rgb(43,28,8); }
div.DivClassName
{
background-color: #2B1C08;
}
.BgClassName
{
background-color: #2B1C08;
}
</style>
border-color css
<style>
span { border-color: #2B1C08; }
span { border-color: rgb(43,28,8); }
td.TdClassName
{
border-color: #2B1C08;
}
.TagClassName
{
border-color: #2B1C08;
}
</style>