Shades of Brown Pod #451B05
Tints of Brown Pod #451B05
RGB
CMYK
RGB Variations
Color information
#451B05 (or 0x451B05) is known color: Brown Pod. HEX triplet: 45, 1B and 05. RGB value is (69,27,5). Sum of RGB (Red+Green+Blue) = 69+27+5=101 (13% of max value = 765). Red value is 69 (27.34% from 255 or 68.32% from 101); Green value is 27 (10.94% from 255 or 26.73% from 101); Blue value is 5 (2.34% from 255 or 4.95% from 101); Max value from RGB is 69 - color contains mainly: red. Hex color #451B05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #451B05 is #BAE4FA. Grayscale: #252525. Windows color (decimal): -12248315 or 334661. OLE color: 334661.
HSL color Cylindrical-coordinate representation of color #451B05: hue angle of 20.62º degrees, saturation: 0.86, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #451B05 is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 27 | 5 | - |
| CMYK | 0 | 0.61 | 0.93 | 0.73 |
| HSL | 20.63º | 0.86% | 0.15% | - |
| HSV(B) | 20.63º | 0.93% | 0.27% | - |
| XYZ | 2.87 | 2.06 | 0.39 | - |
| YUV | 37.05 | 109.91 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 27 | 5 | 0 | 0.61 | 0.93 | 0.73 | 20.63 | 0.86 | 0.15 |
| Hex | 45 | 1B | 5 | 0 | 3D | 5D | 49 | 15 | 56 | F |
| Octal | 105 | 33 | 5 | 0 | 75 | 135 | 111 | 25 | 126 | 17 |
| Binary | 1000101 | 11011 | 101 | 0 | 111101 | 1011101 | 1001001 | 10101 | 1010110 | 1111 |
Color Harmonies of #451B05
Complementary color
Monochromatic Colors of #451B05
Black with #451B05
Text Example
Text Example
White with #451B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451B05; }
p { color: rgb(69,27,5); }
H1.HeaderClassName
{
color: #451B05;
}
.AnyTagClassName
{
color: #451B05;
}
</style>
background-color css
<style>
a { background-color: #451B05; }
a { background-color: rgb(69,27,5); }
div.DivClassName
{
background-color: #451B05;
}
.BgClassName
{
background-color: #451B05;
}
</style>
border-color css
<style>
span { border-color: #451B05; }
span { border-color: rgb(69,27,5); }
td.TdClassName
{
border-color: #451B05;
}
.TagClassName
{
border-color: #451B05;
}
</style>