Shades of Cocoa Brown #33261C
Tints of Cocoa Brown #33261C
RGB
CMYK
RGB Variations
Color information
#33261C (or 0x33261C) is known color: Cocoa Brown. HEX triplet: 33, 26 and 1C. RGB value is (51,38,28). Sum of RGB (Red+Green+Blue) = 51+38+28=117 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.59% from 117); Green value is 38 (15.23% from 255 or 32.48% from 117); Blue value is 28 (11.33% from 255 or 23.93% from 117); Max value from RGB is 51 - color contains mainly: red. Hex color #33261C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33261C is #CCD9E3. Grayscale: #282828. Windows color (decimal): -13425124 or 1844787. OLE color: 1844787.
HSL color Cylindrical-coordinate representation of color #33261C: hue angle of 26.09º degrees, saturation: 0.29, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #33261C is Cyan = 0, Magento = 0.25, Yellow = 0.45 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 38 | 28 | - |
| CMYK | 0 | 0.25 | 0.45 | 0.8 |
| HSL | 26.09º | 0.29% | 0.15% | - |
| HSV(B) | 26.09º | 0.45% | 0.2% | - |
| XYZ | 2.27 | 2.17 | 1.4 | - |
| YUV | 40.75 | 120.81 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 38 | 28 | 0 | 0.25 | 0.45 | 0.8 | 26.09 | 0.29 | 0.15 |
| Hex | 33 | 26 | 1C | 0 | 19 | 2D | 50 | 1A | 1D | F |
| Octal | 63 | 46 | 34 | 0 | 31 | 55 | 120 | 32 | 35 | 17 |
| Binary | 110011 | 100110 | 11100 | 0 | 11001 | 101101 | 1010000 | 11010 | 11101 | 1111 |
Color Harmonies of #33261C
Complementary color
Monochromatic Colors of #33261C
Black with #33261C
Text Example
Text Example
White with #33261C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33261C; }
p { color: rgb(51,38,28); }
H1.HeaderClassName
{
color: #33261C;
}
.AnyTagClassName
{
color: #33261C;
}
</style>
background-color css
<style>
a { background-color: #33261C; }
a { background-color: rgb(51,38,28); }
div.DivClassName
{
background-color: #33261C;
}
.BgClassName
{
background-color: #33261C;
}
</style>
border-color css
<style>
span { border-color: #33261C; }
span { border-color: rgb(51,38,28); }
td.TdClassName
{
border-color: #33261C;
}
.TagClassName
{
border-color: #33261C;
}
</style>