Shades of Cocoa Brown #351A04
Tints of Cocoa Brown #351A04
RGB
CMYK
RGB Variations
Color information
#351A04 (or 0x351A04) is known color: Cocoa Brown. HEX triplet: 35, 1A and 04. RGB value is (53,26,4). Sum of RGB (Red+Green+Blue) = 53+26+4=83 (10% of max value = 765). Red value is 53 (21.09% from 255 or 63.86% from 83); Green value is 26 (10.55% from 255 or 31.33% from 83); Blue value is 4 (1.95% from 255 or 4.82% from 83); Max value from RGB is 53 - color contains mainly: red. Hex color #351A04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351A04 is #CAE5FB. Grayscale: #1F1F1F. Windows color (decimal): -13297148 or 268853. OLE color: 268853.
HSL color Cylindrical-coordinate representation of color #351A04: hue angle of 26.94º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #351A04 is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 26 | 4 | - |
| CMYK | 0 | 0.51 | 0.92 | 0.79 |
| HSL | 26.94º | 0.86% | 0.11% | - |
| HSV(B) | 26.94º | 0.92% | 0.21% | - |
| XYZ | 1.86 | 1.5 | 0.31 | - |
| YUV | 31.57 | 112.45 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 26 | 4 | 0 | 0.51 | 0.92 | 0.79 | 26.94 | 0.86 | 0.11 |
| Hex | 35 | 1A | 4 | 0 | 33 | 5C | 4F | 1B | 56 | B |
| Octal | 65 | 32 | 4 | 0 | 63 | 134 | 117 | 33 | 126 | 13 |
| Binary | 110101 | 11010 | 100 | 0 | 110011 | 1011100 | 1001111 | 11011 | 1010110 | 1011 |
Color Harmonies of #351A04
Complementary color
Monochromatic Colors of #351A04
Black with #351A04
Text Example
Text Example
White with #351A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351A04; }
p { color: rgb(53,26,4); }
H1.HeaderClassName
{
color: #351A04;
}
.AnyTagClassName
{
color: #351A04;
}
</style>
background-color css
<style>
a { background-color: #351A04; }
a { background-color: rgb(53,26,4); }
div.DivClassName
{
background-color: #351A04;
}
.BgClassName
{
background-color: #351A04;
}
</style>
border-color css
<style>
span { border-color: #351A04; }
span { border-color: rgb(53,26,4); }
td.TdClassName
{
border-color: #351A04;
}
.TagClassName
{
border-color: #351A04;
}
</style>