Shades of Brown Pod #481B0B
Tints of Brown Pod #481B0B
RGB
CMYK
RGB Variations
Color information
#481B0B (or 0x481B0B) is known color: Brown Pod. HEX triplet: 48, 1B and 0B. RGB value is (72,27,11). Sum of RGB (Red+Green+Blue) = 72+27+11=110 (14% of max value = 765). Red value is 72 (28.52% from 255 or 65.45% from 110); Green value is 27 (10.94% from 255 or 24.55% from 110); Blue value is 11 (4.69% from 255 or 10% from 110); Max value from RGB is 72 - color contains mainly: red. Hex color #481B0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481B0B is #B7E4F4. Grayscale: #262626. Windows color (decimal): -12051701 or 727880. OLE color: 727880.
HSL color Cylindrical-coordinate representation of color #481B0B: hue angle of 15.74º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #481B0B is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 27 | 11 | - |
| CMYK | 0 | 0.62 | 0.85 | 0.72 |
| HSL | 15.74º | 0.73% | 0.16% | - |
| HSV(B) | 15.74º | 0.85% | 0.28% | - |
| XYZ | 3.12 | 2.19 | 0.57 | - |
| YUV | 38.63 | 112.41 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 27 | 11 | 0 | 0.62 | 0.85 | 0.72 | 15.74 | 0.73 | 0.16 |
| Hex | 48 | 1B | B | 0 | 3E | 55 | 48 | 10 | 49 | 10 |
| Octal | 110 | 33 | 13 | 0 | 76 | 125 | 110 | 20 | 111 | 20 |
| Binary | 1001000 | 11011 | 1011 | 0 | 111110 | 1010101 | 1001000 | 10000 | 1001001 | 10000 |
Color Harmonies of #481B0B
Complementary color
Monochromatic Colors of #481B0B
Black with #481B0B
Text Example
Text Example
White with #481B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481B0B; }
p { color: rgb(72,27,11); }
H1.HeaderClassName
{
color: #481B0B;
}
.AnyTagClassName
{
color: #481B0B;
}
</style>
background-color css
<style>
a { background-color: #481B0B; }
a { background-color: rgb(72,27,11); }
div.DivClassName
{
background-color: #481B0B;
}
.BgClassName
{
background-color: #481B0B;
}
</style>
border-color css
<style>
span { border-color: #481B0B; }
span { border-color: rgb(72,27,11); }
td.TdClassName
{
border-color: #481B0B;
}
.TagClassName
{
border-color: #481B0B;
}
</style>