Shades of Cocoa Brown #321F02
Tints of Cocoa Brown #321F02
RGB
CMYK
RGB Variations
Color information
#321F02 (or 0x321F02) is known color: Cocoa Brown. HEX triplet: 32, 1F and 02. RGB value is (50,31,2). Sum of RGB (Red+Green+Blue) = 50+31+2=83 (10% of max value = 765). Red value is 50 (19.92% from 255 or 60.24% from 83); Green value is 31 (12.5% from 255 or 37.35% from 83); Blue value is 2 (1.17% from 255 or 2.41% from 83); Max value from RGB is 50 - color contains mainly: red. Hex color #321F02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321F02 is #CDE0FD. Grayscale: #212121. Windows color (decimal): -13492478 or 139058. OLE color: 139058.
HSL color Cylindrical-coordinate representation of color #321F02: hue angle of 36.25º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #321F02 is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 31 | 2 | - |
| CMYK | 0 | 0.38 | 0.96 | 0.80 |
| HSL | 36.25º | 0.92% | 0.1% | - |
| HSV(B) | 36.25º | 0.96% | 0.2% | - |
| XYZ | 1.82 | 1.66 | 0.28 | - |
| YUV | 33.38 | 110.29 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 31 | 2 | 0 | 0.38 | 0.96 | 0.80 | 36.25 | 0.92 | 0.1 |
| Hex | 32 | 1F | 2 | 0 | 26 | 60 | 50 | 24 | 5C | A |
| Octal | 62 | 37 | 2 | 0 | 46 | 140 | 120 | 44 | 134 | 12 |
| Binary | 110010 | 11111 | 10 | 0 | 100110 | 1100000 | 1010000 | 100100 | 1011100 | 1010 |
Color Harmonies of #321F02
Complementary color
Monochromatic Colors of #321F02
Black with #321F02
Text Example
Text Example
White with #321F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321F02; }
p { color: rgb(50,31,2); }
H1.HeaderClassName
{
color: #321F02;
}
.AnyTagClassName
{
color: #321F02;
}
</style>
background-color css
<style>
a { background-color: #321F02; }
a { background-color: rgb(50,31,2); }
div.DivClassName
{
background-color: #321F02;
}
.BgClassName
{
background-color: #321F02;
}
</style>
border-color css
<style>
span { border-color: #321F02; }
span { border-color: rgb(50,31,2); }
td.TdClassName
{
border-color: #321F02;
}
.TagClassName
{
border-color: #321F02;
}
</style>