Shades of Brown Pod #481C07
Tints of Brown Pod #481C07
RGB
CMYK
RGB Variations
Color information
#481C07 (or 0x481C07) is known color: Brown Pod. HEX triplet: 48, 1C and 07. RGB value is (72,28,7). Sum of RGB (Red+Green+Blue) = 72+28+7=107 (14% of max value = 765). Red value is 72 (28.52% from 255 or 67.29% from 107); Green value is 28 (11.33% from 255 or 26.17% from 107); Blue value is 7 (3.12% from 255 or 6.54% from 107); Max value from RGB is 72 - color contains mainly: red. Hex color #481C07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481C07 is #B7E3F8. Grayscale: #262626. Windows color (decimal): -12051449 or 465992. OLE color: 465992.
HSL color Cylindrical-coordinate representation of color #481C07: hue angle of 19.38º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #481C07 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 28 | 7 | - |
| CMYK | 0 | 0.61 | 0.90 | 0.72 |
| HSL | 19.38º | 0.82% | 0.15% | - |
| HSV(B) | 19.38º | 0.9% | 0.28% | - |
| XYZ | 3.13 | 2.22 | 0.47 | - |
| YUV | 38.76 | 110.08 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 28 | 7 | 0 | 0.61 | 0.90 | 0.72 | 19.38 | 0.82 | 0.15 |
| Hex | 48 | 1C | 7 | 0 | 3D | 5A | 48 | 13 | 52 | F |
| Octal | 110 | 34 | 7 | 0 | 75 | 132 | 110 | 23 | 122 | 17 |
| Binary | 1001000 | 11100 | 111 | 0 | 111101 | 1011010 | 1001000 | 10011 | 1010010 | 1111 |
Color Harmonies of #481C07
Complementary color
Monochromatic Colors of #481C07
Black with #481C07
Text Example
Text Example
White with #481C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481C07; }
p { color: rgb(72,28,7); }
H1.HeaderClassName
{
color: #481C07;
}
.AnyTagClassName
{
color: #481C07;
}
</style>
background-color css
<style>
a { background-color: #481C07; }
a { background-color: rgb(72,28,7); }
div.DivClassName
{
background-color: #481C07;
}
.BgClassName
{
background-color: #481C07;
}
</style>
border-color css
<style>
span { border-color: #481C07; }
span { border-color: rgb(72,28,7); }
td.TdClassName
{
border-color: #481C07;
}
.TagClassName
{
border-color: #481C07;
}
</style>