Shades of Brown Pod #45200C
Tints of Brown Pod #45200C
RGB
CMYK
RGB Variations
Color information
#45200C (or 0x45200C) is known color: Brown Pod. HEX triplet: 45, 20 and 0C. RGB value is (69,32,12). Sum of RGB (Red+Green+Blue) = 69+32+12=113 (14% of max value = 765). Red value is 69 (27.34% from 255 or 61.06% from 113); Green value is 32 (12.89% from 255 or 28.32% from 113); Blue value is 12 (5.08% from 255 or 10.62% from 113); Max value from RGB is 69 - color contains mainly: red. Hex color #45200C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #45200C is #BADFF3. Grayscale: #282828. Windows color (decimal): -12247028 or 794693. OLE color: 794693.
HSL color Cylindrical-coordinate representation of color #45200C: hue angle of 21.05º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #45200C is Cyan = 0, Magento = 0.54, Yellow = 0.83 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 32 | 12 | - |
| CMYK | 0 | 0.54 | 0.83 | 0.73 |
| HSL | 21.05º | 0.7% | 0.16% | - |
| HSV(B) | 21.05º | 0.83% | 0.27% | - |
| XYZ | 3.04 | 2.32 | 0.64 | - |
| YUV | 40.78 | 111.76 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 32 | 12 | 0 | 0.54 | 0.83 | 0.73 | 21.05 | 0.7 | 0.16 |
| Hex | 45 | 20 | C | 0 | 36 | 53 | 49 | 15 | 46 | 10 |
| Octal | 105 | 40 | 14 | 0 | 66 | 123 | 111 | 25 | 106 | 20 |
| Binary | 1000101 | 100000 | 1100 | 0 | 110110 | 1010011 | 1001001 | 10101 | 1000110 | 10000 |
Color Harmonies of #45200C
Complementary color
Monochromatic Colors of #45200C
Black with #45200C
Text Example
Text Example
White with #45200C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45200C; }
p { color: rgb(69,32,12); }
H1.HeaderClassName
{
color: #45200C;
}
.AnyTagClassName
{
color: #45200C;
}
</style>
background-color css
<style>
a { background-color: #45200C; }
a { background-color: rgb(69,32,12); }
div.DivClassName
{
background-color: #45200C;
}
.BgClassName
{
background-color: #45200C;
}
</style>
border-color css
<style>
span { border-color: #45200C; }
span { border-color: rgb(69,32,12); }
td.TdClassName
{
border-color: #45200C;
}
.TagClassName
{
border-color: #45200C;
}
</style>