Shades of Brown Pod #451C07
Tints of Brown Pod #451C07
RGB
CMYK
RGB Variations
Color information
#451C07 (or 0x451C07) is known color: Brown Pod. HEX triplet: 45, 1C and 07. RGB value is (69,28,7). Sum of RGB (Red+Green+Blue) = 69+28+7=104 (13% of max value = 765). Red value is 69 (27.34% from 255 or 66.35% from 104); Green value is 28 (11.33% from 255 or 26.92% from 104); Blue value is 7 (3.12% from 255 or 6.73% from 104); Max value from RGB is 69 - color contains mainly: red. Hex color #451C07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #451C07 is #BAE3F8. Grayscale: #252525. Windows color (decimal): -12248057 or 465989. OLE color: 465989.
HSL color Cylindrical-coordinate representation of color #451C07: hue angle of 20.32º 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 #451C07 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 28 | 7 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.73 |
| HSL | 20.32º | 0.82% | 0.15% | - |
| HSV(B) | 20.32º | 0.9% | 0.27% | - |
| XYZ | 2.91 | 2.11 | 0.46 | - |
| YUV | 37.87 | 110.58 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 28 | 7 | 0 | 0.59 | 0.90 | 0.73 | 20.32 | 0.82 | 0.15 |
| Hex | 45 | 1C | 7 | 0 | 3B | 5A | 49 | 14 | 52 | F |
| Octal | 105 | 34 | 7 | 0 | 73 | 132 | 111 | 24 | 122 | 17 |
| Binary | 1000101 | 11100 | 111 | 0 | 111011 | 1011010 | 1001001 | 10100 | 1010010 | 1111 |
Color Harmonies of #451C07
Complementary color
Monochromatic Colors of #451C07
Black with #451C07
Text Example
Text Example
White with #451C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451C07; }
p { color: rgb(69,28,7); }
H1.HeaderClassName
{
color: #451C07;
}
.AnyTagClassName
{
color: #451C07;
}
</style>
background-color css
<style>
a { background-color: #451C07; }
a { background-color: rgb(69,28,7); }
div.DivClassName
{
background-color: #451C07;
}
.BgClassName
{
background-color: #451C07;
}
</style>
border-color css
<style>
span { border-color: #451C07; }
span { border-color: rgb(69,28,7); }
td.TdClassName
{
border-color: #451C07;
}
.TagClassName
{
border-color: #451C07;
}
</style>