Shades of Brown Pod #482103
Tints of Brown Pod #482103
RGB
CMYK
RGB Variations
Color information
#482103 (or 0x482103) is known color: Brown Pod. HEX triplet: 48, 21 and 03. RGB value is (72,33,3). Sum of RGB (Red+Green+Blue) = 72+33+3=108 (14% of max value = 765). Red value is 72 (28.52% from 255 or 66.67% from 108); Green value is 33 (13.28% from 255 or 30.56% from 108); Blue value is 3 (1.56% from 255 or 2.78% from 108); Max value from RGB is 72 - color contains mainly: red. Hex color #482103 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482103 is #B7DEFC. Grayscale: #292929. Windows color (decimal): -12050173 or 205128. OLE color: 205128.
HSL color Cylindrical-coordinate representation of color #482103: hue angle of 26.09º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #482103 is Cyan = 0, Magento = 0.54, Yellow = 0.96 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 33 | 3 | - |
| CMYK | 0 | 0.54 | 0.96 | 0.72 |
| HSL | 26.09º | 0.92% | 0.15% | - |
| HSV(B) | 26.09º | 0.96% | 0.28% | - |
| XYZ | 3.23 | 2.47 | 0.39 | - |
| YUV | 41.24 | 106.42 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 33 | 3 | 0 | 0.54 | 0.96 | 0.72 | 26.09 | 0.92 | 0.15 |
| Hex | 48 | 21 | 3 | 0 | 36 | 60 | 48 | 1A | 5C | F |
| Octal | 110 | 41 | 3 | 0 | 66 | 140 | 110 | 32 | 134 | 17 |
| Binary | 1001000 | 100001 | 11 | 0 | 110110 | 1100000 | 1001000 | 11010 | 1011100 | 1111 |
Color Harmonies of #482103
Complementary color
Monochromatic Colors of #482103
Black with #482103
Text Example
Text Example
White with #482103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482103; }
p { color: rgb(72,33,3); }
H1.HeaderClassName
{
color: #482103;
}
.AnyTagClassName
{
color: #482103;
}
</style>
background-color css
<style>
a { background-color: #482103; }
a { background-color: rgb(72,33,3); }
div.DivClassName
{
background-color: #482103;
}
.BgClassName
{
background-color: #482103;
}
</style>
border-color css
<style>
span { border-color: #482103; }
span { border-color: rgb(72,33,3); }
td.TdClassName
{
border-color: #482103;
}
.TagClassName
{
border-color: #482103;
}
</style>