Shades of Brown Pod #451F0F
Tints of Brown Pod #451F0F
RGB
CMYK
RGB Variations
Color information
#451F0F (or 0x451F0F) is known color: Brown Pod. HEX triplet: 45, 1F and 0F. RGB value is (69,31,15). Sum of RGB (Red+Green+Blue) = 69+31+15=115 (15% of max value = 765). Red value is 69 (27.34% from 255 or 60% from 115); Green value is 31 (12.5% from 255 or 26.96% from 115); Blue value is 15 (6.25% from 255 or 13.04% from 115); Max value from RGB is 69 - color contains mainly: red. Hex color #451F0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #451F0F is #BAE0F0. Grayscale: #282828. Windows color (decimal): -12247281 or 991045. OLE color: 991045.
HSL color Cylindrical-coordinate representation of color #451F0F: hue angle of 17.78º 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 #451F0F is Cyan = 0, Magento = 0.55, Yellow = 0.78 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 31 | 15 | - |
| CMYK | 0 | 0.55 | 0.78 | 0.73 |
| HSL | 17.78º | 0.64% | 0.16% | - |
| HSV(B) | 17.78º | 0.78% | 0.27% | - |
| XYZ | 3.03 | 2.28 | 0.73 | - |
| YUV | 40.54 | 113.59 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 31 | 15 | 0 | 0.55 | 0.78 | 0.73 | 17.78 | 0.64 | 0.16 |
| Hex | 45 | 1F | F | 0 | 37 | 4E | 49 | 12 | 40 | 10 |
| Octal | 105 | 37 | 17 | 0 | 67 | 116 | 111 | 22 | 100 | 20 |
| Binary | 1000101 | 11111 | 1111 | 0 | 110111 | 1001110 | 1001001 | 10010 | 1000000 | 10000 |
Color Harmonies of #451F0F
Complementary color
Monochromatic Colors of #451F0F
Black with #451F0F
Text Example
Text Example
White with #451F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451F0F; }
p { color: rgb(69,31,15); }
H1.HeaderClassName
{
color: #451F0F;
}
.AnyTagClassName
{
color: #451F0F;
}
</style>
background-color css
<style>
a { background-color: #451F0F; }
a { background-color: rgb(69,31,15); }
div.DivClassName
{
background-color: #451F0F;
}
.BgClassName
{
background-color: #451F0F;
}
</style>
border-color css
<style>
span { border-color: #451F0F; }
span { border-color: rgb(69,31,15); }
td.TdClassName
{
border-color: #451F0F;
}
.TagClassName
{
border-color: #451F0F;
}
</style>