Shades of Cocoa Brown #261705
Tints of Cocoa Brown #261705
RGB
CMYK
RGB Variations
Color information
#261705 (or 0x261705) is known color: Cocoa Brown. HEX triplet: 26, 17 and 05. RGB value is (38,23,5). Sum of RGB (Red+Green+Blue) = 38+23+5=66 (8% of max value = 765). Red value is 38 (15.23% from 255 or 57.58% from 66); Green value is 23 (9.38% from 255 or 34.85% from 66); Blue value is 5 (2.34% from 255 or 7.58% from 66); Max value from RGB is 38 - color contains mainly: red. Hex color #261705 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261705 is #D9E8FA. Grayscale: #191919. Windows color (decimal): -14280955 or 333606. OLE color: 333606.
HSL color Cylindrical-coordinate representation of color #261705: hue angle of 32.73º degrees, saturation: 0.77, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #261705 is Cyan = 0, Magento = 0.39, Yellow = 0.87 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 23 | 5 | - |
| CMYK | 0 | 0.39 | 0.87 | 0.85 |
| HSL | 32.73º | 0.77% | 0.08% | - |
| HSV(B) | 32.73º | 0.87% | 0.15% | - |
| XYZ | 1.13 | 1.04 | 0.28 | - |
| YUV | 25.43 | 116.47 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 23 | 5 | 0 | 0.39 | 0.87 | 0.85 | 32.73 | 0.77 | 0.08 |
| Hex | 26 | 17 | 5 | 0 | 27 | 57 | 55 | 21 | 4D | 8 |
| Octal | 46 | 27 | 5 | 0 | 47 | 127 | 125 | 41 | 115 | 10 |
| Binary | 100110 | 10111 | 101 | 0 | 100111 | 1010111 | 1010101 | 100001 | 1001101 | 1000 |
Color Harmonies of #261705
Complementary color
Monochromatic Colors of #261705
Black with #261705
Text Example
Text Example
White with #261705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261705; }
p { color: rgb(38,23,5); }
H1.HeaderClassName
{
color: #261705;
}
.AnyTagClassName
{
color: #261705;
}
</style>
background-color css
<style>
a { background-color: #261705; }
a { background-color: rgb(38,23,5); }
div.DivClassName
{
background-color: #261705;
}
.BgClassName
{
background-color: #261705;
}
</style>
border-color css
<style>
span { border-color: #261705; }
span { border-color: rgb(38,23,5); }
td.TdClassName
{
border-color: #261705;
}
.TagClassName
{
border-color: #261705;
}
</style>