Shades of Brown Pod #481B07
Tints of Brown Pod #481B07
RGB
CMYK
RGB Variations
Color information
#481B07 (or 0x481B07) is known color: Brown Pod. HEX triplet: 48, 1B and 07. RGB value is (72,27,7). Sum of RGB (Red+Green+Blue) = 72+27+7=106 (14% of max value = 765). Red value is 72 (28.52% from 255 or 67.92% from 106); Green value is 27 (10.94% from 255 or 25.47% from 106); Blue value is 7 (3.12% from 255 or 6.60% from 106); Max value from RGB is 72 - color contains mainly: red. Hex color #481B07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481B07 is #B7E4F8. Grayscale: #262626. Windows color (decimal): -12051705 or 465736. OLE color: 465736.
HSL color Cylindrical-coordinate representation of color #481B07: hue angle of 18.46º 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 #481B07 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 27 | 7 | - |
| CMYK | 0 | 0.62 | 0.90 | 0.72 |
| HSL | 18.46º | 0.82% | 0.15% | - |
| HSV(B) | 18.46º | 0.9% | 0.28% | - |
| XYZ | 3.1 | 2.18 | 0.46 | - |
| YUV | 38.18 | 110.41 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 27 | 7 | 0 | 0.62 | 0.90 | 0.72 | 18.46 | 0.82 | 0.15 |
| Hex | 48 | 1B | 7 | 0 | 3E | 5A | 48 | 12 | 52 | F |
| Octal | 110 | 33 | 7 | 0 | 76 | 132 | 110 | 22 | 122 | 17 |
| Binary | 1001000 | 11011 | 111 | 0 | 111110 | 1011010 | 1001000 | 10010 | 1010010 | 1111 |
Color Harmonies of #481B07
Complementary color
Monochromatic Colors of #481B07
Black with #481B07
Text Example
Text Example
White with #481B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481B07; }
p { color: rgb(72,27,7); }
H1.HeaderClassName
{
color: #481B07;
}
.AnyTagClassName
{
color: #481B07;
}
</style>
background-color css
<style>
a { background-color: #481B07; }
a { background-color: rgb(72,27,7); }
div.DivClassName
{
background-color: #481B07;
}
.BgClassName
{
background-color: #481B07;
}
</style>
border-color css
<style>
span { border-color: #481B07; }
span { border-color: rgb(72,27,7); }
td.TdClassName
{
border-color: #481B07;
}
.TagClassName
{
border-color: #481B07;
}
</style>