Shades of Cocoa Brown #321B08
Tints of Cocoa Brown #321B08
RGB
CMYK
RGB Variations
Color information
#321B08 (or 0x321B08) is known color: Cocoa Brown. HEX triplet: 32, 1B and 08. RGB value is (50,27,8). Sum of RGB (Red+Green+Blue) = 50+27+8=85 (11% of max value = 765). Red value is 50 (19.92% from 255 or 58.82% from 85); Green value is 27 (10.94% from 255 or 31.76% from 85); Blue value is 8 (3.52% from 255 or 9.41% from 85); Max value from RGB is 50 - color contains mainly: red. Hex color #321B08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321B08 is #CDE4F7. Grayscale: #1F1F1F. Windows color (decimal): -13493496 or 531250. OLE color: 531250.
HSL color Cylindrical-coordinate representation of color #321B08: hue angle of 27.14º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #321B08 is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 27 | 8 | - |
| CMYK | 0 | 0.46 | 0.84 | 0.80 |
| HSL | 27.14º | 0.72% | 0.11% | - |
| HSV(B) | 27.14º | 0.84% | 0.2% | - |
| XYZ | 1.75 | 1.48 | 0.42 | - |
| YUV | 31.71 | 114.62 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 27 | 8 | 0 | 0.46 | 0.84 | 0.80 | 27.14 | 0.72 | 0.11 |
| Hex | 32 | 1B | 8 | 0 | 2E | 54 | 50 | 1B | 48 | B |
| Octal | 62 | 33 | 10 | 0 | 56 | 124 | 120 | 33 | 110 | 13 |
| Binary | 110010 | 11011 | 1000 | 0 | 101110 | 1010100 | 1010000 | 11011 | 1001000 | 1011 |
Color Harmonies of #321B08
Complementary color
Monochromatic Colors of #321B08
Black with #321B08
Text Example
Text Example
White with #321B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321B08; }
p { color: rgb(50,27,8); }
H1.HeaderClassName
{
color: #321B08;
}
.AnyTagClassName
{
color: #321B08;
}
</style>
background-color css
<style>
a { background-color: #321B08; }
a { background-color: rgb(50,27,8); }
div.DivClassName
{
background-color: #321B08;
}
.BgClassName
{
background-color: #321B08;
}
</style>
border-color css
<style>
span { border-color: #321B08; }
span { border-color: rgb(50,27,8); }
td.TdClassName
{
border-color: #321B08;
}
.TagClassName
{
border-color: #321B08;
}
</style>