Shades of Cocoa Brown #261D11
Tints of Cocoa Brown #261D11
RGB
CMYK
RGB Variations
Color information
#261D11 (or 0x261D11) is known color: Cocoa Brown. HEX triplet: 26, 1D and 11. RGB value is (38,29,17). Sum of RGB (Red+Green+Blue) = 38+29+17=84 (11% of max value = 765). Red value is 38 (15.23% from 255 or 45.24% from 84); Green value is 29 (11.72% from 255 or 34.52% from 84); Blue value is 17 (7.03% from 255 or 20.24% from 84); Max value from RGB is 38 - color contains mainly: red. Hex color #261D11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261D11 is #D9E2EE. Grayscale: #1E1E1E. Windows color (decimal): -14279407 or 1121574. OLE color: 1121574.
HSL color Cylindrical-coordinate representation of color #261D11: hue angle of 34.29º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #261D11 is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 29 | 17 | - |
| CMYK | 0 | 0.24 | 0.55 | 0.85 |
| HSL | 34.29º | 0.38% | 0.11% | - |
| HSV(B) | 34.29º | 0.55% | 0.15% | - |
| XYZ | 1.34 | 1.33 | 0.72 | - |
| YUV | 30.32 | 120.48 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 29 | 17 | 0 | 0.24 | 0.55 | 0.85 | 34.29 | 0.38 | 0.11 |
| Hex | 26 | 1D | 11 | 0 | 18 | 37 | 55 | 22 | 26 | B |
| Octal | 46 | 35 | 21 | 0 | 30 | 67 | 125 | 42 | 46 | 13 |
| Binary | 100110 | 11101 | 10001 | 0 | 11000 | 110111 | 1010101 | 100010 | 100110 | 1011 |
Color Harmonies of #261D11
Complementary color
Monochromatic Colors of #261D11
Black with #261D11
Text Example
Text Example
White with #261D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261D11; }
p { color: rgb(38,29,17); }
H1.HeaderClassName
{
color: #261D11;
}
.AnyTagClassName
{
color: #261D11;
}
</style>
background-color css
<style>
a { background-color: #261D11; }
a { background-color: rgb(38,29,17); }
div.DivClassName
{
background-color: #261D11;
}
.BgClassName
{
background-color: #261D11;
}
</style>
border-color css
<style>
span { border-color: #261D11; }
span { border-color: rgb(38,29,17); }
td.TdClassName
{
border-color: #261D11;
}
.TagClassName
{
border-color: #261D11;
}
</style>