Shades of Brown Pod #45190F
Tints of Brown Pod #45190F
RGB
CMYK
RGB Variations
Color information
#45190F (or 0x45190F) is known color: Brown Pod. HEX triplet: 45, 19 and 0F. RGB value is (69,25,15). Sum of RGB (Red+Green+Blue) = 69+25+15=109 (14% of max value = 765). Red value is 69 (27.34% from 255 or 63.30% from 109); Green value is 25 (10.16% from 255 or 22.94% from 109); Blue value is 15 (6.25% from 255 or 13.76% from 109); Max value from RGB is 69 - color contains mainly: red. Hex color #45190F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #45190F is #BAE6F0. Grayscale: #252525. Windows color (decimal): -12248817 or 989509. OLE color: 989509.
HSL color Cylindrical-coordinate representation of color #45190F: hue angle of 11.11º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #45190F is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 25 | 15 | - |
| CMYK | 0 | 0.64 | 0.78 | 0.73 |
| HSL | 11.11º | 0.64% | 0.16% | - |
| HSV(B) | 11.11º | 0.78% | 0.27% | - |
| XYZ | 2.89 | 1.99 | 0.68 | - |
| YUV | 37.02 | 115.58 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 25 | 15 | 0 | 0.64 | 0.78 | 0.73 | 11.11 | 0.64 | 0.16 |
| Hex | 45 | 19 | F | 0 | 40 | 4E | 49 | B | 40 | 10 |
| Octal | 105 | 31 | 17 | 0 | 100 | 116 | 111 | 13 | 100 | 20 |
| Binary | 1000101 | 11001 | 1111 | 0 | 1000000 | 1001110 | 1001001 | 1011 | 1000000 | 10000 |
Color Harmonies of #45190F
Complementary color
Monochromatic Colors of #45190F
Black with #45190F
Text Example
Text Example
White with #45190F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45190F; }
p { color: rgb(69,25,15); }
H1.HeaderClassName
{
color: #45190F;
}
.AnyTagClassName
{
color: #45190F;
}
</style>
background-color css
<style>
a { background-color: #45190F; }
a { background-color: rgb(69,25,15); }
div.DivClassName
{
background-color: #45190F;
}
.BgClassName
{
background-color: #45190F;
}
</style>
border-color css
<style>
span { border-color: #45190F; }
span { border-color: rgb(69,25,15); }
td.TdClassName
{
border-color: #45190F;
}
.TagClassName
{
border-color: #45190F;
}
</style>