Shades of Cocoa Brown #261203
Tints of Cocoa Brown #261203
RGB
CMYK
RGB Variations
Color information
#261203 (or 0x261203) is known color: Cocoa Brown. HEX triplet: 26, 12 and 03. RGB value is (38,18,3). Sum of RGB (Red+Green+Blue) = 38+18+3=59 (7% of max value = 765). Red value is 38 (15.23% from 255 or 64.41% from 59); Green value is 18 (7.42% from 255 or 30.51% from 59); Blue value is 3 (1.56% from 255 or 5.08% from 59); Max value from RGB is 38 - color contains mainly: red. Hex color #261203 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261203 is #D9EDFC. Grayscale: #161616. Windows color (decimal): -14282237 or 201254. OLE color: 201254.
HSL color Cylindrical-coordinate representation of color #261203: hue angle of 25.71º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #261203 is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 18 | 3 | - |
| CMYK | 0 | 0.53 | 0.92 | 0.85 |
| HSL | 25.71º | 0.85% | 0.08% | - |
| HSV(B) | 25.71º | 0.92% | 0.15% | - |
| XYZ | 1.03 | 0.85 | 0.2 | - |
| YUV | 22.27 | 117.13 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 18 | 3 | 0 | 0.53 | 0.92 | 0.85 | 25.71 | 0.85 | 0.08 |
| Hex | 26 | 12 | 3 | 0 | 35 | 5C | 55 | 1A | 55 | 8 |
| Octal | 46 | 22 | 3 | 0 | 65 | 134 | 125 | 32 | 125 | 10 |
| Binary | 100110 | 10010 | 11 | 0 | 110101 | 1011100 | 1010101 | 11010 | 1010101 | 1000 |
Color Harmonies of #261203
Complementary color
Monochromatic Colors of #261203
Black with #261203
Text Example
Text Example
White with #261203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261203; }
p { color: rgb(38,18,3); }
H1.HeaderClassName
{
color: #261203;
}
.AnyTagClassName
{
color: #261203;
}
</style>
background-color css
<style>
a { background-color: #261203; }
a { background-color: rgb(38,18,3); }
div.DivClassName
{
background-color: #261203;
}
.BgClassName
{
background-color: #261203;
}
</style>
border-color css
<style>
span { border-color: #261203; }
span { border-color: rgb(38,18,3); }
td.TdClassName
{
border-color: #261203;
}
.TagClassName
{
border-color: #261203;
}
</style>