Shades of Brown Pod #481B00
Tints of Brown Pod #481B00
RGB
CMYK
RGB Variations
Color information
#481B00 (or 0x481B00) is known color: Brown Pod. HEX triplet: 48, 1B and 00. RGB value is (72,27,0). Sum of RGB (Red+Green+Blue) = 72+27+0=99 (13% of max value = 765). Red value is 72 (28.52% from 255 or 72.73% from 99); Green value is 27 (10.94% from 255 or 27.27% from 99); Blue value is 0 (0.39% from 255 or 0% from 99); Max value from RGB is 72 - color contains mainly: red. Hex color #481B00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481B00 is #B7E4FF. Grayscale: #252525. Windows color (decimal): -12051712 or 6984. OLE color: 6984.
HSL color Cylindrical-coordinate representation of color #481B00: hue angle of 22.5º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #481B00 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 27 | 0 | - |
| CMYK | 0 | 0.62 | 1 | 0.72 |
| HSL | 22.5º | 1% | 0.14% | - |
| HSV(B) | 22.5º | 1% | 0.28% | - |
| XYZ | 3.06 | 2.16 | 0.26 | - |
| YUV | 37.38 | 106.91 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 27 | 0 | 0 | 0.62 | 1 | 0.72 | 22.5 | 1 | 0.14 |
| Hex | 48 | 1B | 0 | 0 | 3E | 64 | 48 | 16 | 64 | E |
| Octal | 110 | 33 | 0 | 0 | 76 | 144 | 110 | 26 | 144 | 16 |
| Binary | 1001000 | 11011 | 0 | 0 | 111110 | 1100100 | 1001000 | 10110 | 1100100 | 1110 |
Color Harmonies of #481B00
Complementary color
Monochromatic Colors of #481B00
Black with #481B00
Text Example
Text Example
White with #481B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481B00; }
p { color: rgb(72,27,0); }
H1.HeaderClassName
{
color: #481B00;
}
.AnyTagClassName
{
color: #481B00;
}
</style>
background-color css
<style>
a { background-color: #481B00; }
a { background-color: rgb(72,27,0); }
div.DivClassName
{
background-color: #481B00;
}
.BgClassName
{
background-color: #481B00;
}
</style>
border-color css
<style>
span { border-color: #481B00; }
span { border-color: rgb(72,27,0); }
td.TdClassName
{
border-color: #481B00;
}
.TagClassName
{
border-color: #481B00;
}
</style>