Shades of Cocoa Brown #34271B
Tints of Cocoa Brown #34271B
RGB
CMYK
RGB Variations
Color information
#34271B (or 0x34271B) is known color: Cocoa Brown. HEX triplet: 34, 27 and 1B. RGB value is (52,39,27). Sum of RGB (Red+Green+Blue) = 52+39+27=118 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.07% from 118); Green value is 39 (15.62% from 255 or 33.05% from 118); Blue value is 27 (10.94% from 255 or 22.88% from 118); Max value from RGB is 52 - color contains mainly: red. Hex color #34271B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34271B is #CBD8E4. Grayscale: #292929. Windows color (decimal): -13359333 or 1779508. OLE color: 1779508.
HSL color Cylindrical-coordinate representation of color #34271B: hue angle of 28.8º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #34271B is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 39 | 27 | - |
| CMYK | 0 | 0.25 | 0.48 | 0.80 |
| HSL | 28.8º | 0.32% | 0.15% | - |
| HSV(B) | 28.8º | 0.48% | 0.2% | - |
| XYZ | 2.34 | 2.26 | 1.35 | - |
| YUV | 41.52 | 119.81 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 39 | 27 | 0 | 0.25 | 0.48 | 0.80 | 28.8 | 0.32 | 0.15 |
| Hex | 34 | 27 | 1B | 0 | 19 | 30 | 50 | 1D | 20 | F |
| Octal | 64 | 47 | 33 | 0 | 31 | 60 | 120 | 35 | 40 | 17 |
| Binary | 110100 | 100111 | 11011 | 0 | 11001 | 110000 | 1010000 | 11101 | 100000 | 1111 |
Color Harmonies of #34271B
Complementary color
Monochromatic Colors of #34271B
Black with #34271B
Text Example
Text Example
White with #34271B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34271B; }
p { color: rgb(52,39,27); }
H1.HeaderClassName
{
color: #34271B;
}
.AnyTagClassName
{
color: #34271B;
}
</style>
background-color css
<style>
a { background-color: #34271B; }
a { background-color: rgb(52,39,27); }
div.DivClassName
{
background-color: #34271B;
}
.BgClassName
{
background-color: #34271B;
}
</style>
border-color css
<style>
span { border-color: #34271B; }
span { border-color: rgb(52,39,27); }
td.TdClassName
{
border-color: #34271B;
}
.TagClassName
{
border-color: #34271B;
}
</style>