Shades of Cocoa Brown #33271A
Tints of Cocoa Brown #33271A
RGB
CMYK
RGB Variations
Color information
#33271A (or 0x33271A) is known color: Cocoa Brown. HEX triplet: 33, 27 and 1A. RGB value is (51,39,26). Sum of RGB (Red+Green+Blue) = 51+39+26=116 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.97% from 116); Green value is 39 (15.62% from 255 or 33.62% from 116); Blue value is 26 (10.55% from 255 or 22.41% from 116); Max value from RGB is 51 - color contains mainly: red. Hex color #33271A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33271A is #CCD8E5. Grayscale: #292929. Windows color (decimal): -13424870 or 1713971. OLE color: 1713971.
HSL color Cylindrical-coordinate representation of color #33271A: hue angle of 31.2º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #33271A is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 39 | 26 | - |
| CMYK | 0 | 0.24 | 0.49 | 0.8 |
| HSL | 31.2º | 0.32% | 0.15% | - |
| HSV(B) | 31.2º | 0.49% | 0.2% | - |
| XYZ | 2.28 | 2.23 | 1.29 | - |
| YUV | 41.11 | 119.48 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 39 | 26 | 0 | 0.24 | 0.49 | 0.8 | 31.2 | 0.32 | 0.15 |
| Hex | 33 | 27 | 1A | 0 | 18 | 31 | 50 | 1F | 20 | F |
| Octal | 63 | 47 | 32 | 0 | 30 | 61 | 120 | 37 | 40 | 17 |
| Binary | 110011 | 100111 | 11010 | 0 | 11000 | 110001 | 1010000 | 11111 | 100000 | 1111 |
Color Harmonies of #33271A
Complementary color
Monochromatic Colors of #33271A
Black with #33271A
Text Example
Text Example
White with #33271A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33271A; }
p { color: rgb(51,39,26); }
H1.HeaderClassName
{
color: #33271A;
}
.AnyTagClassName
{
color: #33271A;
}
</style>
background-color css
<style>
a { background-color: #33271A; }
a { background-color: rgb(51,39,26); }
div.DivClassName
{
background-color: #33271A;
}
.BgClassName
{
background-color: #33271A;
}
</style>
border-color css
<style>
span { border-color: #33271A; }
span { border-color: rgb(51,39,26); }
td.TdClassName
{
border-color: #33271A;
}
.TagClassName
{
border-color: #33271A;
}
</style>