Shades of Cocoa Brown #2F1C01
Tints of Cocoa Brown #2F1C01
RGB
CMYK
RGB Variations
Color information
#2F1C01 (or 0x2F1C01) is known color: Cocoa Brown. HEX triplet: 2F, 1C and 01. RGB value is (47,28,1). Sum of RGB (Red+Green+Blue) = 47+28+1=76 (10% of max value = 765). Red value is 47 (18.75% from 255 or 61.84% from 76); Green value is 28 (11.33% from 255 or 36.84% from 76); Blue value is 1 (0.78% from 255 or 1.32% from 76); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1C01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F1C01 is #D0E3FE. Grayscale: #1E1E1E. Windows color (decimal): -13689855 or 72751. OLE color: 72751.
HSL color Cylindrical-coordinate representation of color #2F1C01: hue angle of 35.22º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2F1C01 is Cyan = 0, Magento = 0.40, Yellow = 0.98 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 28 | 1 | - |
| CMYK | 0 | 0.40 | 0.98 | 0.82 |
| HSL | 35.22º | 0.96% | 0.09% | - |
| HSV(B) | 35.22º | 0.98% | 0.18% | - |
| XYZ | 1.59 | 1.44 | 0.22 | - |
| YUV | 30.6 | 111.29 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 28 | 1 | 0 | 0.40 | 0.98 | 0.82 | 35.22 | 0.96 | 0.09 |
| Hex | 2F | 1C | 1 | 0 | 28 | 62 | 52 | 23 | 60 | 9 |
| Octal | 57 | 34 | 1 | 0 | 50 | 142 | 122 | 43 | 140 | 11 |
| Binary | 101111 | 11100 | 1 | 0 | 101000 | 1100010 | 1010010 | 100011 | 1100000 | 1001 |
Color Harmonies of #2F1C01
Complementary color
Monochromatic Colors of #2F1C01
Black with #2F1C01
Text Example
Text Example
White with #2F1C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1C01; }
p { color: rgb(47,28,1); }
H1.HeaderClassName
{
color: #2F1C01;
}
.AnyTagClassName
{
color: #2F1C01;
}
</style>
background-color css
<style>
a { background-color: #2F1C01; }
a { background-color: rgb(47,28,1); }
div.DivClassName
{
background-color: #2F1C01;
}
.BgClassName
{
background-color: #2F1C01;
}
</style>
border-color css
<style>
span { border-color: #2F1C01; }
span { border-color: rgb(47,28,1); }
td.TdClassName
{
border-color: #2F1C01;
}
.TagClassName
{
border-color: #2F1C01;
}
</style>