Shades of Cocoa Brown #26180C
Tints of Cocoa Brown #26180C
RGB
CMYK
RGB Variations
Color information
#26180C (or 0x26180C) is known color: Cocoa Brown. HEX triplet: 26, 18 and 0C. RGB value is (38,24,12). Sum of RGB (Red+Green+Blue) = 38+24+12=74 (9% of max value = 765). Red value is 38 (15.23% from 255 or 51.35% from 74); Green value is 24 (9.77% from 255 or 32.43% from 74); Blue value is 12 (5.08% from 255 or 16.22% from 74); Max value from RGB is 38 - color contains mainly: red. Hex color #26180C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #26180C is #D9E7F3. Grayscale: #1A1A1A. Windows color (decimal): -14280692 or 792614. OLE color: 792614.
HSL color Cylindrical-coordinate representation of color #26180C: hue angle of 27.69º degrees, saturation: 0.52, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #26180C is Cyan = 0, Magento = 0.37, Yellow = 0.68 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 24 | 12 | - |
| CMYK | 0 | 0.37 | 0.68 | 0.85 |
| HSL | 27.69º | 0.52% | 0.1% | - |
| HSV(B) | 27.69º | 0.68% | 0.15% | - |
| XYZ | 1.19 | 1.09 | 0.5 | - |
| YUV | 26.82 | 119.64 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 24 | 12 | 0 | 0.37 | 0.68 | 0.85 | 27.69 | 0.52 | 0.1 |
| Hex | 26 | 18 | C | 0 | 25 | 44 | 55 | 1C | 34 | A |
| Octal | 46 | 30 | 14 | 0 | 45 | 104 | 125 | 34 | 64 | 12 |
| Binary | 100110 | 11000 | 1100 | 0 | 100101 | 1000100 | 1010101 | 11100 | 110100 | 1010 |
Color Harmonies of #26180C
Complementary color
Monochromatic Colors of #26180C
Black with #26180C
Text Example
Text Example
White with #26180C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26180C; }
p { color: rgb(38,24,12); }
H1.HeaderClassName
{
color: #26180C;
}
.AnyTagClassName
{
color: #26180C;
}
</style>
background-color css
<style>
a { background-color: #26180C; }
a { background-color: rgb(38,24,12); }
div.DivClassName
{
background-color: #26180C;
}
.BgClassName
{
background-color: #26180C;
}
</style>
border-color css
<style>
span { border-color: #26180C; }
span { border-color: rgb(38,24,12); }
td.TdClassName
{
border-color: #26180C;
}
.TagClassName
{
border-color: #26180C;
}
</style>