Shades of Cocoa Brown #321902
Tints of Cocoa Brown #321902
RGB
CMYK
RGB Variations
Color information
#321902 (or 0x321902) is known color: Cocoa Brown. HEX triplet: 32, 19 and 02. RGB value is (50,25,2). Sum of RGB (Red+Green+Blue) = 50+25+2=77 (10% of max value = 765). Red value is 50 (19.92% from 255 or 64.94% from 77); Green value is 25 (10.16% from 255 or 32.47% from 77); Blue value is 2 (1.17% from 255 or 2.60% from 77); Max value from RGB is 50 - color contains mainly: red. Hex color #321902 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321902 is #CDE6FD. Grayscale: #1D1D1D. Windows color (decimal): -13494014 or 137522. OLE color: 137522.
HSL color Cylindrical-coordinate representation of color #321902: hue angle of 28.75º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #321902 is Cyan = 0, Magento = 0.50, Yellow = 0.96 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 25 | 2 | - |
| CMYK | 0 | 0.50 | 0.96 | 0.80 |
| HSL | 28.75º | 0.92% | 0.1% | - |
| HSV(B) | 28.75º | 0.96% | 0.2% | - |
| XYZ | 1.67 | 1.38 | 0.24 | - |
| YUV | 29.85 | 112.28 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 25 | 2 | 0 | 0.50 | 0.96 | 0.80 | 28.75 | 0.92 | 0.1 |
| Hex | 32 | 19 | 2 | 0 | 32 | 60 | 50 | 1D | 5C | A |
| Octal | 62 | 31 | 2 | 0 | 62 | 140 | 120 | 35 | 134 | 12 |
| Binary | 110010 | 11001 | 10 | 0 | 110010 | 1100000 | 1010000 | 11101 | 1011100 | 1010 |
Color Harmonies of #321902
Complementary color
Monochromatic Colors of #321902
Black with #321902
Text Example
Text Example
White with #321902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321902; }
p { color: rgb(50,25,2); }
H1.HeaderClassName
{
color: #321902;
}
.AnyTagClassName
{
color: #321902;
}
</style>
background-color css
<style>
a { background-color: #321902; }
a { background-color: rgb(50,25,2); }
div.DivClassName
{
background-color: #321902;
}
.BgClassName
{
background-color: #321902;
}
</style>
border-color css
<style>
span { border-color: #321902; }
span { border-color: rgb(50,25,2); }
td.TdClassName
{
border-color: #321902;
}
.TagClassName
{
border-color: #321902;
}
</style>