Shades of Cocoa Brown #341F10
Tints of Cocoa Brown #341F10
RGB
CMYK
RGB Variations
Color information
#341F10 (or 0x341F10) is known color: Cocoa Brown. HEX triplet: 34, 1F and 10. RGB value is (52,31,16). Sum of RGB (Red+Green+Blue) = 52+31+16=99 (13% of max value = 765). Red value is 52 (20.70% from 255 or 52.53% from 99); Green value is 31 (12.5% from 255 or 31.31% from 99); Blue value is 16 (6.64% from 255 or 16.16% from 99); Max value from RGB is 52 - color contains mainly: red. Hex color #341F10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341F10 is #CBE0EF. Grayscale: #232323. Windows color (decimal): -13361392 or 1056564. OLE color: 1056564.
HSL color Cylindrical-coordinate representation of color #341F10: hue angle of 25º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #341F10 is Cyan = 0, Magento = 0.40, Yellow = 0.69 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 31 | 16 | - |
| CMYK | 0 | 0.40 | 0.69 | 0.80 |
| HSL | 25º | 0.53% | 0.13% | - |
| HSV(B) | 25º | 0.69% | 0.2% | - |
| XYZ | 2 | 1.75 | 0.72 | - |
| YUV | 35.57 | 116.96 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 31 | 16 | 0 | 0.40 | 0.69 | 0.80 | 25 | 0.53 | 0.13 |
| Hex | 34 | 1F | 10 | 0 | 28 | 45 | 50 | 19 | 35 | D |
| Octal | 64 | 37 | 20 | 0 | 50 | 105 | 120 | 31 | 65 | 15 |
| Binary | 110100 | 11111 | 10000 | 0 | 101000 | 1000101 | 1010000 | 11001 | 110101 | 1101 |
Color Harmonies of #341F10
Complementary color
Monochromatic Colors of #341F10
Black with #341F10
Text Example
Text Example
White with #341F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341F10; }
p { color: rgb(52,31,16); }
H1.HeaderClassName
{
color: #341F10;
}
.AnyTagClassName
{
color: #341F10;
}
</style>
background-color css
<style>
a { background-color: #341F10; }
a { background-color: rgb(52,31,16); }
div.DivClassName
{
background-color: #341F10;
}
.BgClassName
{
background-color: #341F10;
}
</style>
border-color css
<style>
span { border-color: #341F10; }
span { border-color: rgb(52,31,16); }
td.TdClassName
{
border-color: #341F10;
}
.TagClassName
{
border-color: #341F10;
}
</style>