Shades of Brown Pod #45180C
Tints of Brown Pod #45180C
RGB
CMYK
RGB Variations
Color information
#45180C (or 0x45180C) is known color: Brown Pod. HEX triplet: 45, 18 and 0C. RGB value is (69,24,12). Sum of RGB (Red+Green+Blue) = 69+24+12=105 (13% of max value = 765). Red value is 69 (27.34% from 255 or 65.71% from 105); Green value is 24 (9.77% from 255 or 22.86% from 105); Blue value is 12 (5.08% from 255 or 11.43% from 105); Max value from RGB is 69 - color contains mainly: red. Hex color #45180C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #45180C is #BAE7F3. Grayscale: #242424. Windows color (decimal): -12249076 or 792645. OLE color: 792645.
HSL color Cylindrical-coordinate representation of color #45180C: hue angle of 12.63º 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 #45180C is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 24 | 12 | - |
| CMYK | 0 | 0.65 | 0.83 | 0.73 |
| HSL | 12.63º | 0.7% | 0.16% | - |
| HSV(B) | 12.63º | 0.83% | 0.27% | - |
| XYZ | 2.85 | 1.95 | 0.57 | - |
| YUV | 36.09 | 114.41 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 24 | 12 | 0 | 0.65 | 0.83 | 0.73 | 12.63 | 0.7 | 0.16 |
| Hex | 45 | 18 | C | 0 | 41 | 53 | 49 | D | 46 | 10 |
| Octal | 105 | 30 | 14 | 0 | 101 | 123 | 111 | 15 | 106 | 20 |
| Binary | 1000101 | 11000 | 1100 | 0 | 1000001 | 1010011 | 1001001 | 1101 | 1000110 | 10000 |
Color Harmonies of #45180C
Complementary color
Monochromatic Colors of #45180C
Black with #45180C
Text Example
Text Example
White with #45180C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45180C; }
p { color: rgb(69,24,12); }
H1.HeaderClassName
{
color: #45180C;
}
.AnyTagClassName
{
color: #45180C;
}
</style>
background-color css
<style>
a { background-color: #45180C; }
a { background-color: rgb(69,24,12); }
div.DivClassName
{
background-color: #45180C;
}
.BgClassName
{
background-color: #45180C;
}
</style>
border-color css
<style>
span { border-color: #45180C; }
span { border-color: rgb(69,24,12); }
td.TdClassName
{
border-color: #45180C;
}
.TagClassName
{
border-color: #45180C;
}
</style>