Shades of Cocoa Brown #261A09
Tints of Cocoa Brown #261A09
RGB
CMYK
RGB Variations
Color information
#261A09 (or 0x261A09) is known color: Cocoa Brown. HEX triplet: 26, 1A and 09. RGB value is (38,26,9). Sum of RGB (Red+Green+Blue) = 38+26+9=73 (9% of max value = 765). Red value is 38 (15.23% from 255 or 52.05% from 73); Green value is 26 (10.55% from 255 or 35.62% from 73); Blue value is 9 (3.91% from 255 or 12.33% from 73); Max value from RGB is 38 - color contains mainly: red. Hex color #261A09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261A09 is #D9E5F6. Grayscale: #1B1B1B. Windows color (decimal): -14280183 or 596518. OLE color: 596518.
HSL color Cylindrical-coordinate representation of color #261A09: hue angle of 35.17º degrees, saturation: 0.62, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #261A09 is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 26 | 9 | - |
| CMYK | 0 | 0.32 | 0.76 | 0.85 |
| HSL | 35.17º | 0.62% | 0.09% | - |
| HSV(B) | 35.17º | 0.76% | 0.15% | - |
| XYZ | 1.22 | 1.17 | 0.42 | - |
| YUV | 27.65 | 117.48 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 26 | 9 | 0 | 0.32 | 0.76 | 0.85 | 35.17 | 0.62 | 0.09 |
| Hex | 26 | 1A | 9 | 0 | 20 | 4C | 55 | 23 | 3E | 9 |
| Octal | 46 | 32 | 11 | 0 | 40 | 114 | 125 | 43 | 76 | 11 |
| Binary | 100110 | 11010 | 1001 | 0 | 100000 | 1001100 | 1010101 | 100011 | 111110 | 1001 |
Color Harmonies of #261A09
Complementary color
Monochromatic Colors of #261A09
Black with #261A09
Text Example
Text Example
White with #261A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261A09; }
p { color: rgb(38,26,9); }
H1.HeaderClassName
{
color: #261A09;
}
.AnyTagClassName
{
color: #261A09;
}
</style>
background-color css
<style>
a { background-color: #261A09; }
a { background-color: rgb(38,26,9); }
div.DivClassName
{
background-color: #261A09;
}
.BgClassName
{
background-color: #261A09;
}
</style>
border-color css
<style>
span { border-color: #261A09; }
span { border-color: rgb(38,26,9); }
td.TdClassName
{
border-color: #261A09;
}
.TagClassName
{
border-color: #261A09;
}
</style>