Shades of Brown Pod #451A04
Tints of Brown Pod #451A04
RGB
CMYK
RGB Variations
Color information
#451A04 (or 0x451A04) is known color: Brown Pod. HEX triplet: 45, 1A and 04. RGB value is (69,26,4). Sum of RGB (Red+Green+Blue) = 69+26+4=99 (13% of max value = 765). Red value is 69 (27.34% from 255 or 69.70% from 99); Green value is 26 (10.55% from 255 or 26.26% from 99); Blue value is 4 (1.95% from 255 or 4.04% from 99); Max value from RGB is 69 - color contains mainly: red. Hex color #451A04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #451A04 is #BAE5FB. Grayscale: #242424. Windows color (decimal): -12248572 or 268869. OLE color: 268869.
HSL color Cylindrical-coordinate representation of color #451A04: hue angle of 20.31º 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 #451A04 is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 26 | 4 | - |
| CMYK | 0 | 0.62 | 0.94 | 0.73 |
| HSL | 20.31º | 0.89% | 0.14% | - |
| HSV(B) | 20.31º | 0.94% | 0.27% | - |
| XYZ | 2.85 | 2.01 | 0.35 | - |
| YUV | 36.35 | 109.75 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 26 | 4 | 0 | 0.62 | 0.94 | 0.73 | 20.31 | 0.89 | 0.14 |
| Hex | 45 | 1A | 4 | 0 | 3E | 5E | 49 | 14 | 59 | E |
| Octal | 105 | 32 | 4 | 0 | 76 | 136 | 111 | 24 | 131 | 16 |
| Binary | 1000101 | 11010 | 100 | 0 | 111110 | 1011110 | 1001001 | 10100 | 1011001 | 1110 |
Color Harmonies of #451A04
Complementary color
Monochromatic Colors of #451A04
Black with #451A04
Text Example
Text Example
White with #451A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451A04; }
p { color: rgb(69,26,4); }
H1.HeaderClassName
{
color: #451A04;
}
.AnyTagClassName
{
color: #451A04;
}
</style>
background-color css
<style>
a { background-color: #451A04; }
a { background-color: rgb(69,26,4); }
div.DivClassName
{
background-color: #451A04;
}
.BgClassName
{
background-color: #451A04;
}
</style>
border-color css
<style>
span { border-color: #451A04; }
span { border-color: rgb(69,26,4); }
td.TdClassName
{
border-color: #451A04;
}
.TagClassName
{
border-color: #451A04;
}
</style>