Shades of Cocoa Brown #2A1D0F
Tints of Cocoa Brown #2A1D0F
RGB
CMYK
RGB Variations
Color information
#2A1D0F (or 0x2A1D0F) is known color: Cocoa Brown. HEX triplet: 2A, 1D and 0F. RGB value is (42,29,15). Sum of RGB (Red+Green+Blue) = 42+29+15=86 (11% of max value = 765). Red value is 42 (16.80% from 255 or 48.84% from 86); Green value is 29 (11.72% from 255 or 33.72% from 86); Blue value is 15 (6.25% from 255 or 17.44% from 86); Max value from RGB is 42 - color contains mainly: red. Hex color #2A1D0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A1D0F is #D5E2F0. Grayscale: #1F1F1F. Windows color (decimal): -14017265 or 990506. OLE color: 990506.
HSL color Cylindrical-coordinate representation of color #2A1D0F: hue angle of 31.11º degrees, saturation: 0.47, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2A1D0F is Cyan = 0, Magento = 0.31, Yellow = 0.64 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 29 | 15 | - |
| CMYK | 0 | 0.31 | 0.64 | 0.84 |
| HSL | 31.11º | 0.47% | 0.11% | - |
| HSV(B) | 31.11º | 0.64% | 0.16% | - |
| XYZ | 1.48 | 1.41 | 0.65 | - |
| YUV | 31.29 | 118.81 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 29 | 15 | 0 | 0.31 | 0.64 | 0.84 | 31.11 | 0.47 | 0.11 |
| Hex | 2A | 1D | F | 0 | 1F | 40 | 54 | 1F | 2F | B |
| Octal | 52 | 35 | 17 | 0 | 37 | 100 | 124 | 37 | 57 | 13 |
| Binary | 101010 | 11101 | 1111 | 0 | 11111 | 1000000 | 1010100 | 11111 | 101111 | 1011 |
Color Harmonies of #2A1D0F
Complementary color
Monochromatic Colors of #2A1D0F
Black with #2A1D0F
Text Example
Text Example
White with #2A1D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1D0F; }
p { color: rgb(42,29,15); }
H1.HeaderClassName
{
color: #2A1D0F;
}
.AnyTagClassName
{
color: #2A1D0F;
}
</style>
background-color css
<style>
a { background-color: #2A1D0F; }
a { background-color: rgb(42,29,15); }
div.DivClassName
{
background-color: #2A1D0F;
}
.BgClassName
{
background-color: #2A1D0F;
}
</style>
border-color css
<style>
span { border-color: #2A1D0F; }
span { border-color: rgb(42,29,15); }
td.TdClassName
{
border-color: #2A1D0F;
}
.TagClassName
{
border-color: #2A1D0F;
}
</style>