Shades of Cocoa Brown #261900
Tints of Cocoa Brown #261900
RGB
CMYK
RGB Variations
Color information
#261900 (or 0x261900) is known color: Cocoa Brown. HEX triplet: 26, 19 and 00. RGB value is (38,25,0). Sum of RGB (Red+Green+Blue) = 38+25+0=63 (8% of max value = 765). Red value is 38 (15.23% from 255 or 60.32% from 63); Green value is 25 (10.16% from 255 or 39.68% from 63); Blue value is 0 (0.39% from 255 or 0% from 63); Max value from RGB is 38 - color contains mainly: red. Hex color #261900 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261900 is #D9E6FF. Grayscale: #1A1A1A. Windows color (decimal): -14280448 or 6438. OLE color: 6438.
HSL color Cylindrical-coordinate representation of color #261900: hue angle of 39.47º 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 #261900 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 25 | 0 | - |
| CMYK | 0 | 0.34 | 1 | 0.85 |
| HSL | 39.47º | 1% | 0.07% | - |
| HSV(B) | 39.47º | 1% | 0.15% | - |
| XYZ | 1.15 | 1.11 | 0.15 | - |
| YUV | 26.04 | 113.31 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 25 | 0 | 0 | 0.34 | 1 | 0.85 | 39.47 | 1 | 0.07 |
| Hex | 26 | 19 | 0 | 0 | 22 | 64 | 55 | 27 | 64 | 7 |
| Octal | 46 | 31 | 0 | 0 | 42 | 144 | 125 | 47 | 144 | 7 |
| Binary | 100110 | 11001 | 0 | 0 | 100010 | 1100100 | 1010101 | 100111 | 1100100 | 111 |
Color Harmonies of #261900
Complementary color
Monochromatic Colors of #261900
Black with #261900
Text Example
Text Example
White with #261900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261900; }
p { color: rgb(38,25,0); }
H1.HeaderClassName
{
color: #261900;
}
.AnyTagClassName
{
color: #261900;
}
</style>
background-color css
<style>
a { background-color: #261900; }
a { background-color: rgb(38,25,0); }
div.DivClassName
{
background-color: #261900;
}
.BgClassName
{
background-color: #261900;
}
</style>
border-color css
<style>
span { border-color: #261900; }
span { border-color: rgb(38,25,0); }
td.TdClassName
{
border-color: #261900;
}
.TagClassName
{
border-color: #261900;
}
</style>