Shades of Cocoa Brown #351900
Tints of Cocoa Brown #351900
RGB
CMYK
RGB Variations
Color information
#351900 (or 0x351900) is known color: Cocoa Brown. HEX triplet: 35, 19 and 00. RGB value is (53,25,0). Sum of RGB (Red+Green+Blue) = 53+25+0=78 (10% of max value = 765). Red value is 53 (21.09% from 255 or 67.95% from 78); Green value is 25 (10.16% from 255 or 32.05% from 78); Blue value is 0 (0.39% from 255 or 0% from 78); Max value from RGB is 53 - color contains mainly: red. Hex color #351900 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351900 is #CAE6FF. Grayscale: #1E1E1E. Windows color (decimal): -13297408 or 6453. OLE color: 6453.
HSL color Cylindrical-coordinate representation of color #351900: hue angle of 28.3º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #351900 is Cyan = 0, Magento = 0.53, Yellow = 1 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 25 | 0 | - |
| CMYK | 0 | 0.53 | 1 | 0.79 |
| HSL | 28.3º | 1% | 0.1% | - |
| HSV(B) | 28.3º | 1% | 0.21% | - |
| XYZ | 1.82 | 1.45 | 0.18 | - |
| YUV | 30.52 | 110.78 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 25 | 0 | 0 | 0.53 | 1 | 0.79 | 28.3 | 1 | 0.1 |
| Hex | 35 | 19 | 0 | 0 | 35 | 64 | 4F | 1C | 64 | A |
| Octal | 65 | 31 | 0 | 0 | 65 | 144 | 117 | 34 | 144 | 12 |
| Binary | 110101 | 11001 | 0 | 0 | 110101 | 1100100 | 1001111 | 11100 | 1100100 | 1010 |
Color Harmonies of #351900
Complementary color
Monochromatic Colors of #351900
Black with #351900
Text Example
Text Example
White with #351900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351900; }
p { color: rgb(53,25,0); }
H1.HeaderClassName
{
color: #351900;
}
.AnyTagClassName
{
color: #351900;
}
</style>
background-color css
<style>
a { background-color: #351900; }
a { background-color: rgb(53,25,0); }
div.DivClassName
{
background-color: #351900;
}
.BgClassName
{
background-color: #351900;
}
</style>
border-color css
<style>
span { border-color: #351900; }
span { border-color: rgb(53,25,0); }
td.TdClassName
{
border-color: #351900;
}
.TagClassName
{
border-color: #351900;
}
</style>