Shades of Cocoa Brown #261B0E
Tints of Cocoa Brown #261B0E
RGB
CMYK
RGB Variations
Color information
#261B0E (or 0x261B0E) is known color: Cocoa Brown. HEX triplet: 26, 1B and 0E. RGB value is (38,27,14). Sum of RGB (Red+Green+Blue) = 38+27+14=79 (10% of max value = 765). Red value is 38 (15.23% from 255 or 48.10% from 79); Green value is 27 (10.94% from 255 or 34.18% from 79); Blue value is 14 (5.86% from 255 or 17.72% from 79); Max value from RGB is 38 - color contains mainly: red. Hex color #261B0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261B0E is #D9E4F1. Grayscale: #1C1C1C. Windows color (decimal): -14279922 or 924454. OLE color: 924454.
HSL color Cylindrical-coordinate representation of color #261B0E: hue angle of 32.5º degrees, saturation: 0.46, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #261B0E is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 27 | 14 | - |
| CMYK | 0 | 0.29 | 0.63 | 0.85 |
| HSL | 32.5º | 0.46% | 0.1% | - |
| HSV(B) | 32.5º | 0.63% | 0.15% | - |
| XYZ | 1.27 | 1.23 | 0.59 | - |
| YUV | 28.81 | 119.64 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 27 | 14 | 0 | 0.29 | 0.63 | 0.85 | 32.5 | 0.46 | 0.1 |
| Hex | 26 | 1B | E | 0 | 1D | 3F | 55 | 20 | 2E | A |
| Octal | 46 | 33 | 16 | 0 | 35 | 77 | 125 | 40 | 56 | 12 |
| Binary | 100110 | 11011 | 1110 | 0 | 11101 | 111111 | 1010101 | 100000 | 101110 | 1010 |
Color Harmonies of #261B0E
Complementary color
Monochromatic Colors of #261B0E
Black with #261B0E
Text Example
Text Example
White with #261B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261B0E; }
p { color: rgb(38,27,14); }
H1.HeaderClassName
{
color: #261B0E;
}
.AnyTagClassName
{
color: #261B0E;
}
</style>
background-color css
<style>
a { background-color: #261B0E; }
a { background-color: rgb(38,27,14); }
div.DivClassName
{
background-color: #261B0E;
}
.BgClassName
{
background-color: #261B0E;
}
</style>
border-color css
<style>
span { border-color: #261B0E; }
span { border-color: rgb(38,27,14); }
td.TdClassName
{
border-color: #261B0E;
}
.TagClassName
{
border-color: #261B0E;
}
</style>