Shades of Cocoa Brown #261A0E
Tints of Cocoa Brown #261A0E
RGB
CMYK
RGB Variations
Color information
#261A0E (or 0x261A0E) is known color: Cocoa Brown. HEX triplet: 26, 1A and 0E. RGB value is (38,26,14). Sum of RGB (Red+Green+Blue) = 38+26+14=78 (10% of max value = 765). Red value is 38 (15.23% from 255 or 48.72% from 78); Green value is 26 (10.55% from 255 or 33.33% from 78); Blue value is 14 (5.86% from 255 or 17.95% from 78); Max value from RGB is 38 - color contains mainly: red. Hex color #261A0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261A0E is #D9E5F1. Grayscale: #1C1C1C. Windows color (decimal): -14280178 or 924198. OLE color: 924198.
HSL color Cylindrical-coordinate representation of color #261A0E: hue angle of 30º 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 #261A0E is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 26 | 14 | - |
| CMYK | 0 | 0.32 | 0.63 | 0.85 |
| HSL | 30º | 0.46% | 0.1% | - |
| HSV(B) | 30º | 0.63% | 0.15% | - |
| XYZ | 1.25 | 1.18 | 0.58 | - |
| YUV | 28.22 | 119.98 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 26 | 14 | 0 | 0.32 | 0.63 | 0.85 | 30 | 0.46 | 0.1 |
| Hex | 26 | 1A | E | 0 | 20 | 3F | 55 | 1E | 2E | A |
| Octal | 46 | 32 | 16 | 0 | 40 | 77 | 125 | 36 | 56 | 12 |
| Binary | 100110 | 11010 | 1110 | 0 | 100000 | 111111 | 1010101 | 11110 | 101110 | 1010 |
Color Harmonies of #261A0E
Complementary color
Monochromatic Colors of #261A0E
Black with #261A0E
Text Example
Text Example
White with #261A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261A0E; }
p { color: rgb(38,26,14); }
H1.HeaderClassName
{
color: #261A0E;
}
.AnyTagClassName
{
color: #261A0E;
}
</style>
background-color css
<style>
a { background-color: #261A0E; }
a { background-color: rgb(38,26,14); }
div.DivClassName
{
background-color: #261A0E;
}
.BgClassName
{
background-color: #261A0E;
}
</style>
border-color css
<style>
span { border-color: #261A0E; }
span { border-color: rgb(38,26,14); }
td.TdClassName
{
border-color: #261A0E;
}
.TagClassName
{
border-color: #261A0E;
}
</style>