Shades of Brown Pod #2D170B
Tints of Brown Pod #2D170B
RGB
CMYK
RGB Variations
Color information
#2D170B (or 0x2D170B) is known color: Brown Pod. HEX triplet: 2D, 17 and 0B. RGB value is (45,23,11). Sum of RGB (Red+Green+Blue) = 45+23+11=79 (10% of max value = 765). Red value is 45 (17.97% from 255 or 56.96% from 79); Green value is 23 (9.38% from 255 or 29.11% from 79); Blue value is 11 (4.69% from 255 or 13.92% from 79); Max value from RGB is 45 - color contains mainly: red. Hex color #2D170B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D170B is #D2E8F4. Grayscale: #1C1C1C. Windows color (decimal): -13822197 or 726829. OLE color: 726829.
HSL color Cylindrical-coordinate representation of color #2D170B: hue angle of 21.18º degrees, saturation: 0.61, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D170B is Cyan = 0, Magento = 0.49, Yellow = 0.76 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 23 | 11 | - |
| CMYK | 0 | 0.49 | 0.76 | 0.82 |
| HSL | 21.18º | 0.61% | 0.11% | - |
| HSV(B) | 21.18º | 0.76% | 0.18% | - |
| XYZ | 1.45 | 1.19 | 0.47 | - |
| YUV | 28.21 | 118.29 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 23 | 11 | 0 | 0.49 | 0.76 | 0.82 | 21.18 | 0.61 | 0.11 |
| Hex | 2D | 17 | B | 0 | 31 | 4C | 52 | 15 | 3D | B |
| Octal | 55 | 27 | 13 | 0 | 61 | 114 | 122 | 25 | 75 | 13 |
| Binary | 101101 | 10111 | 1011 | 0 | 110001 | 1001100 | 1010010 | 10101 | 111101 | 1011 |
Color Harmonies of #2D170B
Complementary color
Monochromatic Colors of #2D170B
Black with #2D170B
Text Example
Text Example
White with #2D170B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D170B; }
p { color: rgb(45,23,11); }
H1.HeaderClassName
{
color: #2D170B;
}
.AnyTagClassName
{
color: #2D170B;
}
</style>
background-color css
<style>
a { background-color: #2D170B; }
a { background-color: rgb(45,23,11); }
div.DivClassName
{
background-color: #2D170B;
}
.BgClassName
{
background-color: #2D170B;
}
</style>
border-color css
<style>
span { border-color: #2D170B; }
span { border-color: rgb(45,23,11); }
td.TdClassName
{
border-color: #2D170B;
}
.TagClassName
{
border-color: #2D170B;
}
</style>