Shades of Cocoa Brown #261301
Tints of Cocoa Brown #261301
RGB
CMYK
RGB Variations
Color information
#261301 (or 0x261301) is known color: Cocoa Brown. HEX triplet: 26, 13 and 01. RGB value is (38,19,1). Sum of RGB (Red+Green+Blue) = 38+19+1=58 (7% of max value = 765). Red value is 38 (15.23% from 255 or 65.52% from 58); Green value is 19 (7.81% from 255 or 32.76% from 58); Blue value is 1 (0.78% from 255 or 1.72% from 58); Max value from RGB is 38 - color contains mainly: red. Hex color #261301 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261301 is #D9ECFE. Grayscale: #161616. Windows color (decimal): -14281983 or 70438. OLE color: 70438.
HSL color Cylindrical-coordinate representation of color #261301: hue angle of 29.19º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #261301 is Cyan = 0, Magento = 0.50, Yellow = 0.97 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 19 | 1 | - |
| CMYK | 0 | 0.50 | 0.97 | 0.85 |
| HSL | 29.19º | 0.95% | 0.08% | - |
| HSV(B) | 29.19º | 0.97% | 0.15% | - |
| XYZ | 1.04 | 0.88 | 0.14 | - |
| YUV | 22.63 | 115.79 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 19 | 1 | 0 | 0.50 | 0.97 | 0.85 | 29.19 | 0.95 | 0.08 |
| Hex | 26 | 13 | 1 | 0 | 32 | 61 | 55 | 1D | 5F | 8 |
| Octal | 46 | 23 | 1 | 0 | 62 | 141 | 125 | 35 | 137 | 10 |
| Binary | 100110 | 10011 | 1 | 0 | 110010 | 1100001 | 1010101 | 11101 | 1011111 | 1000 |
Color Harmonies of #261301
Complementary color
Monochromatic Colors of #261301
Black with #261301
Text Example
Text Example
White with #261301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261301; }
p { color: rgb(38,19,1); }
H1.HeaderClassName
{
color: #261301;
}
.AnyTagClassName
{
color: #261301;
}
</style>
background-color css
<style>
a { background-color: #261301; }
a { background-color: rgb(38,19,1); }
div.DivClassName
{
background-color: #261301;
}
.BgClassName
{
background-color: #261301;
}
</style>
border-color css
<style>
span { border-color: #261301; }
span { border-color: rgb(38,19,1); }
td.TdClassName
{
border-color: #261301;
}
.TagClassName
{
border-color: #261301;
}
</style>