Shades of Brown Pod #451B0E
Tints of Brown Pod #451B0E
RGB
CMYK
RGB Variations
Color information
#451B0E (or 0x451B0E) is known color: Brown Pod. HEX triplet: 45, 1B and 0E. RGB value is (69,27,14). Sum of RGB (Red+Green+Blue) = 69+27+14=110 (14% of max value = 765). Red value is 69 (27.34% from 255 or 62.73% from 110); Green value is 27 (10.94% from 255 or 24.55% from 110); Blue value is 14 (5.86% from 255 or 12.73% from 110); Max value from RGB is 69 - color contains mainly: red. Hex color #451B0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #451B0E is #BAE4F1. Grayscale: #262626. Windows color (decimal): -12248306 or 924485. OLE color: 924485.
HSL color Cylindrical-coordinate representation of color #451B0E: hue angle of 14.18º degrees, saturation: 0.66, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #451B0E is Cyan = 0, Magento = 0.61, Yellow = 0.80 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 27 | 14 | - |
| CMYK | 0 | 0.61 | 0.80 | 0.73 |
| HSL | 14.18º | 0.66% | 0.16% | - |
| HSV(B) | 14.18º | 0.8% | 0.27% | - |
| XYZ | 2.93 | 2.08 | 0.66 | - |
| YUV | 38.08 | 114.41 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 27 | 14 | 0 | 0.61 | 0.80 | 0.73 | 14.18 | 0.66 | 0.16 |
| Hex | 45 | 1B | E | 0 | 3D | 50 | 49 | E | 42 | 10 |
| Octal | 105 | 33 | 16 | 0 | 75 | 120 | 111 | 16 | 102 | 20 |
| Binary | 1000101 | 11011 | 1110 | 0 | 111101 | 1010000 | 1001001 | 1110 | 1000010 | 10000 |
Color Harmonies of #451B0E
Complementary color
Monochromatic Colors of #451B0E
Black with #451B0E
Text Example
Text Example
White with #451B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451B0E; }
p { color: rgb(69,27,14); }
H1.HeaderClassName
{
color: #451B0E;
}
.AnyTagClassName
{
color: #451B0E;
}
</style>
background-color css
<style>
a { background-color: #451B0E; }
a { background-color: rgb(69,27,14); }
div.DivClassName
{
background-color: #451B0E;
}
.BgClassName
{
background-color: #451B0E;
}
</style>
border-color css
<style>
span { border-color: #451B0E; }
span { border-color: rgb(69,27,14); }
td.TdClassName
{
border-color: #451B0E;
}
.TagClassName
{
border-color: #451B0E;
}
</style>