Shades of Cocoa Brown #351D0C
Tints of Cocoa Brown #351D0C
RGB
CMYK
RGB Variations
Color information
#351D0C (or 0x351D0C) is known color: Cocoa Brown. HEX triplet: 35, 1D and 0C. RGB value is (53,29,12). Sum of RGB (Red+Green+Blue) = 53+29+12=94 (12% of max value = 765). Red value is 53 (21.09% from 255 or 56.38% from 94); Green value is 29 (11.72% from 255 or 30.85% from 94); Blue value is 12 (5.08% from 255 or 12.77% from 94); Max value from RGB is 53 - color contains mainly: red. Hex color #351D0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351D0C is #CAE2F3. Grayscale: #222222. Windows color (decimal): -13296372 or 793909. OLE color: 793909.
HSL color Cylindrical-coordinate representation of color #351D0C: hue angle of 24.88º 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 #351D0C is Cyan = 0, Magento = 0.45, Yellow = 0.77 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 29 | 12 | - |
| CMYK | 0 | 0.45 | 0.77 | 0.79 |
| HSL | 24.88º | 0.63% | 0.13% | - |
| HSV(B) | 24.88º | 0.77% | 0.21% | - |
| XYZ | 1.97 | 1.66 | 0.56 | - |
| YUV | 34.24 | 115.45 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 29 | 12 | 0 | 0.45 | 0.77 | 0.79 | 24.88 | 0.63 | 0.13 |
| Hex | 35 | 1D | C | 0 | 2D | 4D | 4F | 19 | 3F | D |
| Octal | 65 | 35 | 14 | 0 | 55 | 115 | 117 | 31 | 77 | 15 |
| Binary | 110101 | 11101 | 1100 | 0 | 101101 | 1001101 | 1001111 | 11001 | 111111 | 1101 |
Color Harmonies of #351D0C
Complementary color
Monochromatic Colors of #351D0C
Black with #351D0C
Text Example
Text Example
White with #351D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351D0C; }
p { color: rgb(53,29,12); }
H1.HeaderClassName
{
color: #351D0C;
}
.AnyTagClassName
{
color: #351D0C;
}
</style>
background-color css
<style>
a { background-color: #351D0C; }
a { background-color: rgb(53,29,12); }
div.DivClassName
{
background-color: #351D0C;
}
.BgClassName
{
background-color: #351D0C;
}
</style>
border-color css
<style>
span { border-color: #351D0C; }
span { border-color: rgb(53,29,12); }
td.TdClassName
{
border-color: #351D0C;
}
.TagClassName
{
border-color: #351D0C;
}
</style>