Shades of Brown Pod #331A10
Tints of Brown Pod #331A10
RGB
CMYK
RGB Variations
Color information
#331A10 (or 0x331A10) is known color: Brown Pod. HEX triplet: 33, 1A and 10. RGB value is (51,26,16). Sum of RGB (Red+Green+Blue) = 51+26+16=93 (12% of max value = 765). Red value is 51 (20.31% from 255 or 54.84% from 93); Green value is 26 (10.55% from 255 or 27.96% from 93); Blue value is 16 (6.64% from 255 or 17.20% from 93); Max value from RGB is 51 - color contains mainly: red. Hex color #331A10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #331A10 is #CCE5EF. Grayscale: #202020. Windows color (decimal): -13428208 or 1055283. OLE color: 1055283.
HSL color Cylindrical-coordinate representation of color #331A10: hue angle of 17.14º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #331A10 is Cyan = 0, Magento = 0.49, Yellow = 0.69 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 26 | 16 | - |
| CMYK | 0 | 0.49 | 0.69 | 0.8 |
| HSL | 17.14º | 0.52% | 0.13% | - |
| HSV(B) | 17.14º | 0.69% | 0.2% | - |
| XYZ | 1.83 | 1.48 | 0.68 | - |
| YUV | 32.34 | 118.78 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 26 | 16 | 0 | 0.49 | 0.69 | 0.8 | 17.14 | 0.52 | 0.13 |
| Hex | 33 | 1A | 10 | 0 | 31 | 45 | 50 | 11 | 34 | D |
| Octal | 63 | 32 | 20 | 0 | 61 | 105 | 120 | 21 | 64 | 15 |
| Binary | 110011 | 11010 | 10000 | 0 | 110001 | 1000101 | 1010000 | 10001 | 110100 | 1101 |
Color Harmonies of #331A10
Complementary color
Monochromatic Colors of #331A10
Black with #331A10
Text Example
Text Example
White with #331A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331A10; }
p { color: rgb(51,26,16); }
H1.HeaderClassName
{
color: #331A10;
}
.AnyTagClassName
{
color: #331A10;
}
</style>
background-color css
<style>
a { background-color: #331A10; }
a { background-color: rgb(51,26,16); }
div.DivClassName
{
background-color: #331A10;
}
.BgClassName
{
background-color: #331A10;
}
</style>
border-color css
<style>
span { border-color: #331A10; }
span { border-color: rgb(51,26,16); }
td.TdClassName
{
border-color: #331A10;
}
.TagClassName
{
border-color: #331A10;
}
</style>