Shades of Cocoa Brown #2B1902
Tints of Cocoa Brown #2B1902
RGB
CMYK
RGB Variations
Color information
#2B1902 (or 0x2B1902) is known color: Cocoa Brown. HEX triplet: 2B, 19 and 02. RGB value is (43,25,2). Sum of RGB (Red+Green+Blue) = 43+25+2=70 (9% of max value = 765). Red value is 43 (17.19% from 255 or 61.43% from 70); Green value is 25 (10.16% from 255 or 35.71% from 70); Blue value is 2 (1.17% from 255 or 2.86% from 70); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1902 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B1902 is #D4E6FD. Grayscale: #1B1B1B. Windows color (decimal): -13952766 or 137515. OLE color: 137515.
HSL color Cylindrical-coordinate representation of color #2B1902: hue angle of 33.66º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2B1902 is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 25 | 2 | - |
| CMYK | 0 | 0.42 | 0.95 | 0.83 |
| HSL | 33.66º | 0.91% | 0.09% | - |
| HSV(B) | 33.66º | 0.95% | 0.17% | - |
| XYZ | 1.35 | 1.21 | 0.22 | - |
| YUV | 27.76 | 113.46 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 25 | 2 | 0 | 0.42 | 0.95 | 0.83 | 33.66 | 0.91 | 0.09 |
| Hex | 2B | 19 | 2 | 0 | 2A | 5F | 53 | 22 | 5B | 9 |
| Octal | 53 | 31 | 2 | 0 | 52 | 137 | 123 | 42 | 133 | 11 |
| Binary | 101011 | 11001 | 10 | 0 | 101010 | 1011111 | 1010011 | 100010 | 1011011 | 1001 |
Color Harmonies of #2B1902
Complementary color
Monochromatic Colors of #2B1902
Black with #2B1902
Text Example
Text Example
White with #2B1902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1902; }
p { color: rgb(43,25,2); }
H1.HeaderClassName
{
color: #2B1902;
}
.AnyTagClassName
{
color: #2B1902;
}
</style>
background-color css
<style>
a { background-color: #2B1902; }
a { background-color: rgb(43,25,2); }
div.DivClassName
{
background-color: #2B1902;
}
.BgClassName
{
background-color: #2B1902;
}
</style>
border-color css
<style>
span { border-color: #2B1902; }
span { border-color: rgb(43,25,2); }
td.TdClassName
{
border-color: #2B1902;
}
.TagClassName
{
border-color: #2B1902;
}
</style>