Shades of Brown Pod #45170E
Tints of Brown Pod #45170E
RGB
CMYK
RGB Variations
Color information
#45170E (or 0x45170E) is known color: Brown Pod. HEX triplet: 45, 17 and 0E. RGB value is (69,23,14). Sum of RGB (Red+Green+Blue) = 69+23+14=106 (14% of max value = 765). Red value is 69 (27.34% from 255 or 65.09% from 106); Green value is 23 (9.38% from 255 or 21.70% from 106); Blue value is 14 (5.86% from 255 or 13.21% from 106); Max value from RGB is 69 - color contains mainly: red. Hex color #45170E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #45170E is #BAE8F1. Grayscale: #232323. Windows color (decimal): -12249330 or 923461. OLE color: 923461.
HSL color Cylindrical-coordinate representation of color #45170E: hue angle of 9.82º 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 #45170E is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 23 | 14 | - |
| CMYK | 0 | 0.67 | 0.80 | 0.73 |
| HSL | 9.82º | 0.66% | 0.16% | - |
| HSV(B) | 9.82º | 0.8% | 0.27% | - |
| XYZ | 2.84 | 1.91 | 0.63 | - |
| YUV | 35.73 | 115.74 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 23 | 14 | 0 | 0.67 | 0.80 | 0.73 | 9.82 | 0.66 | 0.16 |
| Hex | 45 | 17 | E | 0 | 43 | 50 | 49 | A | 42 | 10 |
| Octal | 105 | 27 | 16 | 0 | 103 | 120 | 111 | 12 | 102 | 20 |
| Binary | 1000101 | 10111 | 1110 | 0 | 1000011 | 1010000 | 1001001 | 1010 | 1000010 | 10000 |
Color Harmonies of #45170E
Complementary color
Monochromatic Colors of #45170E
Black with #45170E
Text Example
Text Example
White with #45170E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45170E; }
p { color: rgb(69,23,14); }
H1.HeaderClassName
{
color: #45170E;
}
.AnyTagClassName
{
color: #45170E;
}
</style>
background-color css
<style>
a { background-color: #45170E; }
a { background-color: rgb(69,23,14); }
div.DivClassName
{
background-color: #45170E;
}
.BgClassName
{
background-color: #45170E;
}
</style>
border-color css
<style>
span { border-color: #45170E; }
span { border-color: rgb(69,23,14); }
td.TdClassName
{
border-color: #45170E;
}
.TagClassName
{
border-color: #45170E;
}
</style>