Shades of Cocoa Brown #34281F
Tints of Cocoa Brown #34281F
RGB
CMYK
RGB Variations
Color information
#34281F (or 0x34281F) is known color: Cocoa Brown. HEX triplet: 34, 28 and 1F. RGB value is (52,40,31). Sum of RGB (Red+Green+Blue) = 52+40+31=123 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.28% from 123); Green value is 40 (16.02% from 255 or 32.52% from 123); Blue value is 31 (12.5% from 255 or 25.20% from 123); Max value from RGB is 52 - color contains mainly: red. Hex color #34281F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34281F is #CBD7E0. Grayscale: #2A2A2A. Windows color (decimal): -13359073 or 2041908. OLE color: 2041908.
HSL color Cylindrical-coordinate representation of color #34281F: hue angle of 25.71º degrees, saturation: 0.25, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #34281F is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 40 | 31 | - |
| CMYK | 0 | 0.23 | 0.40 | 0.80 |
| HSL | 25.71º | 0.25% | 0.16% | - |
| HSV(B) | 25.71º | 0.4% | 0.2% | - |
| XYZ | 2.42 | 2.35 | 1.62 | - |
| YUV | 42.56 | 121.48 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 40 | 31 | 0 | 0.23 | 0.40 | 0.80 | 25.71 | 0.25 | 0.16 |
| Hex | 34 | 28 | 1F | 0 | 17 | 28 | 50 | 1A | 19 | 10 |
| Octal | 64 | 50 | 37 | 0 | 27 | 50 | 120 | 32 | 31 | 20 |
| Binary | 110100 | 101000 | 11111 | 0 | 10111 | 101000 | 1010000 | 11010 | 11001 | 10000 |
Color Harmonies of #34281F
Complementary color
Monochromatic Colors of #34281F
Black with #34281F
Text Example
Text Example
White with #34281F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34281F; }
p { color: rgb(52,40,31); }
H1.HeaderClassName
{
color: #34281F;
}
.AnyTagClassName
{
color: #34281F;
}
</style>
background-color css
<style>
a { background-color: #34281F; }
a { background-color: rgb(52,40,31); }
div.DivClassName
{
background-color: #34281F;
}
.BgClassName
{
background-color: #34281F;
}
</style>
border-color css
<style>
span { border-color: #34281F; }
span { border-color: rgb(52,40,31); }
td.TdClassName
{
border-color: #34281F;
}
.TagClassName
{
border-color: #34281F;
}
</style>