Shades of Cocoa Brown #261C0D
Tints of Cocoa Brown #261C0D
RGB
CMYK
RGB Variations
Color information
#261C0D (or 0x261C0D) is known color: Cocoa Brown. HEX triplet: 26, 1C and 0D. RGB value is (38,28,13). Sum of RGB (Red+Green+Blue) = 38+28+13=79 (10% of max value = 765). Red value is 38 (15.23% from 255 or 48.10% from 79); Green value is 28 (11.33% from 255 or 35.44% from 79); Blue value is 13 (5.47% from 255 or 16.46% from 79); Max value from RGB is 38 - color contains mainly: red. Hex color #261C0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261C0D is #D9E3F2. Grayscale: #1D1D1D. Windows color (decimal): -14279667 or 859174. OLE color: 859174.
HSL color Cylindrical-coordinate representation of color #261C0D: hue angle of 36º degrees, saturation: 0.49, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #261C0D is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 28 | 13 | - |
| CMYK | 0 | 0.26 | 0.66 | 0.85 |
| HSL | 36º | 0.49% | 0.1% | - |
| HSV(B) | 36º | 0.66% | 0.15% | - |
| XYZ | 1.29 | 1.27 | 0.56 | - |
| YUV | 29.28 | 118.81 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 28 | 13 | 0 | 0.26 | 0.66 | 0.85 | 36 | 0.49 | 0.1 |
| Hex | 26 | 1C | D | 0 | 1A | 42 | 55 | 24 | 31 | A |
| Octal | 46 | 34 | 15 | 0 | 32 | 102 | 125 | 44 | 61 | 12 |
| Binary | 100110 | 11100 | 1101 | 0 | 11010 | 1000010 | 1010101 | 100100 | 110001 | 1010 |
Color Harmonies of #261C0D
Complementary color
Monochromatic Colors of #261C0D
Black with #261C0D
Text Example
Text Example
White with #261C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261C0D; }
p { color: rgb(38,28,13); }
H1.HeaderClassName
{
color: #261C0D;
}
.AnyTagClassName
{
color: #261C0D;
}
</style>
background-color css
<style>
a { background-color: #261C0D; }
a { background-color: rgb(38,28,13); }
div.DivClassName
{
background-color: #261C0D;
}
.BgClassName
{
background-color: #261C0D;
}
</style>
border-color css
<style>
span { border-color: #261C0D; }
span { border-color: rgb(38,28,13); }
td.TdClassName
{
border-color: #261C0D;
}
.TagClassName
{
border-color: #261C0D;
}
</style>