Shades of Brown Pod #451F07
Tints of Brown Pod #451F07
RGB
CMYK
RGB Variations
Color information
#451F07 (or 0x451F07) is known color: Brown Pod. HEX triplet: 45, 1F and 07. RGB value is (69,31,7). Sum of RGB (Red+Green+Blue) = 69+31+7=107 (14% of max value = 765). Red value is 69 (27.34% from 255 or 64.49% from 107); Green value is 31 (12.5% from 255 or 28.97% from 107); Blue value is 7 (3.12% from 255 or 6.54% from 107); Max value from RGB is 69 - color contains mainly: red. Hex color #451F07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #451F07 is #BAE0F8. Grayscale: #272727. Windows color (decimal): -12247289 or 466757. OLE color: 466757.
HSL color Cylindrical-coordinate representation of color #451F07: hue angle of 23.23º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #451F07 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 31 | 7 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.73 |
| HSL | 23.23º | 0.82% | 0.15% | - |
| HSV(B) | 23.23º | 0.9% | 0.27% | - |
| XYZ | 2.98 | 2.26 | 0.48 | - |
| YUV | 39.63 | 109.59 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 31 | 7 | 0 | 0.55 | 0.90 | 0.73 | 23.23 | 0.82 | 0.15 |
| Hex | 45 | 1F | 7 | 0 | 37 | 5A | 49 | 17 | 52 | F |
| Octal | 105 | 37 | 7 | 0 | 67 | 132 | 111 | 27 | 122 | 17 |
| Binary | 1000101 | 11111 | 111 | 0 | 110111 | 1011010 | 1001001 | 10111 | 1010010 | 1111 |
Color Harmonies of #451F07
Complementary color
Monochromatic Colors of #451F07
Black with #451F07
Text Example
Text Example
White with #451F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451F07; }
p { color: rgb(69,31,7); }
H1.HeaderClassName
{
color: #451F07;
}
.AnyTagClassName
{
color: #451F07;
}
</style>
background-color css
<style>
a { background-color: #451F07; }
a { background-color: rgb(69,31,7); }
div.DivClassName
{
background-color: #451F07;
}
.BgClassName
{
background-color: #451F07;
}
</style>
border-color css
<style>
span { border-color: #451F07; }
span { border-color: rgb(69,31,7); }
td.TdClassName
{
border-color: #451F07;
}
.TagClassName
{
border-color: #451F07;
}
</style>