Shades of Brown Pod #451605
Tints of Brown Pod #451605
RGB
CMYK
RGB Variations
Color information
#451605 (or 0x451605) is known color: Brown Pod. HEX triplet: 45, 16 and 05. RGB value is (69,22,5). Sum of RGB (Red+Green+Blue) = 69+22+5=96 (12% of max value = 765). Red value is 69 (27.34% from 255 or 71.88% from 96); Green value is 22 (8.98% from 255 or 22.92% from 96); Blue value is 5 (2.34% from 255 or 5.21% from 96); Max value from RGB is 69 - color contains mainly: red. Hex color #451605 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451605 is #BAE9FA. Grayscale: #222222. Windows color (decimal): -12249595 or 333381. OLE color: 333381.
HSL color Cylindrical-coordinate representation of color #451605: hue angle of 15.94º degrees, saturation: 0.86, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #451605 is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 22 | 5 | - |
| CMYK | 0 | 0.68 | 0.93 | 0.73 |
| HSL | 15.94º | 0.86% | 0.15% | - |
| HSV(B) | 15.94º | 0.93% | 0.27% | - |
| XYZ | 2.77 | 1.85 | 0.35 | - |
| YUV | 34.12 | 111.57 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 22 | 5 | 0 | 0.68 | 0.93 | 0.73 | 15.94 | 0.86 | 0.15 |
| Hex | 45 | 16 | 5 | 0 | 44 | 5D | 49 | 10 | 56 | F |
| Octal | 105 | 26 | 5 | 0 | 104 | 135 | 111 | 20 | 126 | 17 |
| Binary | 1000101 | 10110 | 101 | 0 | 1000100 | 1011101 | 1001001 | 10000 | 1010110 | 1111 |
Color Harmonies of #451605
Complementary color
Monochromatic Colors of #451605
Black with #451605
Text Example
Text Example
White with #451605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451605; }
p { color: rgb(69,22,5); }
H1.HeaderClassName
{
color: #451605;
}
.AnyTagClassName
{
color: #451605;
}
</style>
background-color css
<style>
a { background-color: #451605; }
a { background-color: rgb(69,22,5); }
div.DivClassName
{
background-color: #451605;
}
.BgClassName
{
background-color: #451605;
}
</style>
border-color css
<style>
span { border-color: #451605; }
span { border-color: rgb(69,22,5); }
td.TdClassName
{
border-color: #451605;
}
.TagClassName
{
border-color: #451605;
}
</style>