Shades of Cocoa Brown #321B01
Tints of Cocoa Brown #321B01
RGB
CMYK
RGB Variations
Color information
#321B01 (or 0x321B01) is known color: Cocoa Brown. HEX triplet: 32, 1B and 01. RGB value is (50,27,1). Sum of RGB (Red+Green+Blue) = 50+27+1=78 (10% of max value = 765). Red value is 50 (19.92% from 255 or 64.10% from 78); Green value is 27 (10.94% from 255 or 34.62% from 78); Blue value is 1 (0.78% from 255 or 1.28% from 78); Max value from RGB is 50 - color contains mainly: red. Hex color #321B01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321B01 is #CDE4FE. Grayscale: #1F1F1F. Windows color (decimal): -13493503 or 72498. OLE color: 72498.
HSL color Cylindrical-coordinate representation of color #321B01: hue angle of 31.84º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #321B01 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 27 | 1 | - |
| CMYK | 0 | 0.46 | 0.98 | 0.80 |
| HSL | 31.84º | 0.96% | 0.1% | - |
| HSV(B) | 31.84º | 0.98% | 0.2% | - |
| XYZ | 1.71 | 1.46 | 0.22 | - |
| YUV | 30.91 | 111.12 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 27 | 1 | 0 | 0.46 | 0.98 | 0.80 | 31.84 | 0.96 | 0.1 |
| Hex | 32 | 1B | 1 | 0 | 2E | 62 | 50 | 20 | 60 | A |
| Octal | 62 | 33 | 1 | 0 | 56 | 142 | 120 | 40 | 140 | 12 |
| Binary | 110010 | 11011 | 1 | 0 | 101110 | 1100010 | 1010000 | 100000 | 1100000 | 1010 |
Color Harmonies of #321B01
Complementary color
Monochromatic Colors of #321B01
Black with #321B01
Text Example
Text Example
White with #321B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321B01; }
p { color: rgb(50,27,1); }
H1.HeaderClassName
{
color: #321B01;
}
.AnyTagClassName
{
color: #321B01;
}
</style>
background-color css
<style>
a { background-color: #321B01; }
a { background-color: rgb(50,27,1); }
div.DivClassName
{
background-color: #321B01;
}
.BgClassName
{
background-color: #321B01;
}
</style>
border-color css
<style>
span { border-color: #321B01; }
span { border-color: rgb(50,27,1); }
td.TdClassName
{
border-color: #321B01;
}
.TagClassName
{
border-color: #321B01;
}
</style>