Shades of Cocoa Brown #271A10
Tints of Cocoa Brown #271A10
RGB
CMYK
RGB Variations
Color information
#271A10 (or 0x271A10) is known color: Cocoa Brown. HEX triplet: 27, 1A and 10. RGB value is (39,26,16). Sum of RGB (Red+Green+Blue) = 39+26+16=81 (10% of max value = 765). Red value is 39 (15.62% from 255 or 48.15% from 81); Green value is 26 (10.55% from 255 or 32.10% from 81); Blue value is 16 (6.64% from 255 or 19.75% from 81); Max value from RGB is 39 - color contains mainly: red. Hex color #271A10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271A10 is #D8E5EF. Grayscale: #1C1C1C. Windows color (decimal): -14214640 or 1055271. OLE color: 1055271.
HSL color Cylindrical-coordinate representation of color #271A10: hue angle of 26.09º degrees, saturation: 0.42, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #271A10 is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 26 | 16 | - |
| CMYK | 0 | 0.33 | 0.59 | 0.85 |
| HSL | 26.09º | 0.42% | 0.11% | - |
| HSV(B) | 26.09º | 0.59% | 0.15% | - |
| XYZ | 1.3 | 1.21 | 0.65 | - |
| YUV | 28.75 | 120.81 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 26 | 16 | 0 | 0.33 | 0.59 | 0.85 | 26.09 | 0.42 | 0.11 |
| Hex | 27 | 1A | 10 | 0 | 21 | 3B | 55 | 1A | 2A | B |
| Octal | 47 | 32 | 20 | 0 | 41 | 73 | 125 | 32 | 52 | 13 |
| Binary | 100111 | 11010 | 10000 | 0 | 100001 | 111011 | 1010101 | 11010 | 101010 | 1011 |
Color Harmonies of #271A10
Complementary color
Monochromatic Colors of #271A10
Black with #271A10
Text Example
Text Example
White with #271A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271A10; }
p { color: rgb(39,26,16); }
H1.HeaderClassName
{
color: #271A10;
}
.AnyTagClassName
{
color: #271A10;
}
</style>
background-color css
<style>
a { background-color: #271A10; }
a { background-color: rgb(39,26,16); }
div.DivClassName
{
background-color: #271A10;
}
.BgClassName
{
background-color: #271A10;
}
</style>
border-color css
<style>
span { border-color: #271A10; }
span { border-color: rgb(39,26,16); }
td.TdClassName
{
border-color: #271A10;
}
.TagClassName
{
border-color: #271A10;
}
</style>