Shades of Cocoa Brown #261905
Tints of Cocoa Brown #261905
RGB
CMYK
RGB Variations
Color information
#261905 (or 0x261905) is known color: Cocoa Brown. HEX triplet: 26, 19 and 05. RGB value is (38,25,5). Sum of RGB (Red+Green+Blue) = 38+25+5=68 (9% of max value = 765). Red value is 38 (15.23% from 255 or 55.88% from 68); Green value is 25 (10.16% from 255 or 36.76% from 68); Blue value is 5 (2.34% from 255 or 7.35% from 68); Max value from RGB is 38 - color contains mainly: red. Hex color #261905 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261905 is #D9E6FA. Grayscale: #1A1A1A. Windows color (decimal): -14280443 or 334118. OLE color: 334118.
HSL color Cylindrical-coordinate representation of color #261905: hue angle of 36.36º 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 #261905 is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 25 | 5 | - |
| CMYK | 0 | 0.34 | 0.87 | 0.85 |
| HSL | 36.36º | 0.77% | 0.08% | - |
| HSV(B) | 36.36º | 0.87% | 0.15% | - |
| XYZ | 1.17 | 1.12 | 0.3 | - |
| YUV | 26.61 | 115.81 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 25 | 5 | 0 | 0.34 | 0.87 | 0.85 | 36.36 | 0.77 | 0.08 |
| Hex | 26 | 19 | 5 | 0 | 22 | 57 | 55 | 24 | 4D | 8 |
| Octal | 46 | 31 | 5 | 0 | 42 | 127 | 125 | 44 | 115 | 10 |
| Binary | 100110 | 11001 | 101 | 0 | 100010 | 1010111 | 1010101 | 100100 | 1001101 | 1000 |
Color Harmonies of #261905
Complementary color
Monochromatic Colors of #261905
Black with #261905
Text Example
Text Example
White with #261905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261905; }
p { color: rgb(38,25,5); }
H1.HeaderClassName
{
color: #261905;
}
.AnyTagClassName
{
color: #261905;
}
</style>
background-color css
<style>
a { background-color: #261905; }
a { background-color: rgb(38,25,5); }
div.DivClassName
{
background-color: #261905;
}
.BgClassName
{
background-color: #261905;
}
</style>
border-color css
<style>
span { border-color: #261905; }
span { border-color: rgb(38,25,5); }
td.TdClassName
{
border-color: #261905;
}
.TagClassName
{
border-color: #261905;
}
</style>