Shades of Cocoa Brown #261405
Tints of Cocoa Brown #261405
RGB
CMYK
RGB Variations
Color information
#261405 (or 0x261405) is known color: Cocoa Brown. HEX triplet: 26, 14 and 05. RGB value is (38,20,5). Sum of RGB (Red+Green+Blue) = 38+20+5=63 (8% of max value = 765). Red value is 38 (15.23% from 255 or 60.32% from 63); Green value is 20 (8.20% from 255 or 31.75% from 63); Blue value is 5 (2.34% from 255 or 7.94% from 63); Max value from RGB is 38 - color contains mainly: red. Hex color #261405 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261405 is #D9EBFA. Grayscale: #171717. Windows color (decimal): -14281723 or 332838. OLE color: 332838.
HSL color Cylindrical-coordinate representation of color #261405: hue angle of 27.27º 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 #261405 is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 20 | 5 | - |
| CMYK | 0 | 0.47 | 0.87 | 0.85 |
| HSL | 27.27º | 0.77% | 0.08% | - |
| HSV(B) | 27.27º | 0.87% | 0.15% | - |
| XYZ | 1.08 | 0.92 | 0.27 | - |
| YUV | 23.67 | 117.46 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 20 | 5 | 0 | 0.47 | 0.87 | 0.85 | 27.27 | 0.77 | 0.08 |
| Hex | 26 | 14 | 5 | 0 | 2F | 57 | 55 | 1B | 4D | 8 |
| Octal | 46 | 24 | 5 | 0 | 57 | 127 | 125 | 33 | 115 | 10 |
| Binary | 100110 | 10100 | 101 | 0 | 101111 | 1010111 | 1010101 | 11011 | 1001101 | 1000 |
Color Harmonies of #261405
Complementary color
Monochromatic Colors of #261405
Black with #261405
Text Example
Text Example
White with #261405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261405; }
p { color: rgb(38,20,5); }
H1.HeaderClassName
{
color: #261405;
}
.AnyTagClassName
{
color: #261405;
}
</style>
background-color css
<style>
a { background-color: #261405; }
a { background-color: rgb(38,20,5); }
div.DivClassName
{
background-color: #261405;
}
.BgClassName
{
background-color: #261405;
}
</style>
border-color css
<style>
span { border-color: #261405; }
span { border-color: rgb(38,20,5); }
td.TdClassName
{
border-color: #261405;
}
.TagClassName
{
border-color: #261405;
}
</style>