Shades of Brown Pod #482205
Tints of Brown Pod #482205
RGB
CMYK
RGB Variations
Color information
#482205 (or 0x482205) is known color: Brown Pod. HEX triplet: 48, 22 and 05. RGB value is (72,34,5). Sum of RGB (Red+Green+Blue) = 72+34+5=111 (14% of max value = 765). Red value is 72 (28.52% from 255 or 64.86% from 111); Green value is 34 (13.67% from 255 or 30.63% from 111); Blue value is 5 (2.34% from 255 or 4.50% from 111); Max value from RGB is 72 - color contains mainly: red. Hex color #482205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482205 is #B7DDFA. Grayscale: #2A2A2A. Windows color (decimal): -12049915 or 336456. OLE color: 336456.
HSL color Cylindrical-coordinate representation of color #482205: hue angle of 25.97º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #482205 is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 34 | 5 | - |
| CMYK | 0 | 0.53 | 0.93 | 0.72 |
| HSL | 25.97º | 0.87% | 0.15% | - |
| HSV(B) | 25.97º | 0.93% | 0.28% | - |
| XYZ | 3.27 | 2.53 | 0.46 | - |
| YUV | 42.06 | 107.09 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 34 | 5 | 0 | 0.53 | 0.93 | 0.72 | 25.97 | 0.87 | 0.15 |
| Hex | 48 | 22 | 5 | 0 | 35 | 5D | 48 | 1A | 57 | F |
| Octal | 110 | 42 | 5 | 0 | 65 | 135 | 110 | 32 | 127 | 17 |
| Binary | 1001000 | 100010 | 101 | 0 | 110101 | 1011101 | 1001000 | 11010 | 1010111 | 1111 |
Color Harmonies of #482205
Complementary color
Monochromatic Colors of #482205
Black with #482205
Text Example
Text Example
White with #482205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482205; }
p { color: rgb(72,34,5); }
H1.HeaderClassName
{
color: #482205;
}
.AnyTagClassName
{
color: #482205;
}
</style>
background-color css
<style>
a { background-color: #482205; }
a { background-color: rgb(72,34,5); }
div.DivClassName
{
background-color: #482205;
}
.BgClassName
{
background-color: #482205;
}
</style>
border-color css
<style>
span { border-color: #482205; }
span { border-color: rgb(72,34,5); }
td.TdClassName
{
border-color: #482205;
}
.TagClassName
{
border-color: #482205;
}
</style>