Shades of Brown Pod #45180E
Tints of Brown Pod #45180E
RGB
CMYK
RGB Variations
Color information
#45180E (or 0x45180E) is known color: Brown Pod. HEX triplet: 45, 18 and 0E. RGB value is (69,24,14). Sum of RGB (Red+Green+Blue) = 69+24+14=107 (14% of max value = 765). Red value is 69 (27.34% from 255 or 64.49% from 107); Green value is 24 (9.77% from 255 or 22.43% from 107); Blue value is 14 (5.86% from 255 or 13.08% from 107); Max value from RGB is 69 - color contains mainly: red. Hex color #45180E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #45180E is #BAE7F1. Grayscale: #242424. Windows color (decimal): -12249074 or 923717. OLE color: 923717.
HSL color Cylindrical-coordinate representation of color #45180E: hue angle of 10.91º degrees, saturation: 0.66, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #45180E is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 24 | 14 | - |
| CMYK | 0 | 0.65 | 0.80 | 0.73 |
| HSL | 10.91º | 0.66% | 0.16% | - |
| HSV(B) | 10.91º | 0.8% | 0.27% | - |
| XYZ | 2.86 | 1.95 | 0.64 | - |
| YUV | 36.32 | 115.41 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 24 | 14 | 0 | 0.65 | 0.80 | 0.73 | 10.91 | 0.66 | 0.16 |
| Hex | 45 | 18 | E | 0 | 41 | 50 | 49 | B | 42 | 10 |
| Octal | 105 | 30 | 16 | 0 | 101 | 120 | 111 | 13 | 102 | 20 |
| Binary | 1000101 | 11000 | 1110 | 0 | 1000001 | 1010000 | 1001001 | 1011 | 1000010 | 10000 |
Color Harmonies of #45180E
Complementary color
Monochromatic Colors of #45180E
Black with #45180E
Text Example
Text Example
White with #45180E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45180E; }
p { color: rgb(69,24,14); }
H1.HeaderClassName
{
color: #45180E;
}
.AnyTagClassName
{
color: #45180E;
}
</style>
background-color css
<style>
a { background-color: #45180E; }
a { background-color: rgb(69,24,14); }
div.DivClassName
{
background-color: #45180E;
}
.BgClassName
{
background-color: #45180E;
}
</style>
border-color css
<style>
span { border-color: #45180E; }
span { border-color: rgb(69,24,14); }
td.TdClassName
{
border-color: #45180E;
}
.TagClassName
{
border-color: #45180E;
}
</style>