Shades of Cocoa Brown #341F05
Tints of Cocoa Brown #341F05
RGB
CMYK
RGB Variations
Color information
#341F05 (or 0x341F05) is known color: Cocoa Brown. HEX triplet: 34, 1F and 05. RGB value is (52,31,5). Sum of RGB (Red+Green+Blue) = 52+31+5=88 (11% of max value = 765). Red value is 52 (20.70% from 255 or 59.09% from 88); Green value is 31 (12.5% from 255 or 35.23% from 88); Blue value is 5 (2.34% from 255 or 5.68% from 88); Max value from RGB is 52 - color contains mainly: red. Hex color #341F05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341F05 is #CBE0FA. Grayscale: #222222. Windows color (decimal): -13361403 or 335668. OLE color: 335668.
HSL color Cylindrical-coordinate representation of color #341F05: hue angle of 33.19º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #341F05 is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 31 | 5 | - |
| CMYK | 0 | 0.40 | 0.90 | 0.80 |
| HSL | 33.19º | 0.82% | 0.11% | - |
| HSV(B) | 33.19º | 0.9% | 0.2% | - |
| XYZ | 1.93 | 1.72 | 0.37 | - |
| YUV | 34.32 | 111.46 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 31 | 5 | 0 | 0.40 | 0.90 | 0.80 | 33.19 | 0.82 | 0.11 |
| Hex | 34 | 1F | 5 | 0 | 28 | 5A | 50 | 21 | 52 | B |
| Octal | 64 | 37 | 5 | 0 | 50 | 132 | 120 | 41 | 122 | 13 |
| Binary | 110100 | 11111 | 101 | 0 | 101000 | 1011010 | 1010000 | 100001 | 1010010 | 1011 |
Color Harmonies of #341F05
Complementary color
Monochromatic Colors of #341F05
Black with #341F05
Text Example
Text Example
White with #341F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341F05; }
p { color: rgb(52,31,5); }
H1.HeaderClassName
{
color: #341F05;
}
.AnyTagClassName
{
color: #341F05;
}
</style>
background-color css
<style>
a { background-color: #341F05; }
a { background-color: rgb(52,31,5); }
div.DivClassName
{
background-color: #341F05;
}
.BgClassName
{
background-color: #341F05;
}
</style>
border-color css
<style>
span { border-color: #341F05; }
span { border-color: rgb(52,31,5); }
td.TdClassName
{
border-color: #341F05;
}
.TagClassName
{
border-color: #341F05;
}
</style>