Shades of Brown Pod #451F0E
Tints of Brown Pod #451F0E
RGB
CMYK
RGB Variations
Color information
#451F0E (or 0x451F0E) is known color: Brown Pod. HEX triplet: 45, 1F and 0E. RGB value is (69,31,14). Sum of RGB (Red+Green+Blue) = 69+31+14=114 (15% of max value = 765). Red value is 69 (27.34% from 255 or 60.53% from 114); Green value is 31 (12.5% from 255 or 27.19% from 114); Blue value is 14 (5.86% from 255 or 12.28% from 114); Max value from RGB is 69 - color contains mainly: red. Hex color #451F0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #451F0E is #BAE0F1. Grayscale: #282828. Windows color (decimal): -12247282 or 925509. OLE color: 925509.
HSL color Cylindrical-coordinate representation of color #451F0E: hue angle of 18.55º degrees, saturation: 0.66, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #451F0E is Cyan = 0, Magento = 0.55, Yellow = 0.80 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 31 | 14 | - |
| CMYK | 0 | 0.55 | 0.80 | 0.73 |
| HSL | 18.55º | 0.66% | 0.16% | - |
| HSV(B) | 18.55º | 0.8% | 0.27% | - |
| XYZ | 3.02 | 2.28 | 0.7 | - |
| YUV | 40.42 | 113.09 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 31 | 14 | 0 | 0.55 | 0.80 | 0.73 | 18.55 | 0.66 | 0.16 |
| Hex | 45 | 1F | E | 0 | 37 | 50 | 49 | 13 | 42 | 10 |
| Octal | 105 | 37 | 16 | 0 | 67 | 120 | 111 | 23 | 102 | 20 |
| Binary | 1000101 | 11111 | 1110 | 0 | 110111 | 1010000 | 1001001 | 10011 | 1000010 | 10000 |
Color Harmonies of #451F0E
Complementary color
Monochromatic Colors of #451F0E
Black with #451F0E
Text Example
Text Example
White with #451F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451F0E; }
p { color: rgb(69,31,14); }
H1.HeaderClassName
{
color: #451F0E;
}
.AnyTagClassName
{
color: #451F0E;
}
</style>
background-color css
<style>
a { background-color: #451F0E; }
a { background-color: rgb(69,31,14); }
div.DivClassName
{
background-color: #451F0E;
}
.BgClassName
{
background-color: #451F0E;
}
</style>
border-color css
<style>
span { border-color: #451F0E; }
span { border-color: rgb(69,31,14); }
td.TdClassName
{
border-color: #451F0E;
}
.TagClassName
{
border-color: #451F0E;
}
</style>