Shades of Cocoa Brown #351C09
Tints of Cocoa Brown #351C09
RGB
CMYK
RGB Variations
Color information
#351C09 (or 0x351C09) is known color: Cocoa Brown. HEX triplet: 35, 1C and 09. RGB value is (53,28,9). Sum of RGB (Red+Green+Blue) = 53+28+9=90 (11% of max value = 765). Red value is 53 (21.09% from 255 or 58.89% from 90); Green value is 28 (11.33% from 255 or 31.11% from 90); Blue value is 9 (3.91% from 255 or 10% from 90); Max value from RGB is 53 - color contains mainly: red. Hex color #351C09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351C09 is #CAE3F6. Grayscale: #212121. Windows color (decimal): -13296631 or 597045. OLE color: 597045.
HSL color Cylindrical-coordinate representation of color #351C09: hue angle of 25.91º 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 #351C09 is Cyan = 0, Magento = 0.47, Yellow = 0.83 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 28 | 9 | - |
| CMYK | 0 | 0.47 | 0.83 | 0.79 |
| HSL | 25.91º | 0.71% | 0.12% | - |
| HSV(B) | 25.91º | 0.83% | 0.21% | - |
| XYZ | 1.93 | 1.61 | 0.47 | - |
| YUV | 33.31 | 114.28 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 28 | 9 | 0 | 0.47 | 0.83 | 0.79 | 25.91 | 0.71 | 0.12 |
| Hex | 35 | 1C | 9 | 0 | 2F | 53 | 4F | 1A | 47 | C |
| Octal | 65 | 34 | 11 | 0 | 57 | 123 | 117 | 32 | 107 | 14 |
| Binary | 110101 | 11100 | 1001 | 0 | 101111 | 1010011 | 1001111 | 11010 | 1000111 | 1100 |
Color Harmonies of #351C09
Complementary color
Monochromatic Colors of #351C09
Black with #351C09
Text Example
Text Example
White with #351C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351C09; }
p { color: rgb(53,28,9); }
H1.HeaderClassName
{
color: #351C09;
}
.AnyTagClassName
{
color: #351C09;
}
</style>
background-color css
<style>
a { background-color: #351C09; }
a { background-color: rgb(53,28,9); }
div.DivClassName
{
background-color: #351C09;
}
.BgClassName
{
background-color: #351C09;
}
</style>
border-color css
<style>
span { border-color: #351C09; }
span { border-color: rgb(53,28,9); }
td.TdClassName
{
border-color: #351C09;
}
.TagClassName
{
border-color: #351C09;
}
</style>