Shades of Brown Pod #482102
Tints of Brown Pod #482102
RGB
CMYK
RGB Variations
Color information
#482102 (or 0x482102) is known color: Brown Pod. HEX triplet: 48, 21 and 02. RGB value is (72,33,2). Sum of RGB (Red+Green+Blue) = 72+33+2=107 (14% of max value = 765). Red value is 72 (28.52% from 255 or 67.29% from 107); Green value is 33 (13.28% from 255 or 30.84% from 107); Blue value is 2 (1.17% from 255 or 1.87% from 107); Max value from RGB is 72 - color contains mainly: red. Hex color #482102 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482102 is #B7DEFD. Grayscale: #292929. Windows color (decimal): -12050174 or 139592. OLE color: 139592.
HSL color Cylindrical-coordinate representation of color #482102: hue angle of 26.57º 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 #482102 is Cyan = 0, Magento = 0.54, Yellow = 0.97 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 33 | 2 | - |
| CMYK | 0 | 0.54 | 0.97 | 0.72 |
| HSL | 26.57º | 0.95% | 0.15% | - |
| HSV(B) | 26.57º | 0.97% | 0.28% | - |
| XYZ | 3.23 | 2.47 | 0.36 | - |
| YUV | 41.13 | 105.92 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 33 | 2 | 0 | 0.54 | 0.97 | 0.72 | 26.57 | 0.95 | 0.15 |
| Hex | 48 | 21 | 2 | 0 | 36 | 61 | 48 | 1B | 5F | F |
| Octal | 110 | 41 | 2 | 0 | 66 | 141 | 110 | 33 | 137 | 17 |
| Binary | 1001000 | 100001 | 10 | 0 | 110110 | 1100001 | 1001000 | 11011 | 1011111 | 1111 |
Color Harmonies of #482102
Complementary color
Monochromatic Colors of #482102
Black with #482102
Text Example
Text Example
White with #482102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482102; }
p { color: rgb(72,33,2); }
H1.HeaderClassName
{
color: #482102;
}
.AnyTagClassName
{
color: #482102;
}
</style>
background-color css
<style>
a { background-color: #482102; }
a { background-color: rgb(72,33,2); }
div.DivClassName
{
background-color: #482102;
}
.BgClassName
{
background-color: #482102;
}
</style>
border-color css
<style>
span { border-color: #482102; }
span { border-color: rgb(72,33,2); }
td.TdClassName
{
border-color: #482102;
}
.TagClassName
{
border-color: #482102;
}
</style>