Shades of Cocoa Brown #261904
Tints of Cocoa Brown #261904
RGB
CMYK
RGB Variations
Color information
#261904 (or 0x261904) is known color: Cocoa Brown. HEX triplet: 26, 19 and 04. RGB value is (38,25,4). Sum of RGB (Red+Green+Blue) = 38+25+4=67 (8% of max value = 765). Red value is 38 (15.23% from 255 or 56.72% from 67); Green value is 25 (10.16% from 255 or 37.31% from 67); Blue value is 4 (1.95% from 255 or 5.97% from 67); Max value from RGB is 38 - color contains mainly: red. Hex color #261904 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261904 is #D9E6FB. Grayscale: #1A1A1A. Windows color (decimal): -14280444 or 268582. OLE color: 268582.
HSL color Cylindrical-coordinate representation of color #261904: hue angle of 37.06º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #261904 is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 25 | 4 | - |
| CMYK | 0 | 0.34 | 0.89 | 0.85 |
| HSL | 37.06º | 0.81% | 0.08% | - |
| HSV(B) | 37.06º | 0.89% | 0.15% | - |
| XYZ | 1.17 | 1.12 | 0.27 | - |
| YUV | 26.49 | 115.31 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 25 | 4 | 0 | 0.34 | 0.89 | 0.85 | 37.06 | 0.81 | 0.08 |
| Hex | 26 | 19 | 4 | 0 | 22 | 59 | 55 | 25 | 51 | 8 |
| Octal | 46 | 31 | 4 | 0 | 42 | 131 | 125 | 45 | 121 | 10 |
| Binary | 100110 | 11001 | 100 | 0 | 100010 | 1011001 | 1010101 | 100101 | 1010001 | 1000 |
Color Harmonies of #261904
Complementary color
Monochromatic Colors of #261904
Black with #261904
Text Example
Text Example
White with #261904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261904; }
p { color: rgb(38,25,4); }
H1.HeaderClassName
{
color: #261904;
}
.AnyTagClassName
{
color: #261904;
}
</style>
background-color css
<style>
a { background-color: #261904; }
a { background-color: rgb(38,25,4); }
div.DivClassName
{
background-color: #261904;
}
.BgClassName
{
background-color: #261904;
}
</style>
border-color css
<style>
span { border-color: #261904; }
span { border-color: rgb(38,25,4); }
td.TdClassName
{
border-color: #261904;
}
.TagClassName
{
border-color: #261904;
}
</style>