Shades of Brown Pod #451F0C
Tints of Brown Pod #451F0C
RGB
CMYK
RGB Variations
Color information
#451F0C (or 0x451F0C) is known color: Brown Pod. HEX triplet: 45, 1F and 0C. RGB value is (69,31,12). Sum of RGB (Red+Green+Blue) = 69+31+12=112 (14% of max value = 765). Red value is 69 (27.34% from 255 or 61.61% from 112); Green value is 31 (12.5% from 255 or 27.68% from 112); Blue value is 12 (5.08% from 255 or 10.71% from 112); Max value from RGB is 69 - color contains mainly: red. Hex color #451F0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #451F0C is #BAE0F3. Grayscale: #282828. Windows color (decimal): -12247284 or 794437. OLE color: 794437.
HSL color Cylindrical-coordinate representation of color #451F0C: hue angle of 20º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #451F0C is Cyan = 0, Magento = 0.55, Yellow = 0.83 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 31 | 12 | - |
| CMYK | 0 | 0.55 | 0.83 | 0.73 |
| HSL | 20º | 0.7% | 0.16% | - |
| HSV(B) | 20º | 0.83% | 0.27% | - |
| XYZ | 3.01 | 2.27 | 0.63 | - |
| YUV | 40.2 | 112.09 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 31 | 12 | 0 | 0.55 | 0.83 | 0.73 | 20 | 0.7 | 0.16 |
| Hex | 45 | 1F | C | 0 | 37 | 53 | 49 | 14 | 46 | 10 |
| Octal | 105 | 37 | 14 | 0 | 67 | 123 | 111 | 24 | 106 | 20 |
| Binary | 1000101 | 11111 | 1100 | 0 | 110111 | 1010011 | 1001001 | 10100 | 1000110 | 10000 |
Color Harmonies of #451F0C
Complementary color
Monochromatic Colors of #451F0C
Black with #451F0C
Text Example
Text Example
White with #451F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451F0C; }
p { color: rgb(69,31,12); }
H1.HeaderClassName
{
color: #451F0C;
}
.AnyTagClassName
{
color: #451F0C;
}
</style>
background-color css
<style>
a { background-color: #451F0C; }
a { background-color: rgb(69,31,12); }
div.DivClassName
{
background-color: #451F0C;
}
.BgClassName
{
background-color: #451F0C;
}
</style>
border-color css
<style>
span { border-color: #451F0C; }
span { border-color: rgb(69,31,12); }
td.TdClassName
{
border-color: #451F0C;
}
.TagClassName
{
border-color: #451F0C;
}
</style>