Shades of Cocoa Brown #351E05
Tints of Cocoa Brown #351E05
RGB
CMYK
RGB Variations
Color information
#351E05 (or 0x351E05) is known color: Cocoa Brown. HEX triplet: 35, 1E and 05. RGB value is (53,30,5). Sum of RGB (Red+Green+Blue) = 53+30+5=88 (11% of max value = 765). Red value is 53 (21.09% from 255 or 60.23% from 88); Green value is 30 (12.11% from 255 or 34.09% from 88); Blue value is 5 (2.34% from 255 or 5.68% from 88); Max value from RGB is 53 - color contains mainly: red. Hex color #351E05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351E05 is #CAE1FA. Grayscale: #222222. Windows color (decimal): -13296123 or 335413. OLE color: 335413.
HSL color Cylindrical-coordinate representation of color #351E05: hue angle of 31.25º degrees, saturation: 0.83, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #351E05 is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 30 | 5 | - |
| CMYK | 0 | 0.43 | 0.91 | 0.79 |
| HSL | 31.25º | 0.83% | 0.11% | - |
| HSV(B) | 31.25º | 0.91% | 0.21% | - |
| XYZ | 1.96 | 1.7 | 0.37 | - |
| YUV | 34.03 | 111.62 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 30 | 5 | 0 | 0.43 | 0.91 | 0.79 | 31.25 | 0.83 | 0.11 |
| Hex | 35 | 1E | 5 | 0 | 2B | 5B | 4F | 1F | 53 | B |
| Octal | 65 | 36 | 5 | 0 | 53 | 133 | 117 | 37 | 123 | 13 |
| Binary | 110101 | 11110 | 101 | 0 | 101011 | 1011011 | 1001111 | 11111 | 1010011 | 1011 |
Color Harmonies of #351E05
Complementary color
Monochromatic Colors of #351E05
Black with #351E05
Text Example
Text Example
White with #351E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351E05; }
p { color: rgb(53,30,5); }
H1.HeaderClassName
{
color: #351E05;
}
.AnyTagClassName
{
color: #351E05;
}
</style>
background-color css
<style>
a { background-color: #351E05; }
a { background-color: rgb(53,30,5); }
div.DivClassName
{
background-color: #351E05;
}
.BgClassName
{
background-color: #351E05;
}
</style>
border-color css
<style>
span { border-color: #351E05; }
span { border-color: rgb(53,30,5); }
td.TdClassName
{
border-color: #351E05;
}
.TagClassName
{
border-color: #351E05;
}
</style>