Shades of Brown Pod #482204
Tints of Brown Pod #482204
RGB
CMYK
RGB Variations
Color information
#482204 (or 0x482204) is known color: Brown Pod. HEX triplet: 48, 22 and 04. RGB value is (72,34,4). Sum of RGB (Red+Green+Blue) = 72+34+4=110 (14% of max value = 765). Red value is 72 (28.52% from 255 or 65.45% from 110); Green value is 34 (13.67% from 255 or 30.91% from 110); Blue value is 4 (1.95% from 255 or 3.64% from 110); Max value from RGB is 72 - color contains mainly: red. Hex color #482204 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482204 is #B7DDFB. Grayscale: #2A2A2A. Windows color (decimal): -12049916 or 270920. OLE color: 270920.
HSL color Cylindrical-coordinate representation of color #482204: hue angle of 26.47º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #482204 is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 34 | 4 | - |
| CMYK | 0 | 0.53 | 0.94 | 0.72 |
| HSL | 26.47º | 0.89% | 0.15% | - |
| HSV(B) | 26.47º | 0.94% | 0.28% | - |
| XYZ | 3.27 | 2.53 | 0.43 | - |
| YUV | 41.94 | 106.59 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 34 | 4 | 0 | 0.53 | 0.94 | 0.72 | 26.47 | 0.89 | 0.15 |
| Hex | 48 | 22 | 4 | 0 | 35 | 5E | 48 | 1A | 59 | F |
| Octal | 110 | 42 | 4 | 0 | 65 | 136 | 110 | 32 | 131 | 17 |
| Binary | 1001000 | 100010 | 100 | 0 | 110101 | 1011110 | 1001000 | 11010 | 1011001 | 1111 |
Color Harmonies of #482204
Complementary color
Monochromatic Colors of #482204
Black with #482204
Text Example
Text Example
White with #482204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482204; }
p { color: rgb(72,34,4); }
H1.HeaderClassName
{
color: #482204;
}
.AnyTagClassName
{
color: #482204;
}
</style>
background-color css
<style>
a { background-color: #482204; }
a { background-color: rgb(72,34,4); }
div.DivClassName
{
background-color: #482204;
}
.BgClassName
{
background-color: #482204;
}
</style>
border-color css
<style>
span { border-color: #482204; }
span { border-color: rgb(72,34,4); }
td.TdClassName
{
border-color: #482204;
}
.TagClassName
{
border-color: #482204;
}
</style>