Shades of Brown Pod #45190C
Tints of Brown Pod #45190C
RGB
CMYK
RGB Variations
Color information
#45190C (or 0x45190C) is known color: Brown Pod. HEX triplet: 45, 19 and 0C. RGB value is (69,25,12). Sum of RGB (Red+Green+Blue) = 69+25+12=106 (14% of max value = 765). Red value is 69 (27.34% from 255 or 65.09% from 106); Green value is 25 (10.16% from 255 or 23.58% from 106); Blue value is 12 (5.08% from 255 or 11.32% from 106); Max value from RGB is 69 - color contains mainly: red. Hex color #45190C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #45190C is #BAE6F3. Grayscale: #242424. Windows color (decimal): -12248820 or 792901. OLE color: 792901.
HSL color Cylindrical-coordinate representation of color #45190C: hue angle of 13.68º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #45190C is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 25 | 12 | - |
| CMYK | 0 | 0.64 | 0.83 | 0.73 |
| HSL | 13.68º | 0.7% | 0.16% | - |
| HSV(B) | 13.68º | 0.83% | 0.27% | - |
| XYZ | 2.87 | 1.99 | 0.58 | - |
| YUV | 36.67 | 114.08 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 25 | 12 | 0 | 0.64 | 0.83 | 0.73 | 13.68 | 0.7 | 0.16 |
| Hex | 45 | 19 | C | 0 | 40 | 53 | 49 | E | 46 | 10 |
| Octal | 105 | 31 | 14 | 0 | 100 | 123 | 111 | 16 | 106 | 20 |
| Binary | 1000101 | 11001 | 1100 | 0 | 1000000 | 1010011 | 1001001 | 1110 | 1000110 | 10000 |
Color Harmonies of #45190C
Complementary color
Monochromatic Colors of #45190C
Black with #45190C
Text Example
Text Example
White with #45190C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45190C; }
p { color: rgb(69,25,12); }
H1.HeaderClassName
{
color: #45190C;
}
.AnyTagClassName
{
color: #45190C;
}
</style>
background-color css
<style>
a { background-color: #45190C; }
a { background-color: rgb(69,25,12); }
div.DivClassName
{
background-color: #45190C;
}
.BgClassName
{
background-color: #45190C;
}
</style>
border-color css
<style>
span { border-color: #45190C; }
span { border-color: rgb(69,25,12); }
td.TdClassName
{
border-color: #45190C;
}
.TagClassName
{
border-color: #45190C;
}
</style>