Shades of Brown Pod #2A1307
Tints of Brown Pod #2A1307
RGB
CMYK
RGB Variations
Color information
#2A1307 (or 0x2A1307) is known color: Brown Pod. HEX triplet: 2A, 13 and 07. RGB value is (42,19,7). Sum of RGB (Red+Green+Blue) = 42+19+7=68 (9% of max value = 765). Red value is 42 (16.80% from 255 or 61.76% from 68); Green value is 19 (7.81% from 255 or 27.94% from 68); Blue value is 7 (3.12% from 255 or 10.29% from 68); Max value from RGB is 42 - color contains mainly: red. Hex color #2A1307 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A1307 is #D5ECF8. Grayscale: #181818. Windows color (decimal): -14019833 or 463658. OLE color: 463658.
HSL color Cylindrical-coordinate representation of color #2A1307: hue angle of 20.57º degrees, saturation: 0.71, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2A1307 is Cyan = 0, Magento = 0.55, Yellow = 0.83 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 19 | 7 | - |
| CMYK | 0 | 0.55 | 0.83 | 0.84 |
| HSL | 20.57º | 0.71% | 0.1% | - |
| HSV(B) | 20.57º | 0.83% | 0.16% | - |
| XYZ | 1.23 | 0.97 | 0.32 | - |
| YUV | 24.51 | 118.12 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 19 | 7 | 0 | 0.55 | 0.83 | 0.84 | 20.57 | 0.71 | 0.1 |
| Hex | 2A | 13 | 7 | 0 | 37 | 53 | 54 | 15 | 47 | A |
| Octal | 52 | 23 | 7 | 0 | 67 | 123 | 124 | 25 | 107 | 12 |
| Binary | 101010 | 10011 | 111 | 0 | 110111 | 1010011 | 1010100 | 10101 | 1000111 | 1010 |
Color Harmonies of #2A1307
Complementary color
Monochromatic Colors of #2A1307
Black with #2A1307
Text Example
Text Example
White with #2A1307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1307; }
p { color: rgb(42,19,7); }
H1.HeaderClassName
{
color: #2A1307;
}
.AnyTagClassName
{
color: #2A1307;
}
</style>
background-color css
<style>
a { background-color: #2A1307; }
a { background-color: rgb(42,19,7); }
div.DivClassName
{
background-color: #2A1307;
}
.BgClassName
{
background-color: #2A1307;
}
</style>
border-color css
<style>
span { border-color: #2A1307; }
span { border-color: rgb(42,19,7); }
td.TdClassName
{
border-color: #2A1307;
}
.TagClassName
{
border-color: #2A1307;
}
</style>