Shades of Cocoa Brown #341B00
Tints of Cocoa Brown #341B00
RGB
CMYK
RGB Variations
Color information
#341B00 (or 0x341B00) is known color: Cocoa Brown. HEX triplet: 34, 1B and 00. RGB value is (52,27,0). Sum of RGB (Red+Green+Blue) = 52+27+0=79 (10% of max value = 765). Red value is 52 (20.70% from 255 or 65.82% from 79); Green value is 27 (10.94% from 255 or 34.18% from 79); Blue value is 0 (0.39% from 255 or 0% from 79); Max value from RGB is 52 - color contains mainly: red. Hex color #341B00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341B00 is #CBE4FF. Grayscale: #1F1F1F. Windows color (decimal): -13362432 or 6964. OLE color: 6964.
HSL color Cylindrical-coordinate representation of color #341B00: hue angle of 31.15º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #341B00 is Cyan = 0, Magento = 0.48, Yellow = 1 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 27 | 0 | - |
| CMYK | 0 | 0.48 | 1 | 0.80 |
| HSL | 31.15º | 1% | 0.1% | - |
| HSV(B) | 31.15º | 1% | 0.2% | - |
| XYZ | 1.81 | 1.51 | 0.2 | - |
| YUV | 31.4 | 110.28 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 27 | 0 | 0 | 0.48 | 1 | 0.80 | 31.15 | 1 | 0.1 |
| Hex | 34 | 1B | 0 | 0 | 30 | 64 | 50 | 1F | 64 | A |
| Octal | 64 | 33 | 0 | 0 | 60 | 144 | 120 | 37 | 144 | 12 |
| Binary | 110100 | 11011 | 0 | 0 | 110000 | 1100100 | 1010000 | 11111 | 1100100 | 1010 |
Color Harmonies of #341B00
Complementary color
Monochromatic Colors of #341B00
Black with #341B00
Text Example
Text Example
White with #341B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341B00; }
p { color: rgb(52,27,0); }
H1.HeaderClassName
{
color: #341B00;
}
.AnyTagClassName
{
color: #341B00;
}
</style>
background-color css
<style>
a { background-color: #341B00; }
a { background-color: rgb(52,27,0); }
div.DivClassName
{
background-color: #341B00;
}
.BgClassName
{
background-color: #341B00;
}
</style>
border-color css
<style>
span { border-color: #341B00; }
span { border-color: rgb(52,27,0); }
td.TdClassName
{
border-color: #341B00;
}
.TagClassName
{
border-color: #341B00;
}
</style>