Shades of Cocoa Brown #321B05
Tints of Cocoa Brown #321B05
RGB
CMYK
RGB Variations
Color information
#321B05 (or 0x321B05) is known color: Cocoa Brown. HEX triplet: 32, 1B and 05. RGB value is (50,27,5). Sum of RGB (Red+Green+Blue) = 50+27+5=82 (10% of max value = 765). Red value is 50 (19.92% from 255 or 60.98% from 82); Green value is 27 (10.94% from 255 or 32.93% from 82); Blue value is 5 (2.34% from 255 or 6.10% from 82); Max value from RGB is 50 - color contains mainly: red. Hex color #321B05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321B05 is #CDE4FA. Grayscale: #1F1F1F. Windows color (decimal): -13493499 or 334642. OLE color: 334642.
HSL color Cylindrical-coordinate representation of color #321B05: hue angle of 29.33º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #321B05 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 27 | 5 | - |
| CMYK | 0 | 0.46 | 0.90 | 0.80 |
| HSL | 29.33º | 0.82% | 0.11% | - |
| HSV(B) | 29.33º | 0.9% | 0.2% | - |
| XYZ | 1.73 | 1.47 | 0.34 | - |
| YUV | 31.37 | 113.12 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 27 | 5 | 0 | 0.46 | 0.90 | 0.80 | 29.33 | 0.82 | 0.11 |
| Hex | 32 | 1B | 5 | 0 | 2E | 5A | 50 | 1D | 52 | B |
| Octal | 62 | 33 | 5 | 0 | 56 | 132 | 120 | 35 | 122 | 13 |
| Binary | 110010 | 11011 | 101 | 0 | 101110 | 1011010 | 1010000 | 11101 | 1010010 | 1011 |
Color Harmonies of #321B05
Complementary color
Monochromatic Colors of #321B05
Black with #321B05
Text Example
Text Example
White with #321B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321B05; }
p { color: rgb(50,27,5); }
H1.HeaderClassName
{
color: #321B05;
}
.AnyTagClassName
{
color: #321B05;
}
</style>
background-color css
<style>
a { background-color: #321B05; }
a { background-color: rgb(50,27,5); }
div.DivClassName
{
background-color: #321B05;
}
.BgClassName
{
background-color: #321B05;
}
</style>
border-color css
<style>
span { border-color: #321B05; }
span { border-color: rgb(50,27,5); }
td.TdClassName
{
border-color: #321B05;
}
.TagClassName
{
border-color: #321B05;
}
</style>