Shades of Cocoa Brown #261505
Tints of Cocoa Brown #261505
RGB
CMYK
RGB Variations
Color information
#261505 (or 0x261505) is known color: Cocoa Brown. HEX triplet: 26, 15 and 05. RGB value is (38,21,5). Sum of RGB (Red+Green+Blue) = 38+21+5=64 (8% of max value = 765). Red value is 38 (15.23% from 255 or 59.38% from 64); Green value is 21 (8.59% from 255 or 32.81% from 64); Blue value is 5 (2.34% from 255 or 7.81% from 64); Max value from RGB is 38 - color contains mainly: red. Hex color #261505 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261505 is #D9EAFA. Grayscale: #181818. Windows color (decimal): -14281467 or 333094. OLE color: 333094.
HSL color Cylindrical-coordinate representation of color #261505: hue angle of 29.09º degrees, saturation: 0.77, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #261505 is Cyan = 0, Magento = 0.45, Yellow = 0.87 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 21 | 5 | - |
| CMYK | 0 | 0.45 | 0.87 | 0.85 |
| HSL | 29.09º | 0.77% | 0.08% | - |
| HSV(B) | 29.09º | 0.87% | 0.15% | - |
| XYZ | 1.09 | 0.96 | 0.27 | - |
| YUV | 24.26 | 117.13 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 21 | 5 | 0 | 0.45 | 0.87 | 0.85 | 29.09 | 0.77 | 0.08 |
| Hex | 26 | 15 | 5 | 0 | 2D | 57 | 55 | 1D | 4D | 8 |
| Octal | 46 | 25 | 5 | 0 | 55 | 127 | 125 | 35 | 115 | 10 |
| Binary | 100110 | 10101 | 101 | 0 | 101101 | 1010111 | 1010101 | 11101 | 1001101 | 1000 |
Color Harmonies of #261505
Complementary color
Monochromatic Colors of #261505
Black with #261505
Text Example
Text Example
White with #261505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261505; }
p { color: rgb(38,21,5); }
H1.HeaderClassName
{
color: #261505;
}
.AnyTagClassName
{
color: #261505;
}
</style>
background-color css
<style>
a { background-color: #261505; }
a { background-color: rgb(38,21,5); }
div.DivClassName
{
background-color: #261505;
}
.BgClassName
{
background-color: #261505;
}
</style>
border-color css
<style>
span { border-color: #261505; }
span { border-color: rgb(38,21,5); }
td.TdClassName
{
border-color: #261505;
}
.TagClassName
{
border-color: #261505;
}
</style>