Shades of Brown Pod #451D07
Tints of Brown Pod #451D07
RGB
CMYK
RGB Variations
Color information
#451D07 (or 0x451D07) is known color: Brown Pod. HEX triplet: 45, 1D and 07. RGB value is (69,29,7). Sum of RGB (Red+Green+Blue) = 69+29+7=105 (13% of max value = 765). Red value is 69 (27.34% from 255 or 65.71% from 105); Green value is 29 (11.72% from 255 or 27.62% from 105); Blue value is 7 (3.12% from 255 or 6.67% from 105); Max value from RGB is 69 - color contains mainly: red. Hex color #451D07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #451D07 is #BAE2F8. Grayscale: #262626. Windows color (decimal): -12247801 or 466245. OLE color: 466245.
HSL color Cylindrical-coordinate representation of color #451D07: hue angle of 21.29º 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 #451D07 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 29 | 7 | - |
| CMYK | 0 | 0.58 | 0.90 | 0.73 |
| HSL | 21.29º | 0.82% | 0.15% | - |
| HSV(B) | 21.29º | 0.9% | 0.27% | - |
| XYZ | 2.93 | 2.16 | 0.46 | - |
| YUV | 38.45 | 110.25 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 29 | 7 | 0 | 0.58 | 0.90 | 0.73 | 21.29 | 0.82 | 0.15 |
| Hex | 45 | 1D | 7 | 0 | 3A | 5A | 49 | 15 | 52 | F |
| Octal | 105 | 35 | 7 | 0 | 72 | 132 | 111 | 25 | 122 | 17 |
| Binary | 1000101 | 11101 | 111 | 0 | 111010 | 1011010 | 1001001 | 10101 | 1010010 | 1111 |
Color Harmonies of #451D07
Complementary color
Monochromatic Colors of #451D07
Black with #451D07
Text Example
Text Example
White with #451D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451D07; }
p { color: rgb(69,29,7); }
H1.HeaderClassName
{
color: #451D07;
}
.AnyTagClassName
{
color: #451D07;
}
</style>
background-color css
<style>
a { background-color: #451D07; }
a { background-color: rgb(69,29,7); }
div.DivClassName
{
background-color: #451D07;
}
.BgClassName
{
background-color: #451D07;
}
</style>
border-color css
<style>
span { border-color: #451D07; }
span { border-color: rgb(69,29,7); }
td.TdClassName
{
border-color: #451D07;
}
.TagClassName
{
border-color: #451D07;
}
</style>