Shades of Cocoa Brown #261A10
Tints of Cocoa Brown #261A10
RGB
CMYK
RGB Variations
Color information
#261A10 (or 0x261A10) is known color: Cocoa Brown. HEX triplet: 26, 1A and 10. RGB value is (38,26,16). Sum of RGB (Red+Green+Blue) = 38+26+16=80 (10% of max value = 765). Red value is 38 (15.23% from 255 or 47.5% from 80); Green value is 26 (10.55% from 255 or 32.5% from 80); Blue value is 16 (6.64% from 255 or 20% from 80); Max value from RGB is 38 - color contains mainly: red. Hex color #261A10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261A10 is #D9E5EF. Grayscale: #1C1C1C. Windows color (decimal): -14280176 or 1055270. OLE color: 1055270.
HSL color Cylindrical-coordinate representation of color #261A10: hue angle of 27.27º degrees, saturation: 0.41, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #261A10 is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 26 | 16 | - |
| CMYK | 0 | 0.32 | 0.58 | 0.85 |
| HSL | 27.27º | 0.41% | 0.11% | - |
| HSV(B) | 27.27º | 0.58% | 0.15% | - |
| XYZ | 1.26 | 1.19 | 0.65 | - |
| YUV | 28.45 | 120.98 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 26 | 16 | 0 | 0.32 | 0.58 | 0.85 | 27.27 | 0.41 | 0.11 |
| Hex | 26 | 1A | 10 | 0 | 20 | 3A | 55 | 1B | 29 | B |
| Octal | 46 | 32 | 20 | 0 | 40 | 72 | 125 | 33 | 51 | 13 |
| Binary | 100110 | 11010 | 10000 | 0 | 100000 | 111010 | 1010101 | 11011 | 101001 | 1011 |
Color Harmonies of #261A10
Complementary color
Monochromatic Colors of #261A10
Black with #261A10
Text Example
Text Example
White with #261A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261A10; }
p { color: rgb(38,26,16); }
H1.HeaderClassName
{
color: #261A10;
}
.AnyTagClassName
{
color: #261A10;
}
</style>
background-color css
<style>
a { background-color: #261A10; }
a { background-color: rgb(38,26,16); }
div.DivClassName
{
background-color: #261A10;
}
.BgClassName
{
background-color: #261A10;
}
</style>
border-color css
<style>
span { border-color: #261A10; }
span { border-color: rgb(38,26,16); }
td.TdClassName
{
border-color: #261A10;
}
.TagClassName
{
border-color: #261A10;
}
</style>