Shades of Cocoa Brown #32251B
Tints of Cocoa Brown #32251B
RGB
CMYK
RGB Variations
Color information
#32251B (or 0x32251B) is known color: Cocoa Brown. HEX triplet: 32, 25 and 1B. RGB value is (50,37,27). Sum of RGB (Red+Green+Blue) = 50+37+27=114 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.86% from 114); Green value is 37 (14.84% from 255 or 32.46% from 114); Blue value is 27 (10.94% from 255 or 23.68% from 114); Max value from RGB is 50 - color contains mainly: red. Hex color #32251B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32251B is #CDDAE4. Grayscale: #272727. Windows color (decimal): -13490917 or 1778994. OLE color: 1778994.
HSL color Cylindrical-coordinate representation of color #32251B: hue angle of 26.09º 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 #32251B is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 37 | 27 | - |
| CMYK | 0 | 0.26 | 0.46 | 0.80 |
| HSL | 26.09º | 0.3% | 0.15% | - |
| HSV(B) | 26.09º | 0.46% | 0.2% | - |
| XYZ | 2.17 | 2.08 | 1.32 | - |
| YUV | 39.75 | 120.81 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 37 | 27 | 0 | 0.26 | 0.46 | 0.80 | 26.09 | 0.3 | 0.15 |
| Hex | 32 | 25 | 1B | 0 | 1A | 2E | 50 | 1A | 1E | F |
| Octal | 62 | 45 | 33 | 0 | 32 | 56 | 120 | 32 | 36 | 17 |
| Binary | 110010 | 100101 | 11011 | 0 | 11010 | 101110 | 1010000 | 11010 | 11110 | 1111 |
Color Harmonies of #32251B
Complementary color
Monochromatic Colors of #32251B
Black with #32251B
Text Example
Text Example
White with #32251B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32251B; }
p { color: rgb(50,37,27); }
H1.HeaderClassName
{
color: #32251B;
}
.AnyTagClassName
{
color: #32251B;
}
</style>
background-color css
<style>
a { background-color: #32251B; }
a { background-color: rgb(50,37,27); }
div.DivClassName
{
background-color: #32251B;
}
.BgClassName
{
background-color: #32251B;
}
</style>
border-color css
<style>
span { border-color: #32251B; }
span { border-color: rgb(50,37,27); }
td.TdClassName
{
border-color: #32251B;
}
.TagClassName
{
border-color: #32251B;
}
</style>