Shades of Cocoa Brown #341E08
Tints of Cocoa Brown #341E08
RGB
CMYK
RGB Variations
Color information
#341E08 (or 0x341E08) is known color: Cocoa Brown. HEX triplet: 34, 1E and 08. RGB value is (52,30,8). Sum of RGB (Red+Green+Blue) = 52+30+8=90 (11% of max value = 765). Red value is 52 (20.70% from 255 or 57.78% from 90); Green value is 30 (12.11% from 255 or 33.33% from 90); Blue value is 8 (3.52% from 255 or 8.89% from 90); Max value from RGB is 52 - color contains mainly: red. Hex color #341E08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341E08 is #CBE1F7. Grayscale: #222222. Windows color (decimal): -13361656 or 532020. OLE color: 532020.
HSL color Cylindrical-coordinate representation of color #341E08: hue angle of 30º 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 #341E08 is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 30 | 8 | - |
| CMYK | 0 | 0.42 | 0.85 | 0.80 |
| HSL | 30º | 0.73% | 0.12% | - |
| HSV(B) | 30º | 0.85% | 0.2% | - |
| XYZ | 1.92 | 1.68 | 0.45 | - |
| YUV | 34.07 | 113.29 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 30 | 8 | 0 | 0.42 | 0.85 | 0.80 | 30 | 0.73 | 0.12 |
| Hex | 34 | 1E | 8 | 0 | 2A | 55 | 50 | 1E | 49 | C |
| Octal | 64 | 36 | 10 | 0 | 52 | 125 | 120 | 36 | 111 | 14 |
| Binary | 110100 | 11110 | 1000 | 0 | 101010 | 1010101 | 1010000 | 11110 | 1001001 | 1100 |
Color Harmonies of #341E08
Complementary color
Monochromatic Colors of #341E08
Black with #341E08
Text Example
Text Example
White with #341E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341E08; }
p { color: rgb(52,30,8); }
H1.HeaderClassName
{
color: #341E08;
}
.AnyTagClassName
{
color: #341E08;
}
</style>
background-color css
<style>
a { background-color: #341E08; }
a { background-color: rgb(52,30,8); }
div.DivClassName
{
background-color: #341E08;
}
.BgClassName
{
background-color: #341E08;
}
</style>
border-color css
<style>
span { border-color: #341E08; }
span { border-color: rgb(52,30,8); }
td.TdClassName
{
border-color: #341E08;
}
.TagClassName
{
border-color: #341E08;
}
</style>