Shades of Cocoa Brown #321B07
Tints of Cocoa Brown #321B07
RGB
CMYK
RGB Variations
Color information
#321B07 (or 0x321B07) is known color: Cocoa Brown. HEX triplet: 32, 1B and 07. RGB value is (50,27,7). Sum of RGB (Red+Green+Blue) = 50+27+7=84 (11% of max value = 765). Red value is 50 (19.92% from 255 or 59.52% from 84); Green value is 27 (10.94% from 255 or 32.14% from 84); Blue value is 7 (3.12% from 255 or 8.33% from 84); Max value from RGB is 50 - color contains mainly: red. Hex color #321B07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321B07 is #CDE4F8. Grayscale: #1F1F1F. Windows color (decimal): -13493497 or 465714. OLE color: 465714.
HSL color Cylindrical-coordinate representation of color #321B07: hue angle of 27.91º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #321B07 is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 27 | 7 | - |
| CMYK | 0 | 0.46 | 0.86 | 0.80 |
| HSL | 27.91º | 0.75% | 0.11% | - |
| HSV(B) | 27.91º | 0.86% | 0.2% | - |
| XYZ | 1.75 | 1.48 | 0.39 | - |
| YUV | 31.6 | 114.12 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 27 | 7 | 0 | 0.46 | 0.86 | 0.80 | 27.91 | 0.75 | 0.11 |
| Hex | 32 | 1B | 7 | 0 | 2E | 56 | 50 | 1C | 4B | B |
| Octal | 62 | 33 | 7 | 0 | 56 | 126 | 120 | 34 | 113 | 13 |
| Binary | 110010 | 11011 | 111 | 0 | 101110 | 1010110 | 1010000 | 11100 | 1001011 | 1011 |
Color Harmonies of #321B07
Complementary color
Monochromatic Colors of #321B07
Black with #321B07
Text Example
Text Example
White with #321B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321B07; }
p { color: rgb(50,27,7); }
H1.HeaderClassName
{
color: #321B07;
}
.AnyTagClassName
{
color: #321B07;
}
</style>
background-color css
<style>
a { background-color: #321B07; }
a { background-color: rgb(50,27,7); }
div.DivClassName
{
background-color: #321B07;
}
.BgClassName
{
background-color: #321B07;
}
</style>
border-color css
<style>
span { border-color: #321B07; }
span { border-color: rgb(50,27,7); }
td.TdClassName
{
border-color: #321B07;
}
.TagClassName
{
border-color: #321B07;
}
</style>