Shades of Brown Pod #2D170D
Tints of Brown Pod #2D170D
RGB
CMYK
RGB Variations
Color information
#2D170D (or 0x2D170D) is known color: Brown Pod. HEX triplet: 2D, 17 and 0D. RGB value is (45,23,13). Sum of RGB (Red+Green+Blue) = 45+23+13=81 (10% of max value = 765). Red value is 45 (17.97% from 255 or 55.56% from 81); Green value is 23 (9.38% from 255 or 28.40% from 81); Blue value is 13 (5.47% from 255 or 16.05% from 81); Max value from RGB is 45 - color contains mainly: red. Hex color #2D170D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D170D is #D2E8F2. Grayscale: #1C1C1C. Windows color (decimal): -13822195 or 857901. OLE color: 857901.
HSL color Cylindrical-coordinate representation of color #2D170D: hue angle of 18.75º degrees, saturation: 0.55, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2D170D is Cyan = 0, Magento = 0.49, Yellow = 0.71 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 23 | 13 | - |
| CMYK | 0 | 0.49 | 0.71 | 0.82 |
| HSL | 18.75º | 0.55% | 0.11% | - |
| HSV(B) | 18.75º | 0.71% | 0.18% | - |
| XYZ | 1.46 | 1.2 | 0.54 | - |
| YUV | 28.44 | 119.29 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 23 | 13 | 0 | 0.49 | 0.71 | 0.82 | 18.75 | 0.55 | 0.11 |
| Hex | 2D | 17 | D | 0 | 31 | 47 | 52 | 13 | 37 | B |
| Octal | 55 | 27 | 15 | 0 | 61 | 107 | 122 | 23 | 67 | 13 |
| Binary | 101101 | 10111 | 1101 | 0 | 110001 | 1000111 | 1010010 | 10011 | 110111 | 1011 |
Color Harmonies of #2D170D
Complementary color
Monochromatic Colors of #2D170D
Black with #2D170D
Text Example
Text Example
White with #2D170D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D170D; }
p { color: rgb(45,23,13); }
H1.HeaderClassName
{
color: #2D170D;
}
.AnyTagClassName
{
color: #2D170D;
}
</style>
background-color css
<style>
a { background-color: #2D170D; }
a { background-color: rgb(45,23,13); }
div.DivClassName
{
background-color: #2D170D;
}
.BgClassName
{
background-color: #2D170D;
}
</style>
border-color css
<style>
span { border-color: #2D170D; }
span { border-color: rgb(45,23,13); }
td.TdClassName
{
border-color: #2D170D;
}
.TagClassName
{
border-color: #2D170D;
}
</style>