Shades of Cocoa Brown #351D0A
Tints of Cocoa Brown #351D0A
RGB
CMYK
RGB Variations
Color information
#351D0A (or 0x351D0A) is known color: Cocoa Brown. HEX triplet: 35, 1D and 0A. RGB value is (53,29,10). Sum of RGB (Red+Green+Blue) = 53+29+10=92 (12% of max value = 765). Red value is 53 (21.09% from 255 or 57.61% from 92); Green value is 29 (11.72% from 255 or 31.52% from 92); Blue value is 10 (4.30% from 255 or 10.87% from 92); Max value from RGB is 53 - color contains mainly: red. Hex color #351D0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351D0A is #CAE2F5. Grayscale: #222222. Windows color (decimal): -13296374 or 662837. OLE color: 662837.
HSL color Cylindrical-coordinate representation of color #351D0A: hue angle of 26.51º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #351D0A is Cyan = 0, Magento = 0.45, Yellow = 0.81 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 29 | 10 | - |
| CMYK | 0 | 0.45 | 0.81 | 0.79 |
| HSL | 26.51º | 0.68% | 0.12% | - |
| HSV(B) | 26.51º | 0.81% | 0.21% | - |
| XYZ | 1.96 | 1.66 | 0.5 | - |
| YUV | 34.01 | 114.45 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 29 | 10 | 0 | 0.45 | 0.81 | 0.79 | 26.51 | 0.68 | 0.12 |
| Hex | 35 | 1D | A | 0 | 2D | 51 | 4F | 1B | 44 | C |
| Octal | 65 | 35 | 12 | 0 | 55 | 121 | 117 | 33 | 104 | 14 |
| Binary | 110101 | 11101 | 1010 | 0 | 101101 | 1010001 | 1001111 | 11011 | 1000100 | 1100 |
Color Harmonies of #351D0A
Complementary color
Monochromatic Colors of #351D0A
Black with #351D0A
Text Example
Text Example
White with #351D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351D0A; }
p { color: rgb(53,29,10); }
H1.HeaderClassName
{
color: #351D0A;
}
.AnyTagClassName
{
color: #351D0A;
}
</style>
background-color css
<style>
a { background-color: #351D0A; }
a { background-color: rgb(53,29,10); }
div.DivClassName
{
background-color: #351D0A;
}
.BgClassName
{
background-color: #351D0A;
}
</style>
border-color css
<style>
span { border-color: #351D0A; }
span { border-color: rgb(53,29,10); }
td.TdClassName
{
border-color: #351D0A;
}
.TagClassName
{
border-color: #351D0A;
}
</style>