Shades of Cocoa Brown #341B08
Tints of Cocoa Brown #341B08
RGB
CMYK
RGB Variations
Color information
#341B08 (or 0x341B08) is known color: Cocoa Brown. HEX triplet: 34, 1B and 08. RGB value is (52,27,8). Sum of RGB (Red+Green+Blue) = 52+27+8=87 (11% of max value = 765). Red value is 52 (20.70% from 255 or 59.77% from 87); Green value is 27 (10.94% from 255 or 31.03% from 87); Blue value is 8 (3.52% from 255 or 9.20% from 87); Max value from RGB is 52 - color contains mainly: red. Hex color #341B08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341B08 is #CBE4F7. Grayscale: #202020. Windows color (decimal): -13362424 or 531252. OLE color: 531252.
HSL color Cylindrical-coordinate representation of color #341B08: hue angle of 25.91º 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 #341B08 is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 27 | 8 | - |
| CMYK | 0 | 0.48 | 0.85 | 0.80 |
| HSL | 25.91º | 0.73% | 0.12% | - |
| HSV(B) | 25.91º | 0.85% | 0.2% | - |
| XYZ | 1.85 | 1.53 | 0.43 | - |
| YUV | 32.31 | 114.28 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 27 | 8 | 0 | 0.48 | 0.85 | 0.80 | 25.91 | 0.73 | 0.12 |
| Hex | 34 | 1B | 8 | 0 | 30 | 55 | 50 | 1A | 49 | C |
| Octal | 64 | 33 | 10 | 0 | 60 | 125 | 120 | 32 | 111 | 14 |
| Binary | 110100 | 11011 | 1000 | 0 | 110000 | 1010101 | 1010000 | 11010 | 1001001 | 1100 |
Color Harmonies of #341B08
Complementary color
Monochromatic Colors of #341B08
Black with #341B08
Text Example
Text Example
White with #341B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341B08; }
p { color: rgb(52,27,8); }
H1.HeaderClassName
{
color: #341B08;
}
.AnyTagClassName
{
color: #341B08;
}
</style>
background-color css
<style>
a { background-color: #341B08; }
a { background-color: rgb(52,27,8); }
div.DivClassName
{
background-color: #341B08;
}
.BgClassName
{
background-color: #341B08;
}
</style>
border-color css
<style>
span { border-color: #341B08; }
span { border-color: rgb(52,27,8); }
td.TdClassName
{
border-color: #341B08;
}
.TagClassName
{
border-color: #341B08;
}
</style>