Shades of Cocoa Brown #32271D
Tints of Cocoa Brown #32271D
RGB
CMYK
RGB Variations
Color information
#32271D (or 0x32271D) is known color: Cocoa Brown. HEX triplet: 32, 27 and 1D. RGB value is (50,39,29). Sum of RGB (Red+Green+Blue) = 50+39+29=118 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.37% from 118); Green value is 39 (15.62% from 255 or 33.05% from 118); Blue value is 29 (11.72% from 255 or 24.58% from 118); Max value from RGB is 50 - color contains mainly: red. Hex color #32271D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32271D is #CDD8E2. Grayscale: #292929. Windows color (decimal): -13490403 or 1910578. OLE color: 1910578.
HSL color Cylindrical-coordinate representation of color #32271D: hue angle of 28.57º degrees, saturation: 0.27, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #32271D is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 39 | 29 | - |
| CMYK | 0 | 0.22 | 0.42 | 0.80 |
| HSL | 28.57º | 0.27% | 0.15% | - |
| HSV(B) | 28.57º | 0.42% | 0.2% | - |
| XYZ | 2.26 | 2.22 | 1.47 | - |
| YUV | 41.15 | 121.14 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 39 | 29 | 0 | 0.22 | 0.42 | 0.80 | 28.57 | 0.27 | 0.15 |
| Hex | 32 | 27 | 1D | 0 | 16 | 2A | 50 | 1D | 1B | F |
| Octal | 62 | 47 | 35 | 0 | 26 | 52 | 120 | 35 | 33 | 17 |
| Binary | 110010 | 100111 | 11101 | 0 | 10110 | 101010 | 1010000 | 11101 | 11011 | 1111 |
Color Harmonies of #32271D
Complementary color
Monochromatic Colors of #32271D
Black with #32271D
Text Example
Text Example
White with #32271D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32271D; }
p { color: rgb(50,39,29); }
H1.HeaderClassName
{
color: #32271D;
}
.AnyTagClassName
{
color: #32271D;
}
</style>
background-color css
<style>
a { background-color: #32271D; }
a { background-color: rgb(50,39,29); }
div.DivClassName
{
background-color: #32271D;
}
.BgClassName
{
background-color: #32271D;
}
</style>
border-color css
<style>
span { border-color: #32271D; }
span { border-color: rgb(50,39,29); }
td.TdClassName
{
border-color: #32271D;
}
.TagClassName
{
border-color: #32271D;
}
</style>