Shades of Brown Pod #331601
Tints of Brown Pod #331601
RGB
CMYK
RGB Variations
Color information
#331601 (or 0x331601) is known color: Brown Pod. HEX triplet: 33, 16 and 01. RGB value is (51,22,1). Sum of RGB (Red+Green+Blue) = 51+22+1=74 (9% of max value = 765). Red value is 51 (20.31% from 255 or 68.92% from 74); Green value is 22 (8.98% from 255 or 29.73% from 74); Blue value is 1 (0.78% from 255 or 1.35% from 74); Max value from RGB is 51 - color contains mainly: red. Hex color #331601 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331601 is #CCE9FE. Grayscale: #1C1C1C. Windows color (decimal): -13429247 or 71219. OLE color: 71219.
HSL color Cylindrical-coordinate representation of color #331601: hue angle of 25.2º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #331601 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 22 | 1 | - |
| CMYK | 0 | 0.57 | 0.98 | 0.8 |
| HSL | 25.2º | 0.96% | 0.1% | - |
| HSV(B) | 25.2º | 0.98% | 0.2% | - |
| XYZ | 1.66 | 1.28 | 0.19 | - |
| YUV | 28.28 | 112.61 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 22 | 1 | 0 | 0.57 | 0.98 | 0.8 | 25.2 | 0.96 | 0.1 |
| Hex | 33 | 16 | 1 | 0 | 39 | 62 | 50 | 19 | 60 | A |
| Octal | 63 | 26 | 1 | 0 | 71 | 142 | 120 | 31 | 140 | 12 |
| Binary | 110011 | 10110 | 1 | 0 | 111001 | 1100010 | 1010000 | 11001 | 1100000 | 1010 |
Color Harmonies of #331601
Complementary color
Monochromatic Colors of #331601
Black with #331601
Text Example
Text Example
White with #331601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331601; }
p { color: rgb(51,22,1); }
H1.HeaderClassName
{
color: #331601;
}
.AnyTagClassName
{
color: #331601;
}
</style>
background-color css
<style>
a { background-color: #331601; }
a { background-color: rgb(51,22,1); }
div.DivClassName
{
background-color: #331601;
}
.BgClassName
{
background-color: #331601;
}
</style>
border-color css
<style>
span { border-color: #331601; }
span { border-color: rgb(51,22,1); }
td.TdClassName
{
border-color: #331601;
}
.TagClassName
{
border-color: #331601;
}
</style>