Shades of Brown Pod #451F0B
Tints of Brown Pod #451F0B
RGB
CMYK
RGB Variations
Color information
#451F0B (or 0x451F0B) is known color: Brown Pod. HEX triplet: 45, 1F and 0B. RGB value is (69,31,11). Sum of RGB (Red+Green+Blue) = 69+31+11=111 (14% of max value = 765). Red value is 69 (27.34% from 255 or 62.16% from 111); Green value is 31 (12.5% from 255 or 27.93% from 111); Blue value is 11 (4.69% from 255 or 9.91% from 111); Max value from RGB is 69 - color contains mainly: red. Hex color #451F0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #451F0B is #BAE0F4. Grayscale: #282828. Windows color (decimal): -12247285 or 728901. OLE color: 728901.
HSL color Cylindrical-coordinate representation of color #451F0B: hue angle of 20.69º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #451F0B is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 31 | 11 | - |
| CMYK | 0 | 0.55 | 0.84 | 0.73 |
| HSL | 20.69º | 0.73% | 0.16% | - |
| HSV(B) | 20.69º | 0.84% | 0.27% | - |
| XYZ | 3 | 2.27 | 0.6 | - |
| YUV | 40.08 | 111.59 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 31 | 11 | 0 | 0.55 | 0.84 | 0.73 | 20.69 | 0.73 | 0.16 |
| Hex | 45 | 1F | B | 0 | 37 | 54 | 49 | 15 | 48 | 10 |
| Octal | 105 | 37 | 13 | 0 | 67 | 124 | 111 | 25 | 110 | 20 |
| Binary | 1000101 | 11111 | 1011 | 0 | 110111 | 1010100 | 1001001 | 10101 | 1001000 | 10000 |
Color Harmonies of #451F0B
Complementary color
Monochromatic Colors of #451F0B
Black with #451F0B
Text Example
Text Example
White with #451F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451F0B; }
p { color: rgb(69,31,11); }
H1.HeaderClassName
{
color: #451F0B;
}
.AnyTagClassName
{
color: #451F0B;
}
</style>
background-color css
<style>
a { background-color: #451F0B; }
a { background-color: rgb(69,31,11); }
div.DivClassName
{
background-color: #451F0B;
}
.BgClassName
{
background-color: #451F0B;
}
</style>
border-color css
<style>
span { border-color: #451F0B; }
span { border-color: rgb(69,31,11); }
td.TdClassName
{
border-color: #451F0B;
}
.TagClassName
{
border-color: #451F0B;
}
</style>