Shades of Cocoa Brown #322419
Tints of Cocoa Brown #322419
RGB
CMYK
RGB Variations
Color information
#322419 (or 0x322419) is known color: Cocoa Brown. HEX triplet: 32, 24 and 19. RGB value is (50,36,25). Sum of RGB (Red+Green+Blue) = 50+36+25=111 (14% of max value = 765). Red value is 50 (19.92% from 255 or 45.05% from 111); Green value is 36 (14.45% from 255 or 32.43% from 111); Blue value is 25 (10.16% from 255 or 22.52% from 111); Max value from RGB is 50 - color contains mainly: red. Hex color #322419 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322419 is #CDDBE6. Grayscale: #262626. Windows color (decimal): -13491175 or 1647666. OLE color: 1647666.
HSL color Cylindrical-coordinate representation of color #322419: hue angle of 26.4º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #322419 is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 36 | 25 | - |
| CMYK | 0 | 0.28 | 0.50 | 0.80 |
| HSL | 26.4º | 0.33% | 0.15% | - |
| HSV(B) | 26.4º | 0.5% | 0.2% | - |
| XYZ | 2.12 | 2.01 | 1.2 | - |
| YUV | 38.93 | 120.14 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 36 | 25 | 0 | 0.28 | 0.50 | 0.80 | 26.4 | 0.33 | 0.15 |
| Hex | 32 | 24 | 19 | 0 | 1C | 32 | 50 | 1A | 21 | F |
| Octal | 62 | 44 | 31 | 0 | 34 | 62 | 120 | 32 | 41 | 17 |
| Binary | 110010 | 100100 | 11001 | 0 | 11100 | 110010 | 1010000 | 11010 | 100001 | 1111 |
Color Harmonies of #322419
Complementary color
Monochromatic Colors of #322419
Black with #322419
Text Example
Text Example
White with #322419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322419; }
p { color: rgb(50,36,25); }
H1.HeaderClassName
{
color: #322419;
}
.AnyTagClassName
{
color: #322419;
}
</style>
background-color css
<style>
a { background-color: #322419; }
a { background-color: rgb(50,36,25); }
div.DivClassName
{
background-color: #322419;
}
.BgClassName
{
background-color: #322419;
}
</style>
border-color css
<style>
span { border-color: #322419; }
span { border-color: rgb(50,36,25); }
td.TdClassName
{
border-color: #322419;
}
.TagClassName
{
border-color: #322419;
}
</style>