Shades of Brown Pod #451C0F
Tints of Brown Pod #451C0F
RGB
CMYK
RGB Variations
Color information
#451C0F (or 0x451C0F) is known color: Brown Pod. HEX triplet: 45, 1C and 0F. RGB value is (69,28,15). Sum of RGB (Red+Green+Blue) = 69+28+15=112 (14% of max value = 765). Red value is 69 (27.34% from 255 or 61.61% from 112); Green value is 28 (11.33% from 255 or 25% from 112); Blue value is 15 (6.25% from 255 or 13.39% from 112); Max value from RGB is 69 - color contains mainly: red. Hex color #451C0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #451C0F is #BAE3F0. Grayscale: #262626. Windows color (decimal): -12248049 or 990277. OLE color: 990277.
HSL color Cylindrical-coordinate representation of color #451C0F: hue angle of 14.44º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #451C0F is Cyan = 0, Magento = 0.59, Yellow = 0.78 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 28 | 15 | - |
| CMYK | 0 | 0.59 | 0.78 | 0.73 |
| HSL | 14.44º | 0.64% | 0.16% | - |
| HSV(B) | 14.44º | 0.78% | 0.27% | - |
| XYZ | 2.96 | 2.13 | 0.71 | - |
| YUV | 38.78 | 114.58 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 28 | 15 | 0 | 0.59 | 0.78 | 0.73 | 14.44 | 0.64 | 0.16 |
| Hex | 45 | 1C | F | 0 | 3B | 4E | 49 | E | 40 | 10 |
| Octal | 105 | 34 | 17 | 0 | 73 | 116 | 111 | 16 | 100 | 20 |
| Binary | 1000101 | 11100 | 1111 | 0 | 111011 | 1001110 | 1001001 | 1110 | 1000000 | 10000 |
Color Harmonies of #451C0F
Complementary color
Monochromatic Colors of #451C0F
Black with #451C0F
Text Example
Text Example
White with #451C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451C0F; }
p { color: rgb(69,28,15); }
H1.HeaderClassName
{
color: #451C0F;
}
.AnyTagClassName
{
color: #451C0F;
}
</style>
background-color css
<style>
a { background-color: #451C0F; }
a { background-color: rgb(69,28,15); }
div.DivClassName
{
background-color: #451C0F;
}
.BgClassName
{
background-color: #451C0F;
}
</style>
border-color css
<style>
span { border-color: #451C0F; }
span { border-color: rgb(69,28,15); }
td.TdClassName
{
border-color: #451C0F;
}
.TagClassName
{
border-color: #451C0F;
}
</style>