Shades of Brown Pod #451F0D
Tints of Brown Pod #451F0D
RGB
CMYK
RGB Variations
Color information
#451F0D (or 0x451F0D) is known color: Brown Pod. HEX triplet: 45, 1F and 0D. RGB value is (69,31,13). Sum of RGB (Red+Green+Blue) = 69+31+13=113 (14% of max value = 765). Red value is 69 (27.34% from 255 or 61.06% from 113); Green value is 31 (12.5% from 255 or 27.43% from 113); Blue value is 13 (5.47% from 255 or 11.50% from 113); Max value from RGB is 69 - color contains mainly: red. Hex color #451F0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #451F0D is #BAE0F2. Grayscale: #282828. Windows color (decimal): -12247283 or 859973. OLE color: 859973.
HSL color Cylindrical-coordinate representation of color #451F0D: hue angle of 19.29º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #451F0D is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 31 | 13 | - |
| CMYK | 0 | 0.55 | 0.81 | 0.73 |
| HSL | 19.29º | 0.68% | 0.16% | - |
| HSV(B) | 19.29º | 0.81% | 0.27% | - |
| XYZ | 3.02 | 2.27 | 0.66 | - |
| YUV | 40.31 | 112.59 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 31 | 13 | 0 | 0.55 | 0.81 | 0.73 | 19.29 | 0.68 | 0.16 |
| Hex | 45 | 1F | D | 0 | 37 | 51 | 49 | 13 | 44 | 10 |
| Octal | 105 | 37 | 15 | 0 | 67 | 121 | 111 | 23 | 104 | 20 |
| Binary | 1000101 | 11111 | 1101 | 0 | 110111 | 1010001 | 1001001 | 10011 | 1000100 | 10000 |
Color Harmonies of #451F0D
Complementary color
Monochromatic Colors of #451F0D
Black with #451F0D
Text Example
Text Example
White with #451F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451F0D; }
p { color: rgb(69,31,13); }
H1.HeaderClassName
{
color: #451F0D;
}
.AnyTagClassName
{
color: #451F0D;
}
</style>
background-color css
<style>
a { background-color: #451F0D; }
a { background-color: rgb(69,31,13); }
div.DivClassName
{
background-color: #451F0D;
}
.BgClassName
{
background-color: #451F0D;
}
</style>
border-color css
<style>
span { border-color: #451F0D; }
span { border-color: rgb(69,31,13); }
td.TdClassName
{
border-color: #451F0D;
}
.TagClassName
{
border-color: #451F0D;
}
</style>