Shades of Brown Pod #331A09
Tints of Brown Pod #331A09
RGB
CMYK
RGB Variations
Color information
#331A09 (or 0x331A09) is known color: Brown Pod. HEX triplet: 33, 1A and 09. RGB value is (51,26,9). Sum of RGB (Red+Green+Blue) = 51+26+9=86 (11% of max value = 765). Red value is 51 (20.31% from 255 or 59.30% from 86); Green value is 26 (10.55% from 255 or 30.23% from 86); Blue value is 9 (3.91% from 255 or 10.47% from 86); Max value from RGB is 51 - color contains mainly: red. Hex color #331A09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #331A09 is #CCE5F6. Grayscale: #1F1F1F. Windows color (decimal): -13428215 or 596531. OLE color: 596531.
HSL color Cylindrical-coordinate representation of color #331A09: hue angle of 24.29º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #331A09 is Cyan = 0, Magento = 0.49, Yellow = 0.82 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 26 | 9 | - |
| CMYK | 0 | 0.49 | 0.82 | 0.8 |
| HSL | 24.29º | 0.7% | 0.12% | - |
| HSV(B) | 24.29º | 0.82% | 0.2% | - |
| XYZ | 1.78 | 1.46 | 0.45 | - |
| YUV | 31.54 | 115.28 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 26 | 9 | 0 | 0.49 | 0.82 | 0.8 | 24.29 | 0.7 | 0.12 |
| Hex | 33 | 1A | 9 | 0 | 31 | 52 | 50 | 18 | 46 | C |
| Octal | 63 | 32 | 11 | 0 | 61 | 122 | 120 | 30 | 106 | 14 |
| Binary | 110011 | 11010 | 1001 | 0 | 110001 | 1010010 | 1010000 | 11000 | 1000110 | 1100 |
Color Harmonies of #331A09
Complementary color
Monochromatic Colors of #331A09
Black with #331A09
Text Example
Text Example
White with #331A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331A09; }
p { color: rgb(51,26,9); }
H1.HeaderClassName
{
color: #331A09;
}
.AnyTagClassName
{
color: #331A09;
}
</style>
background-color css
<style>
a { background-color: #331A09; }
a { background-color: rgb(51,26,9); }
div.DivClassName
{
background-color: #331A09;
}
.BgClassName
{
background-color: #331A09;
}
</style>
border-color css
<style>
span { border-color: #331A09; }
span { border-color: rgb(51,26,9); }
td.TdClassName
{
border-color: #331A09;
}
.TagClassName
{
border-color: #331A09;
}
</style>