Shades of Cocoa Brown #2B1A02
Tints of Cocoa Brown #2B1A02
RGB
CMYK
RGB Variations
Color information
#2B1A02 (or 0x2B1A02) is known color: Cocoa Brown. HEX triplet: 2B, 1A and 02. RGB value is (43,26,2). Sum of RGB (Red+Green+Blue) = 43+26+2=71 (9% of max value = 765). Red value is 43 (17.19% from 255 or 60.56% from 71); Green value is 26 (10.55% from 255 or 36.62% from 71); Blue value is 2 (1.17% from 255 or 2.82% from 71); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1A02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B1A02 is #D4E5FD. Grayscale: #1C1C1C. Windows color (decimal): -13952510 or 137771. OLE color: 137771.
HSL color Cylindrical-coordinate representation of color #2B1A02: hue angle of 35.12º 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 #2B1A02 is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 26 | 2 | - |
| CMYK | 0 | 0.40 | 0.95 | 0.83 |
| HSL | 35.12º | 0.91% | 0.09% | - |
| HSV(B) | 35.12º | 0.95% | 0.17% | - |
| XYZ | 1.38 | 1.26 | 0.23 | - |
| YUV | 28.35 | 113.13 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 26 | 2 | 0 | 0.40 | 0.95 | 0.83 | 35.12 | 0.91 | 0.09 |
| Hex | 2B | 1A | 2 | 0 | 28 | 5F | 53 | 23 | 5B | 9 |
| Octal | 53 | 32 | 2 | 0 | 50 | 137 | 123 | 43 | 133 | 11 |
| Binary | 101011 | 11010 | 10 | 0 | 101000 | 1011111 | 1010011 | 100011 | 1011011 | 1001 |
Color Harmonies of #2B1A02
Complementary color
Monochromatic Colors of #2B1A02
Black with #2B1A02
Text Example
Text Example
White with #2B1A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1A02; }
p { color: rgb(43,26,2); }
H1.HeaderClassName
{
color: #2B1A02;
}
.AnyTagClassName
{
color: #2B1A02;
}
</style>
background-color css
<style>
a { background-color: #2B1A02; }
a { background-color: rgb(43,26,2); }
div.DivClassName
{
background-color: #2B1A02;
}
.BgClassName
{
background-color: #2B1A02;
}
</style>
border-color css
<style>
span { border-color: #2B1A02; }
span { border-color: rgb(43,26,2); }
td.TdClassName
{
border-color: #2B1A02;
}
.TagClassName
{
border-color: #2B1A02;
}
</style>