Shades of Cocoa Brown #34261C
Tints of Cocoa Brown #34261C
RGB
CMYK
RGB Variations
Color information
#34261C (or 0x34261C) is known color: Cocoa Brown. HEX triplet: 34, 26 and 1C. RGB value is (52,38,28). Sum of RGB (Red+Green+Blue) = 52+38+28=118 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.07% from 118); Green value is 38 (15.23% from 255 or 32.20% from 118); Blue value is 28 (11.33% from 255 or 23.73% from 118); Max value from RGB is 52 - color contains mainly: red. Hex color #34261C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34261C is #CBD9E3. Grayscale: #292929. Windows color (decimal): -13359588 or 1844788. OLE color: 1844788.
HSL color Cylindrical-coordinate representation of color #34261C: hue angle of 25º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #34261C is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 38 | 28 | - |
| CMYK | 0 | 0.27 | 0.46 | 0.80 |
| HSL | 25º | 0.3% | 0.16% | - |
| HSV(B) | 25º | 0.46% | 0.2% | - |
| XYZ | 2.32 | 2.2 | 1.4 | - |
| YUV | 41.05 | 120.64 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 38 | 28 | 0 | 0.27 | 0.46 | 0.80 | 25 | 0.3 | 0.16 |
| Hex | 34 | 26 | 1C | 0 | 1B | 2E | 50 | 19 | 1E | 10 |
| Octal | 64 | 46 | 34 | 0 | 33 | 56 | 120 | 31 | 36 | 20 |
| Binary | 110100 | 100110 | 11100 | 0 | 11011 | 101110 | 1010000 | 11001 | 11110 | 10000 |
Color Harmonies of #34261C
Complementary color
Monochromatic Colors of #34261C
Black with #34261C
Text Example
Text Example
White with #34261C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34261C; }
p { color: rgb(52,38,28); }
H1.HeaderClassName
{
color: #34261C;
}
.AnyTagClassName
{
color: #34261C;
}
</style>
background-color css
<style>
a { background-color: #34261C; }
a { background-color: rgb(52,38,28); }
div.DivClassName
{
background-color: #34261C;
}
.BgClassName
{
background-color: #34261C;
}
</style>
border-color css
<style>
span { border-color: #34261C; }
span { border-color: rgb(52,38,28); }
td.TdClassName
{
border-color: #34261C;
}
.TagClassName
{
border-color: #34261C;
}
</style>