Shades of Cocoa Brown #341B09
Tints of Cocoa Brown #341B09
RGB
CMYK
RGB Variations
Color information
#341B09 (or 0x341B09) is known color: Cocoa Brown. HEX triplet: 34, 1B and 09. RGB value is (52,27,9). Sum of RGB (Red+Green+Blue) = 52+27+9=88 (11% of max value = 765). Red value is 52 (20.70% from 255 or 59.09% from 88); Green value is 27 (10.94% from 255 or 30.68% from 88); Blue value is 9 (3.91% from 255 or 10.23% from 88); Max value from RGB is 52 - color contains mainly: red. Hex color #341B09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341B09 is #CBE4F6. Grayscale: #202020. Windows color (decimal): -13362423 or 596788. OLE color: 596788.
HSL color Cylindrical-coordinate representation of color #341B09: hue angle of 25.12º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #341B09 is Cyan = 0, Magento = 0.48, Yellow = 0.83 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 27 | 9 | - |
| CMYK | 0 | 0.48 | 0.83 | 0.80 |
| HSL | 25.12º | 0.7% | 0.12% | - |
| HSV(B) | 25.12º | 0.83% | 0.2% | - |
| XYZ | 1.86 | 1.53 | 0.46 | - |
| YUV | 32.42 | 114.78 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 27 | 9 | 0 | 0.48 | 0.83 | 0.80 | 25.12 | 0.7 | 0.12 |
| Hex | 34 | 1B | 9 | 0 | 30 | 53 | 50 | 19 | 46 | C |
| Octal | 64 | 33 | 11 | 0 | 60 | 123 | 120 | 31 | 106 | 14 |
| Binary | 110100 | 11011 | 1001 | 0 | 110000 | 1010011 | 1010000 | 11001 | 1000110 | 1100 |
Color Harmonies of #341B09
Complementary color
Monochromatic Colors of #341B09
Black with #341B09
Text Example
Text Example
White with #341B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341B09; }
p { color: rgb(52,27,9); }
H1.HeaderClassName
{
color: #341B09;
}
.AnyTagClassName
{
color: #341B09;
}
</style>
background-color css
<style>
a { background-color: #341B09; }
a { background-color: rgb(52,27,9); }
div.DivClassName
{
background-color: #341B09;
}
.BgClassName
{
background-color: #341B09;
}
</style>
border-color css
<style>
span { border-color: #341B09; }
span { border-color: rgb(52,27,9); }
td.TdClassName
{
border-color: #341B09;
}
.TagClassName
{
border-color: #341B09;
}
</style>