Shades of Brown Pod #451E0B
Tints of Brown Pod #451E0B
RGB
CMYK
RGB Variations
Color information
#451E0B (or 0x451E0B) is known color: Brown Pod. HEX triplet: 45, 1E and 0B. RGB value is (69,30,11). Sum of RGB (Red+Green+Blue) = 69+30+11=110 (14% of max value = 765). Red value is 69 (27.34% from 255 or 62.73% from 110); Green value is 30 (12.11% from 255 or 27.27% from 110); Blue value is 11 (4.69% from 255 or 10% from 110); Max value from RGB is 69 - color contains mainly: red. Hex color #451E0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #451E0B is #BAE1F4. Grayscale: #272727. Windows color (decimal): -12247541 or 728645. OLE color: 728645.
HSL color Cylindrical-coordinate representation of color #451E0B: hue angle of 19.66º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #451E0B is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 30 | 11 | - |
| CMYK | 0 | 0.57 | 0.84 | 0.73 |
| HSL | 19.66º | 0.73% | 0.16% | - |
| HSV(B) | 19.66º | 0.84% | 0.27% | - |
| XYZ | 2.98 | 2.22 | 0.59 | - |
| YUV | 39.5 | 111.92 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 30 | 11 | 0 | 0.57 | 0.84 | 0.73 | 19.66 | 0.73 | 0.16 |
| Hex | 45 | 1E | B | 0 | 39 | 54 | 49 | 14 | 48 | 10 |
| Octal | 105 | 36 | 13 | 0 | 71 | 124 | 111 | 24 | 110 | 20 |
| Binary | 1000101 | 11110 | 1011 | 0 | 111001 | 1010100 | 1001001 | 10100 | 1001000 | 10000 |
Color Harmonies of #451E0B
Complementary color
Monochromatic Colors of #451E0B
Black with #451E0B
Text Example
Text Example
White with #451E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451E0B; }
p { color: rgb(69,30,11); }
H1.HeaderClassName
{
color: #451E0B;
}
.AnyTagClassName
{
color: #451E0B;
}
</style>
background-color css
<style>
a { background-color: #451E0B; }
a { background-color: rgb(69,30,11); }
div.DivClassName
{
background-color: #451E0B;
}
.BgClassName
{
background-color: #451E0B;
}
</style>
border-color css
<style>
span { border-color: #451E0B; }
span { border-color: rgb(69,30,11); }
td.TdClassName
{
border-color: #451E0B;
}
.TagClassName
{
border-color: #451E0B;
}
</style>