Shades of Cocoa Brown #321B00
Tints of Cocoa Brown #321B00
RGB
CMYK
RGB Variations
Color information
#321B00 (or 0x321B00) is known color: Cocoa Brown. HEX triplet: 32, 1B and 00. RGB value is (50,27,0). Sum of RGB (Red+Green+Blue) = 50+27+0=77 (10% of max value = 765). Red value is 50 (19.92% from 255 or 64.94% from 77); Green value is 27 (10.94% from 255 or 35.06% from 77); Blue value is 0 (0.39% from 255 or 0% from 77); Max value from RGB is 50 - color contains mainly: red. Hex color #321B00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321B00 is #CDE4FF. Grayscale: #1E1E1E. Windows color (decimal): -13493504 or 6962. OLE color: 6962.
HSL color Cylindrical-coordinate representation of color #321B00: hue angle of 32.4º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #321B00 is Cyan = 0, Magento = 0.46, Yellow = 1 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 27 | 0 | - |
| CMYK | 0 | 0.46 | 1 | 0.80 |
| HSL | 32.4º | 1% | 0.1% | - |
| HSV(B) | 32.4º | 1% | 0.2% | - |
| XYZ | 1.71 | 1.46 | 0.19 | - |
| YUV | 30.8 | 110.62 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 27 | 0 | 0 | 0.46 | 1 | 0.80 | 32.4 | 1 | 0.1 |
| Hex | 32 | 1B | 0 | 0 | 2E | 64 | 50 | 20 | 64 | A |
| Octal | 62 | 33 | 0 | 0 | 56 | 144 | 120 | 40 | 144 | 12 |
| Binary | 110010 | 11011 | 0 | 0 | 101110 | 1100100 | 1010000 | 100000 | 1100100 | 1010 |
Color Harmonies of #321B00
Complementary color
Monochromatic Colors of #321B00
Black with #321B00
Text Example
Text Example
White with #321B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321B00; }
p { color: rgb(50,27,0); }
H1.HeaderClassName
{
color: #321B00;
}
.AnyTagClassName
{
color: #321B00;
}
</style>
background-color css
<style>
a { background-color: #321B00; }
a { background-color: rgb(50,27,0); }
div.DivClassName
{
background-color: #321B00;
}
.BgClassName
{
background-color: #321B00;
}
</style>
border-color css
<style>
span { border-color: #321B00; }
span { border-color: rgb(50,27,0); }
td.TdClassName
{
border-color: #321B00;
}
.TagClassName
{
border-color: #321B00;
}
</style>