Shades of Cocoa Brown #32271B
Tints of Cocoa Brown #32271B
RGB
CMYK
RGB Variations
Color information
#32271B (or 0x32271B) is known color: Cocoa Brown. HEX triplet: 32, 27 and 1B. RGB value is (50,39,27). Sum of RGB (Red+Green+Blue) = 50+39+27=116 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.10% from 116); Green value is 39 (15.62% from 255 or 33.62% from 116); Blue value is 27 (10.94% from 255 or 23.28% from 116); Max value from RGB is 50 - color contains mainly: red. Hex color #32271B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32271B is #CDD8E4. Grayscale: #282828. Windows color (decimal): -13490405 or 1779506. OLE color: 1779506.
HSL color Cylindrical-coordinate representation of color #32271B: hue angle of 31.3º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #32271B is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 39 | 27 | - |
| CMYK | 0 | 0.22 | 0.46 | 0.80 |
| HSL | 31.3º | 0.3% | 0.15% | - |
| HSV(B) | 31.3º | 0.46% | 0.2% | - |
| XYZ | 2.24 | 2.21 | 1.35 | - |
| YUV | 40.92 | 120.14 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 39 | 27 | 0 | 0.22 | 0.46 | 0.80 | 31.3 | 0.3 | 0.15 |
| Hex | 32 | 27 | 1B | 0 | 16 | 2E | 50 | 1F | 1E | F |
| Octal | 62 | 47 | 33 | 0 | 26 | 56 | 120 | 37 | 36 | 17 |
| Binary | 110010 | 100111 | 11011 | 0 | 10110 | 101110 | 1010000 | 11111 | 11110 | 1111 |
Color Harmonies of #32271B
Complementary color
Monochromatic Colors of #32271B
Black with #32271B
Text Example
Text Example
White with #32271B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32271B; }
p { color: rgb(50,39,27); }
H1.HeaderClassName
{
color: #32271B;
}
.AnyTagClassName
{
color: #32271B;
}
</style>
background-color css
<style>
a { background-color: #32271B; }
a { background-color: rgb(50,39,27); }
div.DivClassName
{
background-color: #32271B;
}
.BgClassName
{
background-color: #32271B;
}
</style>
border-color css
<style>
span { border-color: #32271B; }
span { border-color: rgb(50,39,27); }
td.TdClassName
{
border-color: #32271B;
}
.TagClassName
{
border-color: #32271B;
}
</style>