Shades of Cocoa Brown #261801
Tints of Cocoa Brown #261801
RGB
CMYK
RGB Variations
Color information
#261801 (or 0x261801) is known color: Cocoa Brown. HEX triplet: 26, 18 and 01. RGB value is (38,24,1). Sum of RGB (Red+Green+Blue) = 38+24+1=63 (8% of max value = 765). Red value is 38 (15.23% from 255 or 60.32% from 63); Green value is 24 (9.77% from 255 or 38.10% from 63); Blue value is 1 (0.78% from 255 or 1.59% from 63); Max value from RGB is 38 - color contains mainly: red. Hex color #261801 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261801 is #D9E7FE. Grayscale: #191919. Windows color (decimal): -14280703 or 71718. OLE color: 71718.
HSL color Cylindrical-coordinate representation of color #261801: hue angle of 37.3º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #261801 is Cyan = 0, Magento = 0.37, Yellow = 0.97 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 24 | 1 | - |
| CMYK | 0 | 0.37 | 0.97 | 0.85 |
| HSL | 37.3º | 0.95% | 0.08% | - |
| HSV(B) | 37.3º | 0.97% | 0.15% | - |
| XYZ | 1.13 | 1.07 | 0.18 | - |
| YUV | 25.56 | 114.14 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 24 | 1 | 0 | 0.37 | 0.97 | 0.85 | 37.3 | 0.95 | 0.08 |
| Hex | 26 | 18 | 1 | 0 | 25 | 61 | 55 | 25 | 5F | 8 |
| Octal | 46 | 30 | 1 | 0 | 45 | 141 | 125 | 45 | 137 | 10 |
| Binary | 100110 | 11000 | 1 | 0 | 100101 | 1100001 | 1010101 | 100101 | 1011111 | 1000 |
Color Harmonies of #261801
Complementary color
Monochromatic Colors of #261801
Black with #261801
Text Example
Text Example
White with #261801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261801; }
p { color: rgb(38,24,1); }
H1.HeaderClassName
{
color: #261801;
}
.AnyTagClassName
{
color: #261801;
}
</style>
background-color css
<style>
a { background-color: #261801; }
a { background-color: rgb(38,24,1); }
div.DivClassName
{
background-color: #261801;
}
.BgClassName
{
background-color: #261801;
}
</style>
border-color css
<style>
span { border-color: #261801; }
span { border-color: rgb(38,24,1); }
td.TdClassName
{
border-color: #261801;
}
.TagClassName
{
border-color: #261801;
}
</style>