Shades of Brown Pod #451902
Tints of Brown Pod #451902
RGB
CMYK
RGB Variations
Color information
#451902 (or 0x451902) is known color: Brown Pod. HEX triplet: 45, 19 and 02. RGB value is (69,25,2). Sum of RGB (Red+Green+Blue) = 69+25+2=96 (12% of max value = 765). Red value is 69 (27.34% from 255 or 71.88% from 96); Green value is 25 (10.16% from 255 or 26.04% from 96); Blue value is 2 (1.17% from 255 or 2.08% from 96); Max value from RGB is 69 - color contains mainly: red. Hex color #451902 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451902 is #BAE6FD. Grayscale: #232323. Windows color (decimal): -12248830 or 137541. OLE color: 137541.
HSL color Cylindrical-coordinate representation of color #451902: hue angle of 20.6º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #451902 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 25 | 2 | - |
| CMYK | 0 | 0.64 | 0.97 | 0.73 |
| HSL | 20.6º | 0.94% | 0.14% | - |
| HSV(B) | 20.6º | 0.97% | 0.27% | - |
| XYZ | 2.81 | 1.96 | 0.29 | - |
| YUV | 35.53 | 109.08 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 25 | 2 | 0 | 0.64 | 0.97 | 0.73 | 20.6 | 0.94 | 0.14 |
| Hex | 45 | 19 | 2 | 0 | 40 | 61 | 49 | 15 | 5E | E |
| Octal | 105 | 31 | 2 | 0 | 100 | 141 | 111 | 25 | 136 | 16 |
| Binary | 1000101 | 11001 | 10 | 0 | 1000000 | 1100001 | 1001001 | 10101 | 1011110 | 1110 |
Color Harmonies of #451902
Complementary color
Monochromatic Colors of #451902
Black with #451902
Text Example
Text Example
White with #451902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451902; }
p { color: rgb(69,25,2); }
H1.HeaderClassName
{
color: #451902;
}
.AnyTagClassName
{
color: #451902;
}
</style>
background-color css
<style>
a { background-color: #451902; }
a { background-color: rgb(69,25,2); }
div.DivClassName
{
background-color: #451902;
}
.BgClassName
{
background-color: #451902;
}
</style>
border-color css
<style>
span { border-color: #451902; }
span { border-color: rgb(69,25,2); }
td.TdClassName
{
border-color: #451902;
}
.TagClassName
{
border-color: #451902;
}
</style>