Shades of Cocoa Brown #2D1903
Tints of Cocoa Brown #2D1903
RGB
CMYK
RGB Variations
Color information
#2D1903 (or 0x2D1903) is known color: Cocoa Brown. HEX triplet: 2D, 19 and 03. RGB value is (45,25,3). Sum of RGB (Red+Green+Blue) = 45+25+3=73 (9% of max value = 765). Red value is 45 (17.97% from 255 or 61.64% from 73); Green value is 25 (10.16% from 255 or 34.25% from 73); Blue value is 3 (1.56% from 255 or 4.11% from 73); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1903 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D1903 is #D2E6FC. Grayscale: #1C1C1C. Windows color (decimal): -13821693 or 203053. OLE color: 203053.
HSL color Cylindrical-coordinate representation of color #2D1903: hue angle of 31.43º 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 #2D1903 is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 25 | 3 | - |
| CMYK | 0 | 0.44 | 0.93 | 0.82 |
| HSL | 31.43º | 0.88% | 0.09% | - |
| HSV(B) | 31.43º | 0.93% | 0.18% | - |
| XYZ | 1.45 | 1.26 | 0.25 | - |
| YUV | 28.47 | 113.63 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 25 | 3 | 0 | 0.44 | 0.93 | 0.82 | 31.43 | 0.88 | 0.09 |
| Hex | 2D | 19 | 3 | 0 | 2C | 5D | 52 | 1F | 58 | 9 |
| Octal | 55 | 31 | 3 | 0 | 54 | 135 | 122 | 37 | 130 | 11 |
| Binary | 101101 | 11001 | 11 | 0 | 101100 | 1011101 | 1010010 | 11111 | 1011000 | 1001 |
Color Harmonies of #2D1903
Complementary color
Monochromatic Colors of #2D1903
Black with #2D1903
Text Example
Text Example
White with #2D1903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1903; }
p { color: rgb(45,25,3); }
H1.HeaderClassName
{
color: #2D1903;
}
.AnyTagClassName
{
color: #2D1903;
}
</style>
background-color css
<style>
a { background-color: #2D1903; }
a { background-color: rgb(45,25,3); }
div.DivClassName
{
background-color: #2D1903;
}
.BgClassName
{
background-color: #2D1903;
}
</style>
border-color css
<style>
span { border-color: #2D1903; }
span { border-color: rgb(45,25,3); }
td.TdClassName
{
border-color: #2D1903;
}
.TagClassName
{
border-color: #2D1903;
}
</style>