Shades of Cocoa Brown #32281D
Tints of Cocoa Brown #32281D
RGB
CMYK
RGB Variations
Color information
#32281D (or 0x32281D) is known color: Cocoa Brown. HEX triplet: 32, 28 and 1D. RGB value is (50,40,29). Sum of RGB (Red+Green+Blue) = 50+40+29=119 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.02% from 119); Green value is 40 (16.02% from 255 or 33.61% from 119); Blue value is 29 (11.72% from 255 or 24.37% from 119); Max value from RGB is 50 - color contains mainly: red. Hex color #32281D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32281D is #CDD7E2. Grayscale: #292929. Windows color (decimal): -13490147 or 1910834. OLE color: 1910834.
HSL color Cylindrical-coordinate representation of color #32281D: hue angle of 31.43º 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 #32281D is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 40 | 29 | - |
| CMYK | 0 | 0.20 | 0.42 | 0.80 |
| HSL | 31.43º | 0.27% | 0.15% | - |
| HSV(B) | 31.43º | 0.42% | 0.2% | - |
| XYZ | 2.3 | 2.28 | 1.48 | - |
| YUV | 41.74 | 120.81 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 40 | 29 | 0 | 0.20 | 0.42 | 0.80 | 31.43 | 0.27 | 0.15 |
| Hex | 32 | 28 | 1D | 0 | 14 | 2A | 50 | 1F | 1B | F |
| Octal | 62 | 50 | 35 | 0 | 24 | 52 | 120 | 37 | 33 | 17 |
| Binary | 110010 | 101000 | 11101 | 0 | 10100 | 101010 | 1010000 | 11111 | 11011 | 1111 |
Color Harmonies of #32281D
Complementary color
Monochromatic Colors of #32281D
Black with #32281D
Text Example
Text Example
White with #32281D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32281D; }
p { color: rgb(50,40,29); }
H1.HeaderClassName
{
color: #32281D;
}
.AnyTagClassName
{
color: #32281D;
}
</style>
background-color css
<style>
a { background-color: #32281D; }
a { background-color: rgb(50,40,29); }
div.DivClassName
{
background-color: #32281D;
}
.BgClassName
{
background-color: #32281D;
}
</style>
border-color css
<style>
span { border-color: #32281D; }
span { border-color: rgb(50,40,29); }
td.TdClassName
{
border-color: #32281D;
}
.TagClassName
{
border-color: #32281D;
}
</style>