Shades of Cocoa Brown #33251B
Tints of Cocoa Brown #33251B
RGB
CMYK
RGB Variations
Color information
#33251B (or 0x33251B) is known color: Cocoa Brown. HEX triplet: 33, 25 and 1B. RGB value is (51,37,27). Sum of RGB (Red+Green+Blue) = 51+37+27=115 (15% of max value = 765). Red value is 51 (20.31% from 255 or 44.35% from 115); Green value is 37 (14.84% from 255 or 32.17% from 115); Blue value is 27 (10.94% from 255 or 23.48% from 115); Max value from RGB is 51 - color contains mainly: red. Hex color #33251B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33251B is #CCDAE4. Grayscale: #282828. Windows color (decimal): -13425381 or 1778995. OLE color: 1778995.
HSL color Cylindrical-coordinate representation of color #33251B: hue angle of 25º degrees, saturation: 0.31, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #33251B is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 37 | 27 | - |
| CMYK | 0 | 0.27 | 0.47 | 0.8 |
| HSL | 25º | 0.31% | 0.15% | - |
| HSV(B) | 25º | 0.47% | 0.2% | - |
| XYZ | 2.22 | 2.11 | 1.33 | - |
| YUV | 40.05 | 120.64 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 37 | 27 | 0 | 0.27 | 0.47 | 0.8 | 25 | 0.31 | 0.15 |
| Hex | 33 | 25 | 1B | 0 | 1B | 2F | 50 | 19 | 1F | F |
| Octal | 63 | 45 | 33 | 0 | 33 | 57 | 120 | 31 | 37 | 17 |
| Binary | 110011 | 100101 | 11011 | 0 | 11011 | 101111 | 1010000 | 11001 | 11111 | 1111 |
Color Harmonies of #33251B
Complementary color
Monochromatic Colors of #33251B
Black with #33251B
Text Example
Text Example
White with #33251B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33251B; }
p { color: rgb(51,37,27); }
H1.HeaderClassName
{
color: #33251B;
}
.AnyTagClassName
{
color: #33251B;
}
</style>
background-color css
<style>
a { background-color: #33251B; }
a { background-color: rgb(51,37,27); }
div.DivClassName
{
background-color: #33251B;
}
.BgClassName
{
background-color: #33251B;
}
</style>
border-color css
<style>
span { border-color: #33251B; }
span { border-color: rgb(51,37,27); }
td.TdClassName
{
border-color: #33251B;
}
.TagClassName
{
border-color: #33251B;
}
</style>