Shades of Cocoa Brown #341C08
Tints of Cocoa Brown #341C08
RGB
CMYK
RGB Variations
Color information
#341C08 (or 0x341C08) is known color: Cocoa Brown. HEX triplet: 34, 1C and 08. RGB value is (52,28,8). Sum of RGB (Red+Green+Blue) = 52+28+8=88 (11% of max value = 765). Red value is 52 (20.70% from 255 or 59.09% from 88); Green value is 28 (11.33% from 255 or 31.82% from 88); Blue value is 8 (3.52% from 255 or 9.09% from 88); Max value from RGB is 52 - color contains mainly: red. Hex color #341C08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341C08 is #CBE3F7. Grayscale: #212121. Windows color (decimal): -13362168 or 531508. OLE color: 531508.
HSL color Cylindrical-coordinate representation of color #341C08: hue angle of 27.27º 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 #341C08 is Cyan = 0, Magento = 0.46, Yellow = 0.85 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 28 | 8 | - |
| CMYK | 0 | 0.46 | 0.85 | 0.80 |
| HSL | 27.27º | 0.73% | 0.12% | - |
| HSV(B) | 27.27º | 0.85% | 0.2% | - |
| XYZ | 1.88 | 1.58 | 0.44 | - |
| YUV | 32.9 | 113.95 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 28 | 8 | 0 | 0.46 | 0.85 | 0.80 | 27.27 | 0.73 | 0.12 |
| Hex | 34 | 1C | 8 | 0 | 2E | 55 | 50 | 1B | 49 | C |
| Octal | 64 | 34 | 10 | 0 | 56 | 125 | 120 | 33 | 111 | 14 |
| Binary | 110100 | 11100 | 1000 | 0 | 101110 | 1010101 | 1010000 | 11011 | 1001001 | 1100 |
Color Harmonies of #341C08
Complementary color
Monochromatic Colors of #341C08
Black with #341C08
Text Example
Text Example
White with #341C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341C08; }
p { color: rgb(52,28,8); }
H1.HeaderClassName
{
color: #341C08;
}
.AnyTagClassName
{
color: #341C08;
}
</style>
background-color css
<style>
a { background-color: #341C08; }
a { background-color: rgb(52,28,8); }
div.DivClassName
{
background-color: #341C08;
}
.BgClassName
{
background-color: #341C08;
}
</style>
border-color css
<style>
span { border-color: #341C08; }
span { border-color: rgb(52,28,8); }
td.TdClassName
{
border-color: #341C08;
}
.TagClassName
{
border-color: #341C08;
}
</style>