Shades of Cocoa Brown #261D12
Tints of Cocoa Brown #261D12
RGB
CMYK
RGB Variations
Color information
#261D12 (or 0x261D12) is known color: Cocoa Brown. HEX triplet: 26, 1D and 12. RGB value is (38,29,18). Sum of RGB (Red+Green+Blue) = 38+29+18=85 (11% of max value = 765). Red value is 38 (15.23% from 255 or 44.71% from 85); Green value is 29 (11.72% from 255 or 34.12% from 85); Blue value is 18 (7.42% from 255 or 21.18% from 85); Max value from RGB is 38 - color contains mainly: red. Hex color #261D12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261D12 is #D9E2ED. Grayscale: #1E1E1E. Windows color (decimal): -14279406 or 1187110. OLE color: 1187110.
HSL color Cylindrical-coordinate representation of color #261D12: hue angle of 33º degrees, saturation: 0.36, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #261D12 is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 29 | 18 | - |
| CMYK | 0 | 0.24 | 0.53 | 0.85 |
| HSL | 33º | 0.36% | 0.11% | - |
| HSV(B) | 33º | 0.53% | 0.15% | - |
| XYZ | 1.35 | 1.33 | 0.76 | - |
| YUV | 30.44 | 120.98 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 29 | 18 | 0 | 0.24 | 0.53 | 0.85 | 33 | 0.36 | 0.11 |
| Hex | 26 | 1D | 12 | 0 | 18 | 35 | 55 | 21 | 24 | B |
| Octal | 46 | 35 | 22 | 0 | 30 | 65 | 125 | 41 | 44 | 13 |
| Binary | 100110 | 11101 | 10010 | 0 | 11000 | 110101 | 1010101 | 100001 | 100100 | 1011 |
Color Harmonies of #261D12
Complementary color
Monochromatic Colors of #261D12
Black with #261D12
Text Example
Text Example
White with #261D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261D12; }
p { color: rgb(38,29,18); }
H1.HeaderClassName
{
color: #261D12;
}
.AnyTagClassName
{
color: #261D12;
}
</style>
background-color css
<style>
a { background-color: #261D12; }
a { background-color: rgb(38,29,18); }
div.DivClassName
{
background-color: #261D12;
}
.BgClassName
{
background-color: #261D12;
}
</style>
border-color css
<style>
span { border-color: #261D12; }
span { border-color: rgb(38,29,18); }
td.TdClassName
{
border-color: #261D12;
}
.TagClassName
{
border-color: #261D12;
}
</style>