Shades of Cocoa Brown #32271F
Tints of Cocoa Brown #32271F
RGB
CMYK
RGB Variations
Color information
#32271F (or 0x32271F) is known color: Cocoa Brown. HEX triplet: 32, 27 and 1F. RGB value is (50,39,31). Sum of RGB (Red+Green+Blue) = 50+39+31=120 (15% of max value = 765). Red value is 50 (19.92% from 255 or 41.67% from 120); Green value is 39 (15.62% from 255 or 32.5% from 120); Blue value is 31 (12.5% from 255 or 25.83% from 120); Max value from RGB is 50 - color contains mainly: red. Hex color #32271F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32271F is #CDD8E0. Grayscale: #292929. Windows color (decimal): -13490401 or 2041650. OLE color: 2041650.
HSL color Cylindrical-coordinate representation of color #32271F: hue angle of 25.26º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #32271F is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 39 | 31 | - |
| CMYK | 0 | 0.22 | 0.38 | 0.80 |
| HSL | 25.26º | 0.23% | 0.16% | - |
| HSV(B) | 25.26º | 0.38% | 0.2% | - |
| XYZ | 2.29 | 2.23 | 1.61 | - |
| YUV | 41.38 | 122.14 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 39 | 31 | 0 | 0.22 | 0.38 | 0.80 | 25.26 | 0.23 | 0.16 |
| Hex | 32 | 27 | 1F | 0 | 16 | 26 | 50 | 19 | 17 | 10 |
| Octal | 62 | 47 | 37 | 0 | 26 | 46 | 120 | 31 | 27 | 20 |
| Binary | 110010 | 100111 | 11111 | 0 | 10110 | 100110 | 1010000 | 11001 | 10111 | 10000 |
Color Harmonies of #32271F
Complementary color
Monochromatic Colors of #32271F
Black with #32271F
Text Example
Text Example
White with #32271F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32271F; }
p { color: rgb(50,39,31); }
H1.HeaderClassName
{
color: #32271F;
}
.AnyTagClassName
{
color: #32271F;
}
</style>
background-color css
<style>
a { background-color: #32271F; }
a { background-color: rgb(50,39,31); }
div.DivClassName
{
background-color: #32271F;
}
.BgClassName
{
background-color: #32271F;
}
</style>
border-color css
<style>
span { border-color: #32271F; }
span { border-color: rgb(50,39,31); }
td.TdClassName
{
border-color: #32271F;
}
.TagClassName
{
border-color: #32271F;
}
</style>