Shades of Brown Pod #451B04
Tints of Brown Pod #451B04
RGB
CMYK
RGB Variations
Color information
#451B04 (or 0x451B04) is known color: Brown Pod. HEX triplet: 45, 1B and 04. RGB value is (69,27,4). Sum of RGB (Red+Green+Blue) = 69+27+4=100 (13% of max value = 765). Red value is 69 (27.34% from 255 or 69% from 100); Green value is 27 (10.94% from 255 or 27% from 100); Blue value is 4 (1.95% from 255 or 4% from 100); Max value from RGB is 69 - color contains mainly: red. Hex color #451B04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #451B04 is #BAE4FB. Grayscale: #252525. Windows color (decimal): -12248316 or 269125. OLE color: 269125.
HSL color Cylindrical-coordinate representation of color #451B04: hue angle of 21.23º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #451B04 is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 27 | 4 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.73 |
| HSL | 21.23º | 0.89% | 0.14% | - |
| HSV(B) | 21.23º | 0.94% | 0.27% | - |
| XYZ | 2.87 | 2.06 | 0.36 | - |
| YUV | 36.94 | 109.41 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 27 | 4 | 0 | 0.61 | 0.94 | 0.73 | 21.23 | 0.89 | 0.14 |
| Hex | 45 | 1B | 4 | 0 | 3D | 5E | 49 | 15 | 59 | E |
| Octal | 105 | 33 | 4 | 0 | 75 | 136 | 111 | 25 | 131 | 16 |
| Binary | 1000101 | 11011 | 100 | 0 | 111101 | 1011110 | 1001001 | 10101 | 1011001 | 1110 |
Color Harmonies of #451B04
Complementary color
Monochromatic Colors of #451B04
Black with #451B04
Text Example
Text Example
White with #451B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451B04; }
p { color: rgb(69,27,4); }
H1.HeaderClassName
{
color: #451B04;
}
.AnyTagClassName
{
color: #451B04;
}
</style>
background-color css
<style>
a { background-color: #451B04; }
a { background-color: rgb(69,27,4); }
div.DivClassName
{
background-color: #451B04;
}
.BgClassName
{
background-color: #451B04;
}
</style>
border-color css
<style>
span { border-color: #451B04; }
span { border-color: rgb(69,27,4); }
td.TdClassName
{
border-color: #451B04;
}
.TagClassName
{
border-color: #451B04;
}
</style>