Shades of Cocoa Brown #32261B
Tints of Cocoa Brown #32261B
RGB
CMYK
RGB Variations
Color information
#32261B (or 0x32261B) is known color: Cocoa Brown. HEX triplet: 32, 26 and 1B. RGB value is (50,38,27). Sum of RGB (Red+Green+Blue) = 50+38+27=115 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.48% from 115); Green value is 38 (15.23% from 255 or 33.04% from 115); Blue value is 27 (10.94% from 255 or 23.48% from 115); Max value from RGB is 50 - color contains mainly: red. Hex color #32261B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32261B is #CDD9E4. Grayscale: #282828. Windows color (decimal): -13490661 or 1779250. OLE color: 1779250.
HSL color Cylindrical-coordinate representation of color #32261B: hue angle of 28.7º 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 #32261B is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 38 | 27 | - |
| CMYK | 0 | 0.24 | 0.46 | 0.80 |
| HSL | 28.7º | 0.3% | 0.15% | - |
| HSV(B) | 28.7º | 0.46% | 0.2% | - |
| XYZ | 2.21 | 2.14 | 1.33 | - |
| YUV | 40.33 | 120.48 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 38 | 27 | 0 | 0.24 | 0.46 | 0.80 | 28.7 | 0.3 | 0.15 |
| Hex | 32 | 26 | 1B | 0 | 18 | 2E | 50 | 1D | 1E | F |
| Octal | 62 | 46 | 33 | 0 | 30 | 56 | 120 | 35 | 36 | 17 |
| Binary | 110010 | 100110 | 11011 | 0 | 11000 | 101110 | 1010000 | 11101 | 11110 | 1111 |
Color Harmonies of #32261B
Complementary color
Monochromatic Colors of #32261B
Black with #32261B
Text Example
Text Example
White with #32261B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32261B; }
p { color: rgb(50,38,27); }
H1.HeaderClassName
{
color: #32261B;
}
.AnyTagClassName
{
color: #32261B;
}
</style>
background-color css
<style>
a { background-color: #32261B; }
a { background-color: rgb(50,38,27); }
div.DivClassName
{
background-color: #32261B;
}
.BgClassName
{
background-color: #32261B;
}
</style>
border-color css
<style>
span { border-color: #32261B; }
span { border-color: rgb(50,38,27); }
td.TdClassName
{
border-color: #32261B;
}
.TagClassName
{
border-color: #32261B;
}
</style>