Shades of Brown Pod #331B11
Tints of Brown Pod #331B11
RGB
CMYK
RGB Variations
Color information
#331B11 (or 0x331B11) is known color: Brown Pod. HEX triplet: 33, 1B and 11. RGB value is (51,27,17). Sum of RGB (Red+Green+Blue) = 51+27+17=95 (12% of max value = 765). Red value is 51 (20.31% from 255 or 53.68% from 95); Green value is 27 (10.94% from 255 or 28.42% from 95); Blue value is 17 (7.03% from 255 or 17.89% from 95); Max value from RGB is 51 - color contains mainly: red. Hex color #331B11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #331B11 is #CCE4EE. Grayscale: #212121. Windows color (decimal): -13427951 or 1121075. OLE color: 1121075.
HSL color Cylindrical-coordinate representation of color #331B11: hue angle of 17.65º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #331B11 is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 27 | 17 | - |
| CMYK | 0 | 0.47 | 0.67 | 0.8 |
| HSL | 17.65º | 0.5% | 0.13% | - |
| HSV(B) | 17.65º | 0.67% | 0.2% | - |
| XYZ | 1.86 | 1.53 | 0.73 | - |
| YUV | 33.04 | 118.95 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 27 | 17 | 0 | 0.47 | 0.67 | 0.8 | 17.65 | 0.5 | 0.13 |
| Hex | 33 | 1B | 11 | 0 | 2F | 43 | 50 | 12 | 32 | D |
| Octal | 63 | 33 | 21 | 0 | 57 | 103 | 120 | 22 | 62 | 15 |
| Binary | 110011 | 11011 | 10001 | 0 | 101111 | 1000011 | 1010000 | 10010 | 110010 | 1101 |
Color Harmonies of #331B11
Complementary color
Monochromatic Colors of #331B11
Black with #331B11
Text Example
Text Example
White with #331B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331B11; }
p { color: rgb(51,27,17); }
H1.HeaderClassName
{
color: #331B11;
}
.AnyTagClassName
{
color: #331B11;
}
</style>
background-color css
<style>
a { background-color: #331B11; }
a { background-color: rgb(51,27,17); }
div.DivClassName
{
background-color: #331B11;
}
.BgClassName
{
background-color: #331B11;
}
</style>
border-color css
<style>
span { border-color: #331B11; }
span { border-color: rgb(51,27,17); }
td.TdClassName
{
border-color: #331B11;
}
.TagClassName
{
border-color: #331B11;
}
</style>