Shades of Cocoa Brown #261201
Tints of Cocoa Brown #261201
RGB
CMYK
RGB Variations
Color information
#261201 (or 0x261201) is known color: Cocoa Brown. HEX triplet: 26, 12 and 01. RGB value is (38,18,1). Sum of RGB (Red+Green+Blue) = 38+18+1=57 (7% of max value = 765). Red value is 38 (15.23% from 255 or 66.67% from 57); Green value is 18 (7.42% from 255 or 31.58% from 57); Blue value is 1 (0.78% from 255 or 1.75% from 57); Max value from RGB is 38 - color contains mainly: red. Hex color #261201 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261201 is #D9EDFE. Grayscale: #161616. Windows color (decimal): -14282239 or 70182. OLE color: 70182.
HSL color Cylindrical-coordinate representation of color #261201: hue angle of 27.57º 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 #261201 is Cyan = 0, Magento = 0.53, Yellow = 0.97 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 18 | 1 | - |
| CMYK | 0 | 0.53 | 0.97 | 0.85 |
| HSL | 27.57º | 0.95% | 0.08% | - |
| HSV(B) | 27.57º | 0.97% | 0.15% | - |
| XYZ | 1.02 | 0.85 | 0.14 | - |
| YUV | 22.04 | 116.13 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 18 | 1 | 0 | 0.53 | 0.97 | 0.85 | 27.57 | 0.95 | 0.08 |
| Hex | 26 | 12 | 1 | 0 | 35 | 61 | 55 | 1C | 5F | 8 |
| Octal | 46 | 22 | 1 | 0 | 65 | 141 | 125 | 34 | 137 | 10 |
| Binary | 100110 | 10010 | 1 | 0 | 110101 | 1100001 | 1010101 | 11100 | 1011111 | 1000 |
Color Harmonies of #261201
Complementary color
Monochromatic Colors of #261201
Black with #261201
Text Example
Text Example
White with #261201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261201; }
p { color: rgb(38,18,1); }
H1.HeaderClassName
{
color: #261201;
}
.AnyTagClassName
{
color: #261201;
}
</style>
background-color css
<style>
a { background-color: #261201; }
a { background-color: rgb(38,18,1); }
div.DivClassName
{
background-color: #261201;
}
.BgClassName
{
background-color: #261201;
}
</style>
border-color css
<style>
span { border-color: #261201; }
span { border-color: rgb(38,18,1); }
td.TdClassName
{
border-color: #261201;
}
.TagClassName
{
border-color: #261201;
}
</style>