Shades of Cocoa Brown #271A08
Tints of Cocoa Brown #271A08
RGB
CMYK
RGB Variations
Color information
#271A08 (or 0x271A08) is known color: Cocoa Brown. HEX triplet: 27, 1A and 08. RGB value is (39,26,8). Sum of RGB (Red+Green+Blue) = 39+26+8=73 (9% of max value = 765). Red value is 39 (15.62% from 255 or 53.42% from 73); Green value is 26 (10.55% from 255 or 35.62% from 73); Blue value is 8 (3.52% from 255 or 10.96% from 73); Max value from RGB is 39 - color contains mainly: red. Hex color #271A08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271A08 is #D8E5F7. Grayscale: #1B1B1B. Windows color (decimal): -14214648 or 530983. OLE color: 530983.
HSL color Cylindrical-coordinate representation of color #271A08: hue angle of 34.84º degrees, saturation: 0.66, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #271A08 is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 26 | 8 | - |
| CMYK | 0 | 0.33 | 0.79 | 0.85 |
| HSL | 34.84º | 0.66% | 0.09% | - |
| HSV(B) | 34.84º | 0.79% | 0.15% | - |
| XYZ | 1.25 | 1.19 | 0.39 | - |
| YUV | 27.84 | 116.81 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 26 | 8 | 0 | 0.33 | 0.79 | 0.85 | 34.84 | 0.66 | 0.09 |
| Hex | 27 | 1A | 8 | 0 | 21 | 4F | 55 | 23 | 42 | 9 |
| Octal | 47 | 32 | 10 | 0 | 41 | 117 | 125 | 43 | 102 | 11 |
| Binary | 100111 | 11010 | 1000 | 0 | 100001 | 1001111 | 1010101 | 100011 | 1000010 | 1001 |
Color Harmonies of #271A08
Complementary color
Monochromatic Colors of #271A08
Black with #271A08
Text Example
Text Example
White with #271A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271A08; }
p { color: rgb(39,26,8); }
H1.HeaderClassName
{
color: #271A08;
}
.AnyTagClassName
{
color: #271A08;
}
</style>
background-color css
<style>
a { background-color: #271A08; }
a { background-color: rgb(39,26,8); }
div.DivClassName
{
background-color: #271A08;
}
.BgClassName
{
background-color: #271A08;
}
</style>
border-color css
<style>
span { border-color: #271A08; }
span { border-color: rgb(39,26,8); }
td.TdClassName
{
border-color: #271A08;
}
.TagClassName
{
border-color: #271A08;
}
</style>