Shades of Cocoa Brown #321E09
Tints of Cocoa Brown #321E09
RGB
CMYK
RGB Variations
Color information
#321E09 (or 0x321E09) is known color: Cocoa Brown. HEX triplet: 32, 1E and 09. RGB value is (50,30,9). Sum of RGB (Red+Green+Blue) = 50+30+9=89 (11% of max value = 765). Red value is 50 (19.92% from 255 or 56.18% from 89); Green value is 30 (12.11% from 255 or 33.71% from 89); Blue value is 9 (3.91% from 255 or 10.11% from 89); Max value from RGB is 50 - color contains mainly: red. Hex color #321E09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321E09 is #CDE1F6. Grayscale: #212121. Windows color (decimal): -13492727 or 597554. OLE color: 597554.
HSL color Cylindrical-coordinate representation of color #321E09: hue angle of 30.73º degrees, saturation: 0.69, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #321E09 is Cyan = 0, Magento = 0.40, Yellow = 0.82 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 30 | 9 | - |
| CMYK | 0 | 0.40 | 0.82 | 0.80 |
| HSL | 30.73º | 0.69% | 0.12% | - |
| HSV(B) | 30.73º | 0.82% | 0.2% | - |
| XYZ | 1.83 | 1.63 | 0.48 | - |
| YUV | 33.59 | 114.13 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 30 | 9 | 0 | 0.40 | 0.82 | 0.80 | 30.73 | 0.69 | 0.12 |
| Hex | 32 | 1E | 9 | 0 | 28 | 52 | 50 | 1F | 45 | C |
| Octal | 62 | 36 | 11 | 0 | 50 | 122 | 120 | 37 | 105 | 14 |
| Binary | 110010 | 11110 | 1001 | 0 | 101000 | 1010010 | 1010000 | 11111 | 1000101 | 1100 |
Color Harmonies of #321E09
Complementary color
Monochromatic Colors of #321E09
Black with #321E09
Text Example
Text Example
White with #321E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321E09; }
p { color: rgb(50,30,9); }
H1.HeaderClassName
{
color: #321E09;
}
.AnyTagClassName
{
color: #321E09;
}
</style>
background-color css
<style>
a { background-color: #321E09; }
a { background-color: rgb(50,30,9); }
div.DivClassName
{
background-color: #321E09;
}
.BgClassName
{
background-color: #321E09;
}
</style>
border-color css
<style>
span { border-color: #321E09; }
span { border-color: rgb(50,30,9); }
td.TdClassName
{
border-color: #321E09;
}
.TagClassName
{
border-color: #321E09;
}
</style>