Shades of Cocoa Brown #2F231A
Tints of Cocoa Brown #2F231A
RGB
CMYK
RGB Variations
Color information
#2F231A (or 0x2F231A) is known color: Cocoa Brown. HEX triplet: 2F, 23 and 1A. RGB value is (47,35,26). Sum of RGB (Red+Green+Blue) = 47+35+26=108 (14% of max value = 765). Red value is 47 (18.75% from 255 or 43.52% from 108); Green value is 35 (14.06% from 255 or 32.41% from 108); Blue value is 26 (10.55% from 255 or 24.07% from 108); Max value from RGB is 47 - color contains mainly: red. Hex color #2F231A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F231A is #D0DCE5. Grayscale: #252525. Windows color (decimal): -13688038 or 1712943. OLE color: 1712943.
HSL color Cylindrical-coordinate representation of color #2F231A: hue angle of 25.71º degrees, saturation: 0.29, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2F231A is Cyan = 0, Magento = 0.26, Yellow = 0.45 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 35 | 26 | - |
| CMYK | 0 | 0.26 | 0.45 | 0.82 |
| HSL | 25.71º | 0.29% | 0.14% | - |
| HSV(B) | 25.71º | 0.45% | 0.18% | - |
| XYZ | 1.96 | 1.88 | 1.24 | - |
| YUV | 37.56 | 121.48 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 35 | 26 | 0 | 0.26 | 0.45 | 0.82 | 25.71 | 0.29 | 0.14 |
| Hex | 2F | 23 | 1A | 0 | 1A | 2D | 52 | 1A | 1D | E |
| Octal | 57 | 43 | 32 | 0 | 32 | 55 | 122 | 32 | 35 | 16 |
| Binary | 101111 | 100011 | 11010 | 0 | 11010 | 101101 | 1010010 | 11010 | 11101 | 1110 |
Color Harmonies of #2F231A
Complementary color
Monochromatic Colors of #2F231A
Black with #2F231A
Text Example
Text Example
White with #2F231A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F231A; }
p { color: rgb(47,35,26); }
H1.HeaderClassName
{
color: #2F231A;
}
.AnyTagClassName
{
color: #2F231A;
}
</style>
background-color css
<style>
a { background-color: #2F231A; }
a { background-color: rgb(47,35,26); }
div.DivClassName
{
background-color: #2F231A;
}
.BgClassName
{
background-color: #2F231A;
}
</style>
border-color css
<style>
span { border-color: #2F231A; }
span { border-color: rgb(47,35,26); }
td.TdClassName
{
border-color: #2F231A;
}
.TagClassName
{
border-color: #2F231A;
}
</style>