Shades of Cocoa Brown #351F0C
Tints of Cocoa Brown #351F0C
RGB
CMYK
RGB Variations
Color information
#351F0C (or 0x351F0C) is known color: Cocoa Brown. HEX triplet: 35, 1F and 0C. RGB value is (53,31,12). Sum of RGB (Red+Green+Blue) = 53+31+12=96 (12% of max value = 765). Red value is 53 (21.09% from 255 or 55.21% from 96); Green value is 31 (12.5% from 255 or 32.29% from 96); Blue value is 12 (5.08% from 255 or 12.5% from 96); Max value from RGB is 53 - color contains mainly: red. Hex color #351F0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351F0C is #CAE0F3. Grayscale: #232323. Windows color (decimal): -13295860 or 794421. OLE color: 794421.
HSL color Cylindrical-coordinate representation of color #351F0C: hue angle of 27.8º degrees, saturation: 0.63, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #351F0C is Cyan = 0, Magento = 0.42, Yellow = 0.77 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 31 | 12 | - |
| CMYK | 0 | 0.42 | 0.77 | 0.79 |
| HSL | 27.8º | 0.63% | 0.13% | - |
| HSV(B) | 27.8º | 0.77% | 0.21% | - |
| XYZ | 2.02 | 1.76 | 0.58 | - |
| YUV | 35.41 | 114.79 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 31 | 12 | 0 | 0.42 | 0.77 | 0.79 | 27.8 | 0.63 | 0.13 |
| Hex | 35 | 1F | C | 0 | 2A | 4D | 4F | 1C | 3F | D |
| Octal | 65 | 37 | 14 | 0 | 52 | 115 | 117 | 34 | 77 | 15 |
| Binary | 110101 | 11111 | 1100 | 0 | 101010 | 1001101 | 1001111 | 11100 | 111111 | 1101 |
Color Harmonies of #351F0C
Complementary color
Monochromatic Colors of #351F0C
Black with #351F0C
Text Example
Text Example
White with #351F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351F0C; }
p { color: rgb(53,31,12); }
H1.HeaderClassName
{
color: #351F0C;
}
.AnyTagClassName
{
color: #351F0C;
}
</style>
background-color css
<style>
a { background-color: #351F0C; }
a { background-color: rgb(53,31,12); }
div.DivClassName
{
background-color: #351F0C;
}
.BgClassName
{
background-color: #351F0C;
}
</style>
border-color css
<style>
span { border-color: #351F0C; }
span { border-color: rgb(53,31,12); }
td.TdClassName
{
border-color: #351F0C;
}
.TagClassName
{
border-color: #351F0C;
}
</style>