Shades of Cocoa Brown #261B0B
Tints of Cocoa Brown #261B0B
RGB
CMYK
RGB Variations
Color information
#261B0B (or 0x261B0B) is known color: Cocoa Brown. HEX triplet: 26, 1B and 0B. RGB value is (38,27,11). Sum of RGB (Red+Green+Blue) = 38+27+11=76 (10% of max value = 765). Red value is 38 (15.23% from 255 or 50% from 76); Green value is 27 (10.94% from 255 or 35.53% from 76); Blue value is 11 (4.69% from 255 or 14.47% from 76); Max value from RGB is 38 - color contains mainly: red. Hex color #261B0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261B0B is #D9E4F4. Grayscale: #1C1C1C. Windows color (decimal): -14279925 or 727846. OLE color: 727846.
HSL color Cylindrical-coordinate representation of color #261B0B: hue angle of 35.56º degrees, saturation: 0.55, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #261B0B is Cyan = 0, Magento = 0.29, Yellow = 0.71 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 27 | 11 | - |
| CMYK | 0 | 0.29 | 0.71 | 0.85 |
| HSL | 35.56º | 0.55% | 0.1% | - |
| HSV(B) | 35.56º | 0.71% | 0.15% | - |
| XYZ | 1.25 | 1.22 | 0.49 | - |
| YUV | 28.47 | 118.14 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 27 | 11 | 0 | 0.29 | 0.71 | 0.85 | 35.56 | 0.55 | 0.1 |
| Hex | 26 | 1B | B | 0 | 1D | 47 | 55 | 24 | 37 | A |
| Octal | 46 | 33 | 13 | 0 | 35 | 107 | 125 | 44 | 67 | 12 |
| Binary | 100110 | 11011 | 1011 | 0 | 11101 | 1000111 | 1010101 | 100100 | 110111 | 1010 |
Color Harmonies of #261B0B
Complementary color
Monochromatic Colors of #261B0B
Black with #261B0B
Text Example
Text Example
White with #261B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261B0B; }
p { color: rgb(38,27,11); }
H1.HeaderClassName
{
color: #261B0B;
}
.AnyTagClassName
{
color: #261B0B;
}
</style>
background-color css
<style>
a { background-color: #261B0B; }
a { background-color: rgb(38,27,11); }
div.DivClassName
{
background-color: #261B0B;
}
.BgClassName
{
background-color: #261B0B;
}
</style>
border-color css
<style>
span { border-color: #261B0B; }
span { border-color: rgb(38,27,11); }
td.TdClassName
{
border-color: #261B0B;
}
.TagClassName
{
border-color: #261B0B;
}
</style>