Shades of Cocoa Brown #26190B
Tints of Cocoa Brown #26190B
RGB
CMYK
RGB Variations
Color information
#26190B (or 0x26190B) is known color: Cocoa Brown. HEX triplet: 26, 19 and 0B. RGB value is (38,25,11). Sum of RGB (Red+Green+Blue) = 38+25+11=74 (9% of max value = 765). Red value is 38 (15.23% from 255 or 51.35% from 74); Green value is 25 (10.16% from 255 or 33.78% from 74); Blue value is 11 (4.69% from 255 or 14.86% from 74); Max value from RGB is 38 - color contains mainly: red. Hex color #26190B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #26190B is #D9E6F4. Grayscale: #1B1B1B. Windows color (decimal): -14280437 or 727334. OLE color: 727334.
HSL color Cylindrical-coordinate representation of color #26190B: hue angle of 31.11º degrees, saturation: 0.55, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #26190B is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 25 | 11 | - |
| CMYK | 0 | 0.34 | 0.71 | 0.85 |
| HSL | 31.11º | 0.55% | 0.1% | - |
| HSV(B) | 31.11º | 0.71% | 0.15% | - |
| XYZ | 1.21 | 1.13 | 0.47 | - |
| YUV | 27.29 | 118.81 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 25 | 11 | 0 | 0.34 | 0.71 | 0.85 | 31.11 | 0.55 | 0.1 |
| Hex | 26 | 19 | B | 0 | 22 | 47 | 55 | 1F | 37 | A |
| Octal | 46 | 31 | 13 | 0 | 42 | 107 | 125 | 37 | 67 | 12 |
| Binary | 100110 | 11001 | 1011 | 0 | 100010 | 1000111 | 1010101 | 11111 | 110111 | 1010 |
Color Harmonies of #26190B
Complementary color
Monochromatic Colors of #26190B
Black with #26190B
Text Example
Text Example
White with #26190B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26190B; }
p { color: rgb(38,25,11); }
H1.HeaderClassName
{
color: #26190B;
}
.AnyTagClassName
{
color: #26190B;
}
</style>
background-color css
<style>
a { background-color: #26190B; }
a { background-color: rgb(38,25,11); }
div.DivClassName
{
background-color: #26190B;
}
.BgClassName
{
background-color: #26190B;
}
</style>
border-color css
<style>
span { border-color: #26190B; }
span { border-color: rgb(38,25,11); }
td.TdClassName
{
border-color: #26190B;
}
.TagClassName
{
border-color: #26190B;
}
</style>