Shades of Cocoa Brown #2B1700
Tints of Cocoa Brown #2B1700
RGB
CMYK
RGB Variations
Color information
#2B1700 (or 0x2B1700) is known color: Cocoa Brown. HEX triplet: 2B, 17 and 00. RGB value is (43,23,0). Sum of RGB (Red+Green+Blue) = 43+23+0=66 (8% of max value = 765). Red value is 43 (17.19% from 255 or 65.15% from 66); Green value is 23 (9.38% from 255 or 34.85% from 66); Blue value is 0 (0.39% from 255 or 0% from 66); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1700 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B1700 is #D4E8FF. Grayscale: #1A1A1A. Windows color (decimal): -13953280 or 5931. OLE color: 5931.
HSL color Cylindrical-coordinate representation of color #2B1700: hue angle of 32.09º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2B1700 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 23 | 0 | - |
| CMYK | 0 | 0.47 | 1 | 0.83 |
| HSL | 32.09º | 1% | 0.08% | - |
| HSV(B) | 32.09º | 1% | 0.17% | - |
| XYZ | 1.3 | 1.13 | 0.15 | - |
| YUV | 26.36 | 113.13 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 23 | 0 | 0 | 0.47 | 1 | 0.83 | 32.09 | 1 | 0.08 |
| Hex | 2B | 17 | 0 | 0 | 2F | 64 | 53 | 20 | 64 | 8 |
| Octal | 53 | 27 | 0 | 0 | 57 | 144 | 123 | 40 | 144 | 10 |
| Binary | 101011 | 10111 | 0 | 0 | 101111 | 1100100 | 1010011 | 100000 | 1100100 | 1000 |
Color Harmonies of #2B1700
Complementary color
Monochromatic Colors of #2B1700
Black with #2B1700
Text Example
Text Example
White with #2B1700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1700; }
p { color: rgb(43,23,0); }
H1.HeaderClassName
{
color: #2B1700;
}
.AnyTagClassName
{
color: #2B1700;
}
</style>
background-color css
<style>
a { background-color: #2B1700; }
a { background-color: rgb(43,23,0); }
div.DivClassName
{
background-color: #2B1700;
}
.BgClassName
{
background-color: #2B1700;
}
</style>
border-color css
<style>
span { border-color: #2B1700; }
span { border-color: rgb(43,23,0); }
td.TdClassName
{
border-color: #2B1700;
}
.TagClassName
{
border-color: #2B1700;
}
</style>