Shades of Brown Pod #451805
Tints of Brown Pod #451805
RGB
CMYK
RGB Variations
Color information
#451805 (or 0x451805) is known color: Brown Pod. HEX triplet: 45, 18 and 05. RGB value is (69,24,5). Sum of RGB (Red+Green+Blue) = 69+24+5=98 (12% of max value = 765). Red value is 69 (27.34% from 255 or 70.41% from 98); Green value is 24 (9.77% from 255 or 24.49% from 98); Blue value is 5 (2.34% from 255 or 5.10% from 98); Max value from RGB is 69 - color contains mainly: red. Hex color #451805 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451805 is #BAE7FA. Grayscale: #232323. Windows color (decimal): -12249083 or 333893. OLE color: 333893.
HSL color Cylindrical-coordinate representation of color #451805: hue angle of 17.81º 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 #451805 is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 24 | 5 | - |
| CMYK | 0 | 0.65 | 0.93 | 0.73 |
| HSL | 17.81º | 0.86% | 0.15% | - |
| HSV(B) | 17.81º | 0.93% | 0.27% | - |
| XYZ | 2.81 | 1.93 | 0.37 | - |
| YUV | 35.29 | 110.91 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 24 | 5 | 0 | 0.65 | 0.93 | 0.73 | 17.81 | 0.86 | 0.15 |
| Hex | 45 | 18 | 5 | 0 | 41 | 5D | 49 | 12 | 56 | F |
| Octal | 105 | 30 | 5 | 0 | 101 | 135 | 111 | 22 | 126 | 17 |
| Binary | 1000101 | 11000 | 101 | 0 | 1000001 | 1011101 | 1001001 | 10010 | 1010110 | 1111 |
Color Harmonies of #451805
Complementary color
Monochromatic Colors of #451805
Black with #451805
Text Example
Text Example
White with #451805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451805; }
p { color: rgb(69,24,5); }
H1.HeaderClassName
{
color: #451805;
}
.AnyTagClassName
{
color: #451805;
}
</style>
background-color css
<style>
a { background-color: #451805; }
a { background-color: rgb(69,24,5); }
div.DivClassName
{
background-color: #451805;
}
.BgClassName
{
background-color: #451805;
}
</style>
border-color css
<style>
span { border-color: #451805; }
span { border-color: rgb(69,24,5); }
td.TdClassName
{
border-color: #451805;
}
.TagClassName
{
border-color: #451805;
}
</style>