Shades of Cocoa Brown #261500
Tints of Cocoa Brown #261500
RGB
CMYK
RGB Variations
Color information
#261500 (or 0x261500) is known color: Cocoa Brown. HEX triplet: 26, 15 and 00. RGB value is (38,21,0). Sum of RGB (Red+Green+Blue) = 38+21+0=59 (7% of max value = 765). Red value is 38 (15.23% from 255 or 64.41% from 59); Green value is 21 (8.59% from 255 or 35.59% from 59); Blue value is 0 (0.39% from 255 or 0% from 59); Max value from RGB is 38 - color contains mainly: red. Hex color #261500 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261500 is #D9EAFF. Grayscale: #171717. Windows color (decimal): -14281472 or 5414. OLE color: 5414.
HSL color Cylindrical-coordinate representation of color #261500: hue angle of 33.16º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #261500 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 21 | 0 | - |
| CMYK | 0 | 0.45 | 1 | 0.85 |
| HSL | 33.16º | 1% | 0.07% | - |
| HSV(B) | 33.16º | 1% | 0.15% | - |
| XYZ | 1.07 | 0.95 | 0.13 | - |
| YUV | 23.69 | 114.63 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 21 | 0 | 0 | 0.45 | 1 | 0.85 | 33.16 | 1 | 0.07 |
| Hex | 26 | 15 | 0 | 0 | 2D | 64 | 55 | 21 | 64 | 7 |
| Octal | 46 | 25 | 0 | 0 | 55 | 144 | 125 | 41 | 144 | 7 |
| Binary | 100110 | 10101 | 0 | 0 | 101101 | 1100100 | 1010101 | 100001 | 1100100 | 111 |
Color Harmonies of #261500
Complementary color
Monochromatic Colors of #261500
Black with #261500
Text Example
Text Example
White with #261500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261500; }
p { color: rgb(38,21,0); }
H1.HeaderClassName
{
color: #261500;
}
.AnyTagClassName
{
color: #261500;
}
</style>
background-color css
<style>
a { background-color: #261500; }
a { background-color: rgb(38,21,0); }
div.DivClassName
{
background-color: #261500;
}
.BgClassName
{
background-color: #261500;
}
</style>
border-color css
<style>
span { border-color: #261500; }
span { border-color: rgb(38,21,0); }
td.TdClassName
{
border-color: #261500;
}
.TagClassName
{
border-color: #261500;
}
</style>