Shades of Brown Pod #331A0A
Tints of Brown Pod #331A0A
RGB
CMYK
RGB Variations
Color information
#331A0A (or 0x331A0A) is known color: Brown Pod. HEX triplet: 33, 1A and 0A. RGB value is (51,26,10). Sum of RGB (Red+Green+Blue) = 51+26+10=87 (11% of max value = 765). Red value is 51 (20.31% from 255 or 58.62% from 87); Green value is 26 (10.55% from 255 or 29.89% from 87); Blue value is 10 (4.30% from 255 or 11.49% from 87); Max value from RGB is 51 - color contains mainly: red. Hex color #331A0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #331A0A is #CCE5F5. Grayscale: #1F1F1F. Windows color (decimal): -13428214 or 662067. OLE color: 662067.
HSL color Cylindrical-coordinate representation of color #331A0A: hue angle of 23.41º degrees, saturation: 0.67, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #331A0A is Cyan = 0, Magento = 0.49, Yellow = 0.80 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 26 | 10 | - |
| CMYK | 0 | 0.49 | 0.80 | 0.8 |
| HSL | 23.41º | 0.67% | 0.12% | - |
| HSV(B) | 23.41º | 0.8% | 0.2% | - |
| XYZ | 1.79 | 1.46 | 0.48 | - |
| YUV | 31.65 | 115.78 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 26 | 10 | 0 | 0.49 | 0.80 | 0.8 | 23.41 | 0.67 | 0.12 |
| Hex | 33 | 1A | A | 0 | 31 | 50 | 50 | 17 | 43 | C |
| Octal | 63 | 32 | 12 | 0 | 61 | 120 | 120 | 27 | 103 | 14 |
| Binary | 110011 | 11010 | 1010 | 0 | 110001 | 1010000 | 1010000 | 10111 | 1000011 | 1100 |
Color Harmonies of #331A0A
Complementary color
Monochromatic Colors of #331A0A
Black with #331A0A
Text Example
Text Example
White with #331A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331A0A; }
p { color: rgb(51,26,10); }
H1.HeaderClassName
{
color: #331A0A;
}
.AnyTagClassName
{
color: #331A0A;
}
</style>
background-color css
<style>
a { background-color: #331A0A; }
a { background-color: rgb(51,26,10); }
div.DivClassName
{
background-color: #331A0A;
}
.BgClassName
{
background-color: #331A0A;
}
</style>
border-color css
<style>
span { border-color: #331A0A; }
span { border-color: rgb(51,26,10); }
td.TdClassName
{
border-color: #331A0A;
}
.TagClassName
{
border-color: #331A0A;
}
</style>