Shades of Cocoa Brown #261A0B
Tints of Cocoa Brown #261A0B
RGB
CMYK
RGB Variations
Color information
#261A0B (or 0x261A0B) is known color: Cocoa Brown. HEX triplet: 26, 1A and 0B. RGB value is (38,26,11). Sum of RGB (Red+Green+Blue) = 38+26+11=75 (9% of max value = 765). Red value is 38 (15.23% from 255 or 50.67% from 75); Green value is 26 (10.55% from 255 or 34.67% from 75); Blue value is 11 (4.69% from 255 or 14.67% from 75); Max value from RGB is 38 - color contains mainly: red. Hex color #261A0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261A0B is #D9E5F4. Grayscale: #1B1B1B. Windows color (decimal): -14280181 or 727590. OLE color: 727590.
HSL color Cylindrical-coordinate representation of color #261A0B: hue angle of 33.33º degrees, saturation: 0.55, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #261A0B is Cyan = 0, Magento = 0.32, Yellow = 0.71 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 26 | 11 | - |
| CMYK | 0 | 0.32 | 0.71 | 0.85 |
| HSL | 33.33º | 0.55% | 0.1% | - |
| HSV(B) | 33.33º | 0.71% | 0.15% | - |
| XYZ | 1.23 | 1.18 | 0.48 | - |
| YUV | 27.88 | 118.48 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 26 | 11 | 0 | 0.32 | 0.71 | 0.85 | 33.33 | 0.55 | 0.1 |
| Hex | 26 | 1A | B | 0 | 20 | 47 | 55 | 21 | 37 | A |
| Octal | 46 | 32 | 13 | 0 | 40 | 107 | 125 | 41 | 67 | 12 |
| Binary | 100110 | 11010 | 1011 | 0 | 100000 | 1000111 | 1010101 | 100001 | 110111 | 1010 |
Color Harmonies of #261A0B
Complementary color
Monochromatic Colors of #261A0B
Black with #261A0B
Text Example
Text Example
White with #261A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261A0B; }
p { color: rgb(38,26,11); }
H1.HeaderClassName
{
color: #261A0B;
}
.AnyTagClassName
{
color: #261A0B;
}
</style>
background-color css
<style>
a { background-color: #261A0B; }
a { background-color: rgb(38,26,11); }
div.DivClassName
{
background-color: #261A0B;
}
.BgClassName
{
background-color: #261A0B;
}
</style>
border-color css
<style>
span { border-color: #261A0B; }
span { border-color: rgb(38,26,11); }
td.TdClassName
{
border-color: #261A0B;
}
.TagClassName
{
border-color: #261A0B;
}
</style>