Shades of Cocoa Brown #34271D
Tints of Cocoa Brown #34271D
RGB
CMYK
RGB Variations
Color information
#34271D (or 0x34271D) is known color: Cocoa Brown. HEX triplet: 34, 27 and 1D. RGB value is (52,39,29). Sum of RGB (Red+Green+Blue) = 52+39+29=120 (15% of max value = 765). Red value is 52 (20.70% from 255 or 43.33% from 120); Green value is 39 (15.62% from 255 or 32.5% from 120); Blue value is 29 (11.72% from 255 or 24.17% from 120); Max value from RGB is 52 - color contains mainly: red. Hex color #34271D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34271D is #CBD8E2. Grayscale: #292929. Windows color (decimal): -13359331 or 1910580. OLE color: 1910580.
HSL color Cylindrical-coordinate representation of color #34271D: hue angle of 26.09º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #34271D is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 39 | 29 | - |
| CMYK | 0 | 0.25 | 0.44 | 0.80 |
| HSL | 26.09º | 0.28% | 0.16% | - |
| HSV(B) | 26.09º | 0.44% | 0.2% | - |
| XYZ | 2.36 | 2.27 | 1.48 | - |
| YUV | 41.75 | 120.81 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 39 | 29 | 0 | 0.25 | 0.44 | 0.80 | 26.09 | 0.28 | 0.16 |
| Hex | 34 | 27 | 1D | 0 | 19 | 2C | 50 | 1A | 1C | 10 |
| Octal | 64 | 47 | 35 | 0 | 31 | 54 | 120 | 32 | 34 | 20 |
| Binary | 110100 | 100111 | 11101 | 0 | 11001 | 101100 | 1010000 | 11010 | 11100 | 10000 |
Color Harmonies of #34271D
Complementary color
Monochromatic Colors of #34271D
Black with #34271D
Text Example
Text Example
White with #34271D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34271D; }
p { color: rgb(52,39,29); }
H1.HeaderClassName
{
color: #34271D;
}
.AnyTagClassName
{
color: #34271D;
}
</style>
background-color css
<style>
a { background-color: #34271D; }
a { background-color: rgb(52,39,29); }
div.DivClassName
{
background-color: #34271D;
}
.BgClassName
{
background-color: #34271D;
}
</style>
border-color css
<style>
span { border-color: #34271D; }
span { border-color: rgb(52,39,29); }
td.TdClassName
{
border-color: #34271D;
}
.TagClassName
{
border-color: #34271D;
}
</style>