Shades of Brown Pod #45150B
Tints of Brown Pod #45150B
RGB
CMYK
RGB Variations
Color information
#45150B (or 0x45150B) is known color: Brown Pod. HEX triplet: 45, 15 and 0B. RGB value is (69,21,11). Sum of RGB (Red+Green+Blue) = 69+21+11=101 (13% of max value = 765). Red value is 69 (27.34% from 255 or 68.32% from 101); Green value is 21 (8.59% from 255 or 20.79% from 101); Blue value is 11 (4.69% from 255 or 10.89% from 101); Max value from RGB is 69 - color contains mainly: red. Hex color #45150B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #45150B is #BAEAF4. Grayscale: #222222. Windows color (decimal): -12249845 or 726341. OLE color: 726341.
HSL color Cylindrical-coordinate representation of color #45150B: hue angle of 10.34º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #45150B is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 21 | 11 | - |
| CMYK | 0 | 0.70 | 0.84 | 0.73 |
| HSL | 10.34º | 0.73% | 0.16% | - |
| HSV(B) | 10.34º | 0.84% | 0.27% | - |
| XYZ | 2.78 | 1.83 | 0.52 | - |
| YUV | 34.21 | 114.9 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 21 | 11 | 0 | 0.70 | 0.84 | 0.73 | 10.34 | 0.73 | 0.16 |
| Hex | 45 | 15 | B | 0 | 46 | 54 | 49 | A | 48 | 10 |
| Octal | 105 | 25 | 13 | 0 | 106 | 124 | 111 | 12 | 110 | 20 |
| Binary | 1000101 | 10101 | 1011 | 0 | 1000110 | 1010100 | 1001001 | 1010 | 1001000 | 10000 |
Color Harmonies of #45150B
Complementary color
Monochromatic Colors of #45150B
Black with #45150B
Text Example
Text Example
White with #45150B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45150B; }
p { color: rgb(69,21,11); }
H1.HeaderClassName
{
color: #45150B;
}
.AnyTagClassName
{
color: #45150B;
}
</style>
background-color css
<style>
a { background-color: #45150B; }
a { background-color: rgb(69,21,11); }
div.DivClassName
{
background-color: #45150B;
}
.BgClassName
{
background-color: #45150B;
}
</style>
border-color css
<style>
span { border-color: #45150B; }
span { border-color: rgb(69,21,11); }
td.TdClassName
{
border-color: #45150B;
}
.TagClassName
{
border-color: #45150B;
}
</style>