Shades of Cocoa Brown #321A06
Tints of Cocoa Brown #321A06
RGB
CMYK
RGB Variations
Color information
#321A06 (or 0x321A06) is known color: Cocoa Brown. HEX triplet: 32, 1A and 06. RGB value is (50,26,6). Sum of RGB (Red+Green+Blue) = 50+26+6=82 (10% of max value = 765). Red value is 50 (19.92% from 255 or 60.98% from 82); Green value is 26 (10.55% from 255 or 31.71% from 82); Blue value is 6 (2.73% from 255 or 7.32% from 82); Max value from RGB is 50 - color contains mainly: red. Hex color #321A06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321A06 is #CDE5F9. Grayscale: #1F1F1F. Windows color (decimal): -13493754 or 399922. OLE color: 399922.
HSL color Cylindrical-coordinate representation of color #321A06: hue angle of 27.27º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #321A06 is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 26 | 6 | - |
| CMYK | 0 | 0.48 | 0.88 | 0.80 |
| HSL | 27.27º | 0.79% | 0.11% | - |
| HSV(B) | 27.27º | 0.88% | 0.2% | - |
| XYZ | 1.72 | 1.43 | 0.36 | - |
| YUV | 30.9 | 113.95 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 26 | 6 | 0 | 0.48 | 0.88 | 0.80 | 27.27 | 0.79 | 0.11 |
| Hex | 32 | 1A | 6 | 0 | 30 | 58 | 50 | 1B | 4F | B |
| Octal | 62 | 32 | 6 | 0 | 60 | 130 | 120 | 33 | 117 | 13 |
| Binary | 110010 | 11010 | 110 | 0 | 110000 | 1011000 | 1010000 | 11011 | 1001111 | 1011 |
Color Harmonies of #321A06
Complementary color
Monochromatic Colors of #321A06
Black with #321A06
Text Example
Text Example
White with #321A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321A06; }
p { color: rgb(50,26,6); }
H1.HeaderClassName
{
color: #321A06;
}
.AnyTagClassName
{
color: #321A06;
}
</style>
background-color css
<style>
a { background-color: #321A06; }
a { background-color: rgb(50,26,6); }
div.DivClassName
{
background-color: #321A06;
}
.BgClassName
{
background-color: #321A06;
}
</style>
border-color css
<style>
span { border-color: #321A06; }
span { border-color: rgb(50,26,6); }
td.TdClassName
{
border-color: #321A06;
}
.TagClassName
{
border-color: #321A06;
}
</style>