Shades of Brown Pod #45180A
Tints of Brown Pod #45180A
RGB
CMYK
RGB Variations
Color information
#45180A (or 0x45180A) is known color: Brown Pod. HEX triplet: 45, 18 and 0A. RGB value is (69,24,10). Sum of RGB (Red+Green+Blue) = 69+24+10=103 (13% of max value = 765). Red value is 69 (27.34% from 255 or 66.99% from 103); Green value is 24 (9.77% from 255 or 23.30% from 103); Blue value is 10 (4.30% from 255 or 9.71% from 103); Max value from RGB is 69 - color contains mainly: red. Hex color #45180A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #45180A is #BAE7F5. Grayscale: #232323. Windows color (decimal): -12249078 or 661573. OLE color: 661573.
HSL color Cylindrical-coordinate representation of color #45180A: hue angle of 14.24º degrees, saturation: 0.75, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #45180A is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 24 | 10 | - |
| CMYK | 0 | 0.65 | 0.86 | 0.73 |
| HSL | 14.24º | 0.75% | 0.15% | - |
| HSV(B) | 14.24º | 0.86% | 0.27% | - |
| XYZ | 2.84 | 1.94 | 0.51 | - |
| YUV | 35.86 | 113.41 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 24 | 10 | 0 | 0.65 | 0.86 | 0.73 | 14.24 | 0.75 | 0.15 |
| Hex | 45 | 18 | A | 0 | 41 | 56 | 49 | E | 4B | F |
| Octal | 105 | 30 | 12 | 0 | 101 | 126 | 111 | 16 | 113 | 17 |
| Binary | 1000101 | 11000 | 1010 | 0 | 1000001 | 1010110 | 1001001 | 1110 | 1001011 | 1111 |
Color Harmonies of #45180A
Complementary color
Monochromatic Colors of #45180A
Black with #45180A
Text Example
Text Example
White with #45180A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45180A; }
p { color: rgb(69,24,10); }
H1.HeaderClassName
{
color: #45180A;
}
.AnyTagClassName
{
color: #45180A;
}
</style>
background-color css
<style>
a { background-color: #45180A; }
a { background-color: rgb(69,24,10); }
div.DivClassName
{
background-color: #45180A;
}
.BgClassName
{
background-color: #45180A;
}
</style>
border-color css
<style>
span { border-color: #45180A; }
span { border-color: rgb(69,24,10); }
td.TdClassName
{
border-color: #45180A;
}
.TagClassName
{
border-color: #45180A;
}
</style>