Shades of Cocoa Brown #33271D
Tints of Cocoa Brown #33271D
RGB
CMYK
RGB Variations
Color information
#33271D (or 0x33271D) is known color: Cocoa Brown. HEX triplet: 33, 27 and 1D. RGB value is (51,39,29). Sum of RGB (Red+Green+Blue) = 51+39+29=119 (15% of max value = 765). Red value is 51 (20.31% from 255 or 42.86% from 119); Green value is 39 (15.62% from 255 or 32.77% from 119); Blue value is 29 (11.72% from 255 or 24.37% from 119); Max value from RGB is 51 - color contains mainly: red. Hex color #33271D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33271D is #CCD8E2. Grayscale: #292929. Windows color (decimal): -13424867 or 1910579. OLE color: 1910579.
HSL color Cylindrical-coordinate representation of color #33271D: hue angle of 27.27º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #33271D is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 39 | 29 | - |
| CMYK | 0 | 0.24 | 0.43 | 0.8 |
| HSL | 27.27º | 0.28% | 0.16% | - |
| HSV(B) | 27.27º | 0.43% | 0.2% | - |
| XYZ | 2.31 | 2.24 | 1.47 | - |
| YUV | 41.45 | 120.98 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 39 | 29 | 0 | 0.24 | 0.43 | 0.8 | 27.27 | 0.28 | 0.16 |
| Hex | 33 | 27 | 1D | 0 | 18 | 2B | 50 | 1B | 1C | 10 |
| Octal | 63 | 47 | 35 | 0 | 30 | 53 | 120 | 33 | 34 | 20 |
| Binary | 110011 | 100111 | 11101 | 0 | 11000 | 101011 | 1010000 | 11011 | 11100 | 10000 |
Color Harmonies of #33271D
Complementary color
Monochromatic Colors of #33271D
Black with #33271D
Text Example
Text Example
White with #33271D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33271D; }
p { color: rgb(51,39,29); }
H1.HeaderClassName
{
color: #33271D;
}
.AnyTagClassName
{
color: #33271D;
}
</style>
background-color css
<style>
a { background-color: #33271D; }
a { background-color: rgb(51,39,29); }
div.DivClassName
{
background-color: #33271D;
}
.BgClassName
{
background-color: #33271D;
}
</style>
border-color css
<style>
span { border-color: #33271D; }
span { border-color: rgb(51,39,29); }
td.TdClassName
{
border-color: #33271D;
}
.TagClassName
{
border-color: #33271D;
}
</style>