Shades of Cocoa Brown #2A1505
Tints of Cocoa Brown #2A1505
RGB
CMYK
RGB Variations
Color information
#2A1505 (or 0x2A1505) is known color: Cocoa Brown. HEX triplet: 2A, 15 and 05. RGB value is (42,21,5). Sum of RGB (Red+Green+Blue) = 42+21+5=68 (9% of max value = 765). Red value is 42 (16.80% from 255 or 61.76% from 68); Green value is 21 (8.59% from 255 or 30.88% from 68); Blue value is 5 (2.34% from 255 or 7.35% from 68); Max value from RGB is 42 - color contains mainly: red. Hex color #2A1505 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A1505 is #D5EAFA. Grayscale: #191919. Windows color (decimal): -14019323 or 333098. OLE color: 333098.
HSL color Cylindrical-coordinate representation of color #2A1505: hue angle of 25.95º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2A1505 is Cyan = 0, Magento = 0.50, Yellow = 0.88 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 21 | 5 | - |
| CMYK | 0 | 0.50 | 0.88 | 0.84 |
| HSL | 25.95º | 0.79% | 0.09% | - |
| HSV(B) | 25.95º | 0.88% | 0.16% | - |
| XYZ | 1.25 | 1.04 | 0.28 | - |
| YUV | 25.46 | 116.46 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 21 | 5 | 0 | 0.50 | 0.88 | 0.84 | 25.95 | 0.79 | 0.09 |
| Hex | 2A | 15 | 5 | 0 | 32 | 58 | 54 | 1A | 4F | 9 |
| Octal | 52 | 25 | 5 | 0 | 62 | 130 | 124 | 32 | 117 | 11 |
| Binary | 101010 | 10101 | 101 | 0 | 110010 | 1011000 | 1010100 | 11010 | 1001111 | 1001 |
Color Harmonies of #2A1505
Complementary color
Monochromatic Colors of #2A1505
Black with #2A1505
Text Example
Text Example
White with #2A1505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1505; }
p { color: rgb(42,21,5); }
H1.HeaderClassName
{
color: #2A1505;
}
.AnyTagClassName
{
color: #2A1505;
}
</style>
background-color css
<style>
a { background-color: #2A1505; }
a { background-color: rgb(42,21,5); }
div.DivClassName
{
background-color: #2A1505;
}
.BgClassName
{
background-color: #2A1505;
}
</style>
border-color css
<style>
span { border-color: #2A1505; }
span { border-color: rgb(42,21,5); }
td.TdClassName
{
border-color: #2A1505;
}
.TagClassName
{
border-color: #2A1505;
}
</style>