Shades of Cocoa Brown #321A02
Tints of Cocoa Brown #321A02
RGB
CMYK
RGB Variations
Color information
#321A02 (or 0x321A02) is known color: Cocoa Brown. HEX triplet: 32, 1A and 02. RGB value is (50,26,2). Sum of RGB (Red+Green+Blue) = 50+26+2=78 (10% of max value = 765). Red value is 50 (19.92% from 255 or 64.10% from 78); Green value is 26 (10.55% from 255 or 33.33% from 78); Blue value is 2 (1.17% from 255 or 2.56% from 78); Max value from RGB is 50 - color contains mainly: red. Hex color #321A02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321A02 is #CDE5FD. Grayscale: #1E1E1E. Windows color (decimal): -13493758 or 137778. OLE color: 137778.
HSL color Cylindrical-coordinate representation of color #321A02: hue angle of 30º 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 #321A02 is Cyan = 0, Magento = 0.48, Yellow = 0.96 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 26 | 2 | - |
| CMYK | 0 | 0.48 | 0.96 | 0.80 |
| HSL | 30º | 0.92% | 0.1% | - |
| HSV(B) | 30º | 0.96% | 0.2% | - |
| XYZ | 1.7 | 1.42 | 0.24 | - |
| YUV | 30.44 | 111.95 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 26 | 2 | 0 | 0.48 | 0.96 | 0.80 | 30 | 0.92 | 0.1 |
| Hex | 32 | 1A | 2 | 0 | 30 | 60 | 50 | 1E | 5C | A |
| Octal | 62 | 32 | 2 | 0 | 60 | 140 | 120 | 36 | 134 | 12 |
| Binary | 110010 | 11010 | 10 | 0 | 110000 | 1100000 | 1010000 | 11110 | 1011100 | 1010 |
Color Harmonies of #321A02
Complementary color
Monochromatic Colors of #321A02
Black with #321A02
Text Example
Text Example
White with #321A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321A02; }
p { color: rgb(50,26,2); }
H1.HeaderClassName
{
color: #321A02;
}
.AnyTagClassName
{
color: #321A02;
}
</style>
background-color css
<style>
a { background-color: #321A02; }
a { background-color: rgb(50,26,2); }
div.DivClassName
{
background-color: #321A02;
}
.BgClassName
{
background-color: #321A02;
}
</style>
border-color css
<style>
span { border-color: #321A02; }
span { border-color: rgb(50,26,2); }
td.TdClassName
{
border-color: #321A02;
}
.TagClassName
{
border-color: #321A02;
}
</style>