Shades of Cocoa Brown #261901
Tints of Cocoa Brown #261901
RGB
CMYK
RGB Variations
Color information
#261901 (or 0x261901) is known color: Cocoa Brown. HEX triplet: 26, 19 and 01. RGB value is (38,25,1). Sum of RGB (Red+Green+Blue) = 38+25+1=64 (8% of max value = 765). Red value is 38 (15.23% from 255 or 59.38% from 64); Green value is 25 (10.16% from 255 or 39.06% from 64); Blue value is 1 (0.78% from 255 or 1.56% from 64); Max value from RGB is 38 - color contains mainly: red. Hex color #261901 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261901 is #D9E6FE. Grayscale: #1A1A1A. Windows color (decimal): -14280447 or 71974. OLE color: 71974.
HSL color Cylindrical-coordinate representation of color #261901: hue angle of 38.92º 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 #261901 is Cyan = 0, Magento = 0.34, Yellow = 0.97 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 25 | 1 | - |
| CMYK | 0 | 0.34 | 0.97 | 0.85 |
| HSL | 38.92º | 0.95% | 0.08% | - |
| HSV(B) | 38.92º | 0.97% | 0.15% | - |
| XYZ | 1.15 | 1.11 | 0.18 | - |
| YUV | 26.15 | 113.81 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 25 | 1 | 0 | 0.34 | 0.97 | 0.85 | 38.92 | 0.95 | 0.08 |
| Hex | 26 | 19 | 1 | 0 | 22 | 61 | 55 | 27 | 5F | 8 |
| Octal | 46 | 31 | 1 | 0 | 42 | 141 | 125 | 47 | 137 | 10 |
| Binary | 100110 | 11001 | 1 | 0 | 100010 | 1100001 | 1010101 | 100111 | 1011111 | 1000 |
Color Harmonies of #261901
Complementary color
Monochromatic Colors of #261901
Black with #261901
Text Example
Text Example
White with #261901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261901; }
p { color: rgb(38,25,1); }
H1.HeaderClassName
{
color: #261901;
}
.AnyTagClassName
{
color: #261901;
}
</style>
background-color css
<style>
a { background-color: #261901; }
a { background-color: rgb(38,25,1); }
div.DivClassName
{
background-color: #261901;
}
.BgClassName
{
background-color: #261901;
}
</style>
border-color css
<style>
span { border-color: #261901; }
span { border-color: rgb(38,25,1); }
td.TdClassName
{
border-color: #261901;
}
.TagClassName
{
border-color: #261901;
}
</style>