Shades of Brown Pod #451705
Tints of Brown Pod #451705
RGB
CMYK
RGB Variations
Color information
#451705 (or 0x451705) is known color: Brown Pod. HEX triplet: 45, 17 and 05. RGB value is (69,23,5). Sum of RGB (Red+Green+Blue) = 69+23+5=97 (12% of max value = 765). Red value is 69 (27.34% from 255 or 71.13% from 97); Green value is 23 (9.38% from 255 or 23.71% from 97); Blue value is 5 (2.34% from 255 or 5.15% from 97); Max value from RGB is 69 - color contains mainly: red. Hex color #451705 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451705 is #BAE8FA. Grayscale: #222222. Windows color (decimal): -12249339 or 333637. OLE color: 333637.
HSL color Cylindrical-coordinate representation of color #451705: hue angle of 16.88º 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 #451705 is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 23 | 5 | - |
| CMYK | 0 | 0.67 | 0.93 | 0.73 |
| HSL | 16.88º | 0.86% | 0.15% | - |
| HSV(B) | 16.88º | 0.93% | 0.27% | - |
| XYZ | 2.79 | 1.89 | 0.36 | - |
| YUV | 34.7 | 111.24 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 23 | 5 | 0 | 0.67 | 0.93 | 0.73 | 16.88 | 0.86 | 0.15 |
| Hex | 45 | 17 | 5 | 0 | 43 | 5D | 49 | 11 | 56 | F |
| Octal | 105 | 27 | 5 | 0 | 103 | 135 | 111 | 21 | 126 | 17 |
| Binary | 1000101 | 10111 | 101 | 0 | 1000011 | 1011101 | 1001001 | 10001 | 1010110 | 1111 |
Color Harmonies of #451705
Complementary color
Monochromatic Colors of #451705
Black with #451705
Text Example
Text Example
White with #451705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451705; }
p { color: rgb(69,23,5); }
H1.HeaderClassName
{
color: #451705;
}
.AnyTagClassName
{
color: #451705;
}
</style>
background-color css
<style>
a { background-color: #451705; }
a { background-color: rgb(69,23,5); }
div.DivClassName
{
background-color: #451705;
}
.BgClassName
{
background-color: #451705;
}
</style>
border-color css
<style>
span { border-color: #451705; }
span { border-color: rgb(69,23,5); }
td.TdClassName
{
border-color: #451705;
}
.TagClassName
{
border-color: #451705;
}
</style>