Shades of Brown Pod #2D160A
Tints of Brown Pod #2D160A
RGB
CMYK
RGB Variations
Color information
#2D160A (or 0x2D160A) is known color: Brown Pod. HEX triplet: 2D, 16 and 0A. RGB value is (45,22,10). Sum of RGB (Red+Green+Blue) = 45+22+10=77 (10% of max value = 765). Red value is 45 (17.97% from 255 or 58.44% from 77); Green value is 22 (8.98% from 255 or 28.57% from 77); Blue value is 10 (4.30% from 255 or 12.99% from 77); Max value from RGB is 45 - color contains mainly: red. Hex color #2D160A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D160A is #D2E9F5. Grayscale: #1B1B1B. Windows color (decimal): -13822454 or 661037. OLE color: 661037.
HSL color Cylindrical-coordinate representation of color #2D160A: hue angle of 20.57º degrees, saturation: 0.64, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D160A is Cyan = 0, Magento = 0.51, Yellow = 0.78 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 22 | 10 | - |
| CMYK | 0 | 0.51 | 0.78 | 0.82 |
| HSL | 20.57º | 0.64% | 0.11% | - |
| HSV(B) | 20.57º | 0.78% | 0.18% | - |
| XYZ | 1.42 | 1.15 | 0.43 | - |
| YUV | 27.51 | 118.12 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 22 | 10 | 0 | 0.51 | 0.78 | 0.82 | 20.57 | 0.64 | 0.11 |
| Hex | 2D | 16 | A | 0 | 33 | 4E | 52 | 15 | 40 | B |
| Octal | 55 | 26 | 12 | 0 | 63 | 116 | 122 | 25 | 100 | 13 |
| Binary | 101101 | 10110 | 1010 | 0 | 110011 | 1001110 | 1010010 | 10101 | 1000000 | 1011 |
Color Harmonies of #2D160A
Complementary color
Monochromatic Colors of #2D160A
Black with #2D160A
Text Example
Text Example
White with #2D160A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D160A; }
p { color: rgb(45,22,10); }
H1.HeaderClassName
{
color: #2D160A;
}
.AnyTagClassName
{
color: #2D160A;
}
</style>
background-color css
<style>
a { background-color: #2D160A; }
a { background-color: rgb(45,22,10); }
div.DivClassName
{
background-color: #2D160A;
}
.BgClassName
{
background-color: #2D160A;
}
</style>
border-color css
<style>
span { border-color: #2D160A; }
span { border-color: rgb(45,22,10); }
td.TdClassName
{
border-color: #2D160A;
}
.TagClassName
{
border-color: #2D160A;
}
</style>