Shades of Cocoa Brown #341F08
Tints of Cocoa Brown #341F08
RGB
CMYK
RGB Variations
Color information
#341F08 (or 0x341F08) is known color: Cocoa Brown. HEX triplet: 34, 1F and 08. RGB value is (52,31,8). Sum of RGB (Red+Green+Blue) = 52+31+8=91 (12% of max value = 765). Red value is 52 (20.70% from 255 or 57.14% from 91); Green value is 31 (12.5% from 255 or 34.07% from 91); Blue value is 8 (3.52% from 255 or 8.79% from 91); Max value from RGB is 52 - color contains mainly: red. Hex color #341F08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341F08 is #CBE0F7. Grayscale: #222222. Windows color (decimal): -13361400 or 532276. OLE color: 532276.
HSL color Cylindrical-coordinate representation of color #341F08: hue angle of 31.36º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #341F08 is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 31 | 8 | - |
| CMYK | 0 | 0.40 | 0.85 | 0.80 |
| HSL | 31.36º | 0.73% | 0.12% | - |
| HSV(B) | 31.36º | 0.85% | 0.2% | - |
| XYZ | 1.95 | 1.73 | 0.46 | - |
| YUV | 34.66 | 112.96 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 31 | 8 | 0 | 0.40 | 0.85 | 0.80 | 31.36 | 0.73 | 0.12 |
| Hex | 34 | 1F | 8 | 0 | 28 | 55 | 50 | 1F | 49 | C |
| Octal | 64 | 37 | 10 | 0 | 50 | 125 | 120 | 37 | 111 | 14 |
| Binary | 110100 | 11111 | 1000 | 0 | 101000 | 1010101 | 1010000 | 11111 | 1001001 | 1100 |
Color Harmonies of #341F08
Complementary color
Monochromatic Colors of #341F08
Black with #341F08
Text Example
Text Example
White with #341F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341F08; }
p { color: rgb(52,31,8); }
H1.HeaderClassName
{
color: #341F08;
}
.AnyTagClassName
{
color: #341F08;
}
</style>
background-color css
<style>
a { background-color: #341F08; }
a { background-color: rgb(52,31,8); }
div.DivClassName
{
background-color: #341F08;
}
.BgClassName
{
background-color: #341F08;
}
</style>
border-color css
<style>
span { border-color: #341F08; }
span { border-color: rgb(52,31,8); }
td.TdClassName
{
border-color: #341F08;
}
.TagClassName
{
border-color: #341F08;
}
</style>