Shades of Cocoa Brown #32241A
Tints of Cocoa Brown #32241A
RGB
CMYK
RGB Variations
Color information
#32241A (or 0x32241A) is known color: Cocoa Brown. HEX triplet: 32, 24 and 1A. RGB value is (50,36,26). Sum of RGB (Red+Green+Blue) = 50+36+26=112 (14% of max value = 765). Red value is 50 (19.92% from 255 or 44.64% from 112); Green value is 36 (14.45% from 255 or 32.14% from 112); Blue value is 26 (10.55% from 255 or 23.21% from 112); Max value from RGB is 50 - color contains mainly: red. Hex color #32241A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32241A is #CDDBE5. Grayscale: #272727. Windows color (decimal): -13491174 or 1713202. OLE color: 1713202.
HSL color Cylindrical-coordinate representation of color #32241A: hue angle of 25º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #32241A is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 36 | 26 | - |
| CMYK | 0 | 0.28 | 0.48 | 0.80 |
| HSL | 25º | 0.32% | 0.15% | - |
| HSV(B) | 25º | 0.48% | 0.2% | - |
| XYZ | 2.13 | 2.01 | 1.25 | - |
| YUV | 39.05 | 120.64 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 36 | 26 | 0 | 0.28 | 0.48 | 0.80 | 25 | 0.32 | 0.15 |
| Hex | 32 | 24 | 1A | 0 | 1C | 30 | 50 | 19 | 20 | F |
| Octal | 62 | 44 | 32 | 0 | 34 | 60 | 120 | 31 | 40 | 17 |
| Binary | 110010 | 100100 | 11010 | 0 | 11100 | 110000 | 1010000 | 11001 | 100000 | 1111 |
Color Harmonies of #32241A
Complementary color
Monochromatic Colors of #32241A
Black with #32241A
Text Example
Text Example
White with #32241A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32241A; }
p { color: rgb(50,36,26); }
H1.HeaderClassName
{
color: #32241A;
}
.AnyTagClassName
{
color: #32241A;
}
</style>
background-color css
<style>
a { background-color: #32241A; }
a { background-color: rgb(50,36,26); }
div.DivClassName
{
background-color: #32241A;
}
.BgClassName
{
background-color: #32241A;
}
</style>
border-color css
<style>
span { border-color: #32241A; }
span { border-color: rgb(50,36,26); }
td.TdClassName
{
border-color: #32241A;
}
.TagClassName
{
border-color: #32241A;
}
</style>