Shades of Cocoa Brown #2D1F0A
Tints of Cocoa Brown #2D1F0A
RGB
CMYK
RGB Variations
Color information
#2D1F0A (or 0x2D1F0A) is known color: Cocoa Brown. HEX triplet: 2D, 1F and 0A. RGB value is (45,31,10). Sum of RGB (Red+Green+Blue) = 45+31+10=86 (11% of max value = 765). Red value is 45 (17.97% from 255 or 52.33% from 86); Green value is 31 (12.5% from 255 or 36.05% from 86); Blue value is 10 (4.30% from 255 or 11.63% from 86); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1F0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D1F0A is #D2E0F5. Grayscale: #202020. Windows color (decimal): -13820150 or 663341. OLE color: 663341.
HSL color Cylindrical-coordinate representation of color #2D1F0A: hue angle of 36º degrees, saturation: 0.64, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D1F0A is Cyan = 0, Magento = 0.31, Yellow = 0.78 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 31 | 10 | - |
| CMYK | 0 | 0.31 | 0.78 | 0.82 |
| HSL | 36º | 0.64% | 0.11% | - |
| HSV(B) | 36º | 0.78% | 0.18% | - |
| XYZ | 1.63 | 1.56 | 0.5 | - |
| YUV | 32.79 | 115.14 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 31 | 10 | 0 | 0.31 | 0.78 | 0.82 | 36 | 0.64 | 0.11 |
| Hex | 2D | 1F | A | 0 | 1F | 4E | 52 | 24 | 40 | B |
| Octal | 55 | 37 | 12 | 0 | 37 | 116 | 122 | 44 | 100 | 13 |
| Binary | 101101 | 11111 | 1010 | 0 | 11111 | 1001110 | 1010010 | 100100 | 1000000 | 1011 |
Color Harmonies of #2D1F0A
Complementary color
Monochromatic Colors of #2D1F0A
Black with #2D1F0A
Text Example
Text Example
White with #2D1F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1F0A; }
p { color: rgb(45,31,10); }
H1.HeaderClassName
{
color: #2D1F0A;
}
.AnyTagClassName
{
color: #2D1F0A;
}
</style>
background-color css
<style>
a { background-color: #2D1F0A; }
a { background-color: rgb(45,31,10); }
div.DivClassName
{
background-color: #2D1F0A;
}
.BgClassName
{
background-color: #2D1F0A;
}
</style>
border-color css
<style>
span { border-color: #2D1F0A; }
span { border-color: rgb(45,31,10); }
td.TdClassName
{
border-color: #2D1F0A;
}
.TagClassName
{
border-color: #2D1F0A;
}
</style>