Shades of Cocoa Brown #351D06
Tints of Cocoa Brown #351D06
RGB
CMYK
RGB Variations
Color information
#351D06 (or 0x351D06) is known color: Cocoa Brown. HEX triplet: 35, 1D and 06. RGB value is (53,29,6). Sum of RGB (Red+Green+Blue) = 53+29+6=88 (11% of max value = 765). Red value is 53 (21.09% from 255 or 60.23% from 88); Green value is 29 (11.72% from 255 or 32.95% from 88); Blue value is 6 (2.73% from 255 or 6.82% from 88); Max value from RGB is 53 - color contains mainly: red. Hex color #351D06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351D06 is #CAE2F9. Grayscale: #212121. Windows color (decimal): -13296378 or 400693. OLE color: 400693.
HSL color Cylindrical-coordinate representation of color #351D06: hue angle of 29.36º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #351D06 is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 29 | 6 | - |
| CMYK | 0 | 0.45 | 0.89 | 0.79 |
| HSL | 29.36º | 0.8% | 0.12% | - |
| HSV(B) | 29.36º | 0.89% | 0.21% | - |
| XYZ | 1.94 | 1.65 | 0.39 | - |
| YUV | 33.55 | 112.45 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 29 | 6 | 0 | 0.45 | 0.89 | 0.79 | 29.36 | 0.8 | 0.12 |
| Hex | 35 | 1D | 6 | 0 | 2D | 59 | 4F | 1D | 50 | C |
| Octal | 65 | 35 | 6 | 0 | 55 | 131 | 117 | 35 | 120 | 14 |
| Binary | 110101 | 11101 | 110 | 0 | 101101 | 1011001 | 1001111 | 11101 | 1010000 | 1100 |
Color Harmonies of #351D06
Complementary color
Monochromatic Colors of #351D06
Black with #351D06
Text Example
Text Example
White with #351D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351D06; }
p { color: rgb(53,29,6); }
H1.HeaderClassName
{
color: #351D06;
}
.AnyTagClassName
{
color: #351D06;
}
</style>
background-color css
<style>
a { background-color: #351D06; }
a { background-color: rgb(53,29,6); }
div.DivClassName
{
background-color: #351D06;
}
.BgClassName
{
background-color: #351D06;
}
</style>
border-color css
<style>
span { border-color: #351D06; }
span { border-color: rgb(53,29,6); }
td.TdClassName
{
border-color: #351D06;
}
.TagClassName
{
border-color: #351D06;
}
</style>