Shades of Cocoa Brown #261101
Tints of Cocoa Brown #261101
RGB
CMYK
RGB Variations
Color information
#261101 (or 0x261101) is known color: Cocoa Brown. HEX triplet: 26, 11 and 01. RGB value is (38,17,1). Sum of RGB (Red+Green+Blue) = 38+17+1=56 (7% of max value = 765). Red value is 38 (15.23% from 255 or 67.86% from 56); Green value is 17 (7.03% from 255 or 30.36% from 56); Blue value is 1 (0.78% from 255 or 1.79% from 56); Max value from RGB is 38 - color contains mainly: red. Hex color #261101 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261101 is #D9EEFE. Grayscale: #151515. Windows color (decimal): -14282495 or 69926. OLE color: 69926.
HSL color Cylindrical-coordinate representation of color #261101: hue angle of 25.95º 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 #261101 is Cyan = 0, Magento = 0.55, Yellow = 0.97 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 17 | 1 | - |
| CMYK | 0 | 0.55 | 0.97 | 0.85 |
| HSL | 25.95º | 0.95% | 0.08% | - |
| HSV(B) | 25.95º | 0.97% | 0.15% | - |
| XYZ | 1.01 | 0.82 | 0.13 | - |
| YUV | 21.46 | 116.46 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 17 | 1 | 0 | 0.55 | 0.97 | 0.85 | 25.95 | 0.95 | 0.08 |
| Hex | 26 | 11 | 1 | 0 | 37 | 61 | 55 | 1A | 5F | 8 |
| Octal | 46 | 21 | 1 | 0 | 67 | 141 | 125 | 32 | 137 | 10 |
| Binary | 100110 | 10001 | 1 | 0 | 110111 | 1100001 | 1010101 | 11010 | 1011111 | 1000 |
Color Harmonies of #261101
Complementary color
Monochromatic Colors of #261101
Black with #261101
Text Example
Text Example
White with #261101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261101; }
p { color: rgb(38,17,1); }
H1.HeaderClassName
{
color: #261101;
}
.AnyTagClassName
{
color: #261101;
}
</style>
background-color css
<style>
a { background-color: #261101; }
a { background-color: rgb(38,17,1); }
div.DivClassName
{
background-color: #261101;
}
.BgClassName
{
background-color: #261101;
}
</style>
border-color css
<style>
span { border-color: #261101; }
span { border-color: rgb(38,17,1); }
td.TdClassName
{
border-color: #261101;
}
.TagClassName
{
border-color: #261101;
}
</style>