Shades of Brown Pod #45221F
Tints of Brown Pod #45221F
RGB
CMYK
RGB Variations
Color information
#45221F (or 0x45221F) is known color: Brown Pod. HEX triplet: 45, 22 and 1F. RGB value is (69,34,31). Sum of RGB (Red+Green+Blue) = 69+34+31=134 (17% of max value = 765). Red value is 69 (27.34% from 255 or 51.49% from 134); Green value is 34 (13.67% from 255 or 25.37% from 134); Blue value is 31 (12.5% from 255 or 23.13% from 134); Max value from RGB is 69 - color contains mainly: red. Hex color #45221F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45221F is #BADDE0. Grayscale: #2C2C2C. Windows color (decimal): -12246497 or 2040389. OLE color: 2040389.
HSL color Cylindrical-coordinate representation of color #45221F: hue angle of 4.74º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #45221F is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 34 | 31 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.73 |
| HSL | 4.74º | 0.38% | 0.2% | - |
| HSV(B) | 4.74º | 0.55% | 0.27% | - |
| XYZ | 3.27 | 2.51 | 1.61 | - |
| YUV | 44.12 | 120.6 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 34 | 31 | 0 | 0.51 | 0.55 | 0.73 | 4.74 | 0.38 | 0.2 |
| Hex | 45 | 22 | 1F | 0 | 33 | 37 | 49 | 5 | 26 | 14 |
| Octal | 105 | 42 | 37 | 0 | 63 | 67 | 111 | 5 | 46 | 24 |
| Binary | 1000101 | 100010 | 11111 | 0 | 110011 | 110111 | 1001001 | 101 | 100110 | 10100 |
Color Harmonies of #45221F
Complementary color
Monochromatic Colors of #45221F
Black with #45221F
Text Example
Text Example
White with #45221F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45221F; }
p { color: rgb(69,34,31); }
H1.HeaderClassName
{
color: #45221F;
}
.AnyTagClassName
{
color: #45221F;
}
</style>
background-color css
<style>
a { background-color: #45221F; }
a { background-color: rgb(69,34,31); }
div.DivClassName
{
background-color: #45221F;
}
.BgClassName
{
background-color: #45221F;
}
</style>
border-color css
<style>
span { border-color: #45221F; }
span { border-color: rgb(69,34,31); }
td.TdClassName
{
border-color: #45221F;
}
.TagClassName
{
border-color: #45221F;
}
</style>