Shades of Cocoa Brown #341B05
Tints of Cocoa Brown #341B05
RGB
CMYK
RGB Variations
Color information
#341B05 (or 0x341B05) is known color: Cocoa Brown. HEX triplet: 34, 1B and 05. RGB value is (52,27,5). Sum of RGB (Red+Green+Blue) = 52+27+5=84 (11% of max value = 765). Red value is 52 (20.70% from 255 or 61.90% from 84); Green value is 27 (10.94% from 255 or 32.14% from 84); Blue value is 5 (2.34% from 255 or 5.95% from 84); Max value from RGB is 52 - color contains mainly: red. Hex color #341B05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341B05 is #CBE4FA. Grayscale: #202020. Windows color (decimal): -13362427 or 334644. OLE color: 334644.
HSL color Cylindrical-coordinate representation of color #341B05: hue angle of 28.09º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #341B05 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 27 | 5 | - |
| CMYK | 0 | 0.48 | 0.90 | 0.80 |
| HSL | 28.09º | 0.82% | 0.11% | - |
| HSV(B) | 28.09º | 0.9% | 0.2% | - |
| XYZ | 1.84 | 1.52 | 0.34 | - |
| YUV | 31.97 | 112.78 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 27 | 5 | 0 | 0.48 | 0.90 | 0.80 | 28.09 | 0.82 | 0.11 |
| Hex | 34 | 1B | 5 | 0 | 30 | 5A | 50 | 1C | 52 | B |
| Octal | 64 | 33 | 5 | 0 | 60 | 132 | 120 | 34 | 122 | 13 |
| Binary | 110100 | 11011 | 101 | 0 | 110000 | 1011010 | 1010000 | 11100 | 1010010 | 1011 |
Color Harmonies of #341B05
Complementary color
Monochromatic Colors of #341B05
Black with #341B05
Text Example
Text Example
White with #341B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341B05; }
p { color: rgb(52,27,5); }
H1.HeaderClassName
{
color: #341B05;
}
.AnyTagClassName
{
color: #341B05;
}
</style>
background-color css
<style>
a { background-color: #341B05; }
a { background-color: rgb(52,27,5); }
div.DivClassName
{
background-color: #341B05;
}
.BgClassName
{
background-color: #341B05;
}
</style>
border-color css
<style>
span { border-color: #341B05; }
span { border-color: rgb(52,27,5); }
td.TdClassName
{
border-color: #341B05;
}
.TagClassName
{
border-color: #341B05;
}
</style>