Shades of Brown Pod #482302
Tints of Brown Pod #482302
RGB
CMYK
RGB Variations
Color information
#482302 (or 0x482302) is known color: Brown Pod. HEX triplet: 48, 23 and 02. RGB value is (72,35,2). Sum of RGB (Red+Green+Blue) = 72+35+2=109 (14% of max value = 765). Red value is 72 (28.52% from 255 or 66.06% from 109); Green value is 35 (14.06% from 255 or 32.11% from 109); Blue value is 2 (1.17% from 255 or 1.83% from 109); Max value from RGB is 72 - color contains mainly: red. Hex color #482302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482302 is #B7DCFD. Grayscale: #2A2A2A. Windows color (decimal): -12049662 or 140104. OLE color: 140104.
HSL color Cylindrical-coordinate representation of color #482302: hue angle of 28.29º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #482302 is Cyan = 0, Magento = 0.51, Yellow = 0.97 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 35 | 2 | - |
| CMYK | 0 | 0.51 | 0.97 | 0.72 |
| HSL | 28.29º | 0.95% | 0.15% | - |
| HSV(B) | 28.29º | 0.97% | 0.28% | - |
| XYZ | 3.28 | 2.58 | 0.38 | - |
| YUV | 42.3 | 105.26 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 35 | 2 | 0 | 0.51 | 0.97 | 0.72 | 28.29 | 0.95 | 0.15 |
| Hex | 48 | 23 | 2 | 0 | 33 | 61 | 48 | 1C | 5F | F |
| Octal | 110 | 43 | 2 | 0 | 63 | 141 | 110 | 34 | 137 | 17 |
| Binary | 1001000 | 100011 | 10 | 0 | 110011 | 1100001 | 1001000 | 11100 | 1011111 | 1111 |
Color Harmonies of #482302
Complementary color
Monochromatic Colors of #482302
Black with #482302
Text Example
Text Example
White with #482302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482302; }
p { color: rgb(72,35,2); }
H1.HeaderClassName
{
color: #482302;
}
.AnyTagClassName
{
color: #482302;
}
</style>
background-color css
<style>
a { background-color: #482302; }
a { background-color: rgb(72,35,2); }
div.DivClassName
{
background-color: #482302;
}
.BgClassName
{
background-color: #482302;
}
</style>
border-color css
<style>
span { border-color: #482302; }
span { border-color: rgb(72,35,2); }
td.TdClassName
{
border-color: #482302;
}
.TagClassName
{
border-color: #482302;
}
</style>