Shades of Cocoa Brown #2D1803
Tints of Cocoa Brown #2D1803
RGB
CMYK
RGB Variations
Color information
#2D1803 (or 0x2D1803) is known color: Cocoa Brown. HEX triplet: 2D, 18 and 03. RGB value is (45,24,3). Sum of RGB (Red+Green+Blue) = 45+24+3=72 (9% of max value = 765). Red value is 45 (17.97% from 255 or 62.5% from 72); Green value is 24 (9.77% from 255 or 33.33% from 72); Blue value is 3 (1.56% from 255 or 4.17% from 72); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1803 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D1803 is #D2E7FC. Grayscale: #1B1B1B. Windows color (decimal): -13821949 or 202797. OLE color: 202797.
HSL color Cylindrical-coordinate representation of color #2D1803: hue angle of 30º degrees, saturation: 0.88, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2D1803 is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 24 | 3 | - |
| CMYK | 0 | 0.47 | 0.93 | 0.82 |
| HSL | 30º | 0.88% | 0.09% | - |
| HSV(B) | 30º | 0.93% | 0.18% | - |
| XYZ | 1.43 | 1.22 | 0.25 | - |
| YUV | 27.89 | 113.96 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 24 | 3 | 0 | 0.47 | 0.93 | 0.82 | 30 | 0.88 | 0.09 |
| Hex | 2D | 18 | 3 | 0 | 2F | 5D | 52 | 1E | 58 | 9 |
| Octal | 55 | 30 | 3 | 0 | 57 | 135 | 122 | 36 | 130 | 11 |
| Binary | 101101 | 11000 | 11 | 0 | 101111 | 1011101 | 1010010 | 11110 | 1011000 | 1001 |
Color Harmonies of #2D1803
Complementary color
Monochromatic Colors of #2D1803
Black with #2D1803
Text Example
Text Example
White with #2D1803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1803; }
p { color: rgb(45,24,3); }
H1.HeaderClassName
{
color: #2D1803;
}
.AnyTagClassName
{
color: #2D1803;
}
</style>
background-color css
<style>
a { background-color: #2D1803; }
a { background-color: rgb(45,24,3); }
div.DivClassName
{
background-color: #2D1803;
}
.BgClassName
{
background-color: #2D1803;
}
</style>
border-color css
<style>
span { border-color: #2D1803; }
span { border-color: rgb(45,24,3); }
td.TdClassName
{
border-color: #2D1803;
}
.TagClassName
{
border-color: #2D1803;
}
</style>