Shades of Brown Pod #451609
Tints of Brown Pod #451609
RGB
CMYK
RGB Variations
Color information
#451609 (or 0x451609) is known color: Brown Pod. HEX triplet: 45, 16 and 09. RGB value is (69,22,9). Sum of RGB (Red+Green+Blue) = 69+22+9=100 (13% of max value = 765). Red value is 69 (27.34% from 255 or 69% from 100); Green value is 22 (8.98% from 255 or 22% from 100); Blue value is 9 (3.91% from 255 or 9% from 100); Max value from RGB is 69 - color contains mainly: red. Hex color #451609 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451609 is #BAE9F6. Grayscale: #222222. Windows color (decimal): -12249591 or 595525. OLE color: 595525.
HSL color Cylindrical-coordinate representation of color #451609: hue angle of 13º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #451609 is Cyan = 0, Magento = 0.68, Yellow = 0.87 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 22 | 9 | - |
| CMYK | 0 | 0.68 | 0.87 | 0.73 |
| HSL | 13º | 0.77% | 0.15% | - |
| HSV(B) | 13º | 0.87% | 0.27% | - |
| XYZ | 2.79 | 1.86 | 0.47 | - |
| YUV | 34.57 | 113.57 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 22 | 9 | 0 | 0.68 | 0.87 | 0.73 | 13 | 0.77 | 0.15 |
| Hex | 45 | 16 | 9 | 0 | 44 | 57 | 49 | D | 4D | F |
| Octal | 105 | 26 | 11 | 0 | 104 | 127 | 111 | 15 | 115 | 17 |
| Binary | 1000101 | 10110 | 1001 | 0 | 1000100 | 1010111 | 1001001 | 1101 | 1001101 | 1111 |
Color Harmonies of #451609
Complementary color
Monochromatic Colors of #451609
Black with #451609
Text Example
Text Example
White with #451609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451609; }
p { color: rgb(69,22,9); }
H1.HeaderClassName
{
color: #451609;
}
.AnyTagClassName
{
color: #451609;
}
</style>
background-color css
<style>
a { background-color: #451609; }
a { background-color: rgb(69,22,9); }
div.DivClassName
{
background-color: #451609;
}
.BgClassName
{
background-color: #451609;
}
</style>
border-color css
<style>
span { border-color: #451609; }
span { border-color: rgb(69,22,9); }
td.TdClassName
{
border-color: #451609;
}
.TagClassName
{
border-color: #451609;
}
</style>