Shades of Cocoa Brown #32271C
Tints of Cocoa Brown #32271C
RGB
CMYK
RGB Variations
Color information
#32271C (or 0x32271C) is known color: Cocoa Brown. HEX triplet: 32, 27 and 1C. RGB value is (50,39,28). Sum of RGB (Red+Green+Blue) = 50+39+28=117 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.74% from 117); Green value is 39 (15.62% from 255 or 33.33% from 117); Blue value is 28 (11.33% from 255 or 23.93% from 117); Max value from RGB is 50 - color contains mainly: red. Hex color #32271C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32271C is #CDD8E3. Grayscale: #292929. Windows color (decimal): -13490404 or 1845042. OLE color: 1845042.
HSL color Cylindrical-coordinate representation of color #32271C: hue angle of 30º degrees, saturation: 0.28, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #32271C is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 39 | 28 | - |
| CMYK | 0 | 0.22 | 0.44 | 0.80 |
| HSL | 30º | 0.28% | 0.15% | - |
| HSV(B) | 30º | 0.44% | 0.2% | - |
| XYZ | 2.25 | 2.21 | 1.41 | - |
| YUV | 41.04 | 120.64 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 39 | 28 | 0 | 0.22 | 0.44 | 0.80 | 30 | 0.28 | 0.15 |
| Hex | 32 | 27 | 1C | 0 | 16 | 2C | 50 | 1E | 1C | F |
| Octal | 62 | 47 | 34 | 0 | 26 | 54 | 120 | 36 | 34 | 17 |
| Binary | 110010 | 100111 | 11100 | 0 | 10110 | 101100 | 1010000 | 11110 | 11100 | 1111 |
Color Harmonies of #32271C
Complementary color
Monochromatic Colors of #32271C
Black with #32271C
Text Example
Text Example
White with #32271C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32271C; }
p { color: rgb(50,39,28); }
H1.HeaderClassName
{
color: #32271C;
}
.AnyTagClassName
{
color: #32271C;
}
</style>
background-color css
<style>
a { background-color: #32271C; }
a { background-color: rgb(50,39,28); }
div.DivClassName
{
background-color: #32271C;
}
.BgClassName
{
background-color: #32271C;
}
</style>
border-color css
<style>
span { border-color: #32271C; }
span { border-color: rgb(50,39,28); }
td.TdClassName
{
border-color: #32271C;
}
.TagClassName
{
border-color: #32271C;
}
</style>