Shades of Brown Pod #45210C
Tints of Brown Pod #45210C
RGB
CMYK
RGB Variations
Color information
#45210C (or 0x45210C) is known color: Brown Pod. HEX triplet: 45, 21 and 0C. RGB value is (69,33,12). Sum of RGB (Red+Green+Blue) = 69+33+12=114 (15% of max value = 765). Red value is 69 (27.34% from 255 or 60.53% from 114); Green value is 33 (13.28% from 255 or 28.95% from 114); Blue value is 12 (5.08% from 255 or 10.53% from 114); Max value from RGB is 69 - color contains mainly: red. Hex color #45210C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #45210C is #BADEF3. Grayscale: #292929. Windows color (decimal): -12246772 or 794949. OLE color: 794949.
HSL color Cylindrical-coordinate representation of color #45210C: hue angle of 22.11º 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 #45210C is Cyan = 0, Magento = 0.52, Yellow = 0.83 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 33 | 12 | - |
| CMYK | 0 | 0.52 | 0.83 | 0.73 |
| HSL | 22.11º | 0.7% | 0.16% | - |
| HSV(B) | 22.11º | 0.83% | 0.27% | - |
| XYZ | 3.06 | 2.38 | 0.65 | - |
| YUV | 41.37 | 111.43 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 33 | 12 | 0 | 0.52 | 0.83 | 0.73 | 22.11 | 0.7 | 0.16 |
| Hex | 45 | 21 | C | 0 | 34 | 53 | 49 | 16 | 46 | 10 |
| Octal | 105 | 41 | 14 | 0 | 64 | 123 | 111 | 26 | 106 | 20 |
| Binary | 1000101 | 100001 | 1100 | 0 | 110100 | 1010011 | 1001001 | 10110 | 1000110 | 10000 |
Color Harmonies of #45210C
Complementary color
Monochromatic Colors of #45210C
Black with #45210C
Text Example
Text Example
White with #45210C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45210C; }
p { color: rgb(69,33,12); }
H1.HeaderClassName
{
color: #45210C;
}
.AnyTagClassName
{
color: #45210C;
}
</style>
background-color css
<style>
a { background-color: #45210C; }
a { background-color: rgb(69,33,12); }
div.DivClassName
{
background-color: #45210C;
}
.BgClassName
{
background-color: #45210C;
}
</style>
border-color css
<style>
span { border-color: #45210C; }
span { border-color: rgb(69,33,12); }
td.TdClassName
{
border-color: #45210C;
}
.TagClassName
{
border-color: #45210C;
}
</style>