Shades of Cocoa Brown #351D0B
Tints of Cocoa Brown #351D0B
RGB
CMYK
RGB Variations
Color information
#351D0B (or 0x351D0B) is known color: Cocoa Brown. HEX triplet: 35, 1D and 0B. RGB value is (53,29,11). Sum of RGB (Red+Green+Blue) = 53+29+11=93 (12% of max value = 765). Red value is 53 (21.09% from 255 or 56.99% from 93); Green value is 29 (11.72% from 255 or 31.18% from 93); Blue value is 11 (4.69% from 255 or 11.83% from 93); Max value from RGB is 53 - color contains mainly: red. Hex color #351D0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351D0B is #CAE2F4. Grayscale: #222222. Windows color (decimal): -13296373 or 728373. OLE color: 728373.
HSL color Cylindrical-coordinate representation of color #351D0B: hue angle of 25.71º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #351D0B is Cyan = 0, Magento = 0.45, Yellow = 0.79 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 29 | 11 | - |
| CMYK | 0 | 0.45 | 0.79 | 0.79 |
| HSL | 25.71º | 0.66% | 0.13% | - |
| HSV(B) | 25.71º | 0.79% | 0.21% | - |
| XYZ | 1.97 | 1.66 | 0.53 | - |
| YUV | 34.12 | 114.95 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 29 | 11 | 0 | 0.45 | 0.79 | 0.79 | 25.71 | 0.66 | 0.13 |
| Hex | 35 | 1D | B | 0 | 2D | 4F | 4F | 1A | 42 | D |
| Octal | 65 | 35 | 13 | 0 | 55 | 117 | 117 | 32 | 102 | 15 |
| Binary | 110101 | 11101 | 1011 | 0 | 101101 | 1001111 | 1001111 | 11010 | 1000010 | 1101 |
Color Harmonies of #351D0B
Complementary color
Monochromatic Colors of #351D0B
Black with #351D0B
Text Example
Text Example
White with #351D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351D0B; }
p { color: rgb(53,29,11); }
H1.HeaderClassName
{
color: #351D0B;
}
.AnyTagClassName
{
color: #351D0B;
}
</style>
background-color css
<style>
a { background-color: #351D0B; }
a { background-color: rgb(53,29,11); }
div.DivClassName
{
background-color: #351D0B;
}
.BgClassName
{
background-color: #351D0B;
}
</style>
border-color css
<style>
span { border-color: #351D0B; }
span { border-color: rgb(53,29,11); }
td.TdClassName
{
border-color: #351D0B;
}
.TagClassName
{
border-color: #351D0B;
}
</style>