Shades of Cocoa Brown #351D09
Tints of Cocoa Brown #351D09
RGB
CMYK
RGB Variations
Color information
#351D09 (or 0x351D09) is known color: Cocoa Brown. HEX triplet: 35, 1D and 09. RGB value is (53,29,9). Sum of RGB (Red+Green+Blue) = 53+29+9=91 (12% of max value = 765). Red value is 53 (21.09% from 255 or 58.24% from 91); Green value is 29 (11.72% from 255 or 31.87% from 91); Blue value is 9 (3.91% from 255 or 9.89% from 91); Max value from RGB is 53 - color contains mainly: red. Hex color #351D09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351D09 is #CAE2F6. Grayscale: #222222. Windows color (decimal): -13296375 or 597301. OLE color: 597301.
HSL color Cylindrical-coordinate representation of color #351D09: hue angle of 27.27º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #351D09 is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 29 | 9 | - |
| CMYK | 0 | 0.45 | 0.83 | 0.79 |
| HSL | 27.27º | 0.71% | 0.12% | - |
| HSV(B) | 27.27º | 0.83% | 0.21% | - |
| XYZ | 1.96 | 1.66 | 0.47 | - |
| YUV | 33.9 | 113.95 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 29 | 9 | 0 | 0.45 | 0.83 | 0.79 | 27.27 | 0.71 | 0.12 |
| Hex | 35 | 1D | 9 | 0 | 2D | 53 | 4F | 1B | 47 | C |
| Octal | 65 | 35 | 11 | 0 | 55 | 123 | 117 | 33 | 107 | 14 |
| Binary | 110101 | 11101 | 1001 | 0 | 101101 | 1010011 | 1001111 | 11011 | 1000111 | 1100 |
Color Harmonies of #351D09
Complementary color
Monochromatic Colors of #351D09
Black with #351D09
Text Example
Text Example
White with #351D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351D09; }
p { color: rgb(53,29,9); }
H1.HeaderClassName
{
color: #351D09;
}
.AnyTagClassName
{
color: #351D09;
}
</style>
background-color css
<style>
a { background-color: #351D09; }
a { background-color: rgb(53,29,9); }
div.DivClassName
{
background-color: #351D09;
}
.BgClassName
{
background-color: #351D09;
}
</style>
border-color css
<style>
span { border-color: #351D09; }
span { border-color: rgb(53,29,9); }
td.TdClassName
{
border-color: #351D09;
}
.TagClassName
{
border-color: #351D09;
}
</style>