Shades of Brown Pod #45170D
Tints of Brown Pod #45170D
RGB
CMYK
RGB Variations
Color information
#45170D (or 0x45170D) is known color: Brown Pod. HEX triplet: 45, 17 and 0D. RGB value is (69,23,13). Sum of RGB (Red+Green+Blue) = 69+23+13=105 (13% of max value = 765). Red value is 69 (27.34% from 255 or 65.71% from 105); Green value is 23 (9.38% from 255 or 21.90% from 105); Blue value is 13 (5.47% from 255 or 12.38% from 105); Max value from RGB is 69 - color contains mainly: red. Hex color #45170D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #45170D is #BAE8F2. Grayscale: #232323. Windows color (decimal): -12249331 or 857925. OLE color: 857925.
HSL color Cylindrical-coordinate representation of color #45170D: hue angle of 10.71º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #45170D is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 23 | 13 | - |
| CMYK | 0 | 0.67 | 0.81 | 0.73 |
| HSL | 10.71º | 0.68% | 0.16% | - |
| HSV(B) | 10.71º | 0.81% | 0.27% | - |
| XYZ | 2.83 | 1.91 | 0.6 | - |
| YUV | 35.61 | 115.24 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 23 | 13 | 0 | 0.67 | 0.81 | 0.73 | 10.71 | 0.68 | 0.16 |
| Hex | 45 | 17 | D | 0 | 43 | 51 | 49 | B | 44 | 10 |
| Octal | 105 | 27 | 15 | 0 | 103 | 121 | 111 | 13 | 104 | 20 |
| Binary | 1000101 | 10111 | 1101 | 0 | 1000011 | 1010001 | 1001001 | 1011 | 1000100 | 10000 |
Color Harmonies of #45170D
Complementary color
Monochromatic Colors of #45170D
Black with #45170D
Text Example
Text Example
White with #45170D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45170D; }
p { color: rgb(69,23,13); }
H1.HeaderClassName
{
color: #45170D;
}
.AnyTagClassName
{
color: #45170D;
}
</style>
background-color css
<style>
a { background-color: #45170D; }
a { background-color: rgb(69,23,13); }
div.DivClassName
{
background-color: #45170D;
}
.BgClassName
{
background-color: #45170D;
}
</style>
border-color css
<style>
span { border-color: #45170D; }
span { border-color: rgb(69,23,13); }
td.TdClassName
{
border-color: #45170D;
}
.TagClassName
{
border-color: #45170D;
}
</style>