Shades of Brown Pod #45211C
Tints of Brown Pod #45211C
RGB
CMYK
RGB Variations
Color information
#45211C (or 0x45211C) is known color: Brown Pod. HEX triplet: 45, 21 and 1C. RGB value is (69,33,28). Sum of RGB (Red+Green+Blue) = 69+33+28=130 (17% of max value = 765). Red value is 69 (27.34% from 255 or 53.08% from 130); Green value is 33 (13.28% from 255 or 25.38% from 130); Blue value is 28 (11.33% from 255 or 21.54% from 130); Max value from RGB is 69 - color contains mainly: red. Hex color #45211C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45211C is #BADEE3. Grayscale: #2B2B2B. Windows color (decimal): -12246756 or 1843525. OLE color: 1843525.
HSL color Cylindrical-coordinate representation of color #45211C: hue angle of 7.32º degrees, saturation: 0.42, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #45211C is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 33 | 28 | - |
| CMYK | 0 | 0.52 | 0.59 | 0.73 |
| HSL | 7.32º | 0.42% | 0.19% | - |
| HSV(B) | 7.32º | 0.59% | 0.27% | - |
| XYZ | 3.21 | 2.44 | 1.4 | - |
| YUV | 43.19 | 119.43 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 33 | 28 | 0 | 0.52 | 0.59 | 0.73 | 7.32 | 0.42 | 0.19 |
| Hex | 45 | 21 | 1C | 0 | 34 | 3B | 49 | 7 | 2A | 13 |
| Octal | 105 | 41 | 34 | 0 | 64 | 73 | 111 | 7 | 52 | 23 |
| Binary | 1000101 | 100001 | 11100 | 0 | 110100 | 111011 | 1001001 | 111 | 101010 | 10011 |
Color Harmonies of #45211C
Complementary color
Monochromatic Colors of #45211C
Black with #45211C
Text Example
Text Example
White with #45211C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45211C; }
p { color: rgb(69,33,28); }
H1.HeaderClassName
{
color: #45211C;
}
.AnyTagClassName
{
color: #45211C;
}
</style>
background-color css
<style>
a { background-color: #45211C; }
a { background-color: rgb(69,33,28); }
div.DivClassName
{
background-color: #45211C;
}
.BgClassName
{
background-color: #45211C;
}
</style>
border-color css
<style>
span { border-color: #45211C; }
span { border-color: rgb(69,33,28); }
td.TdClassName
{
border-color: #45211C;
}
.TagClassName
{
border-color: #45211C;
}
</style>