Shades of Brown Pod #481C03
Tints of Brown Pod #481C03
RGB
CMYK
RGB Variations
Color information
#481C03 (or 0x481C03) is known color: Brown Pod. HEX triplet: 48, 1C and 03. RGB value is (72,28,3). Sum of RGB (Red+Green+Blue) = 72+28+3=103 (13% of max value = 765). Red value is 72 (28.52% from 255 or 69.90% from 103); Green value is 28 (11.33% from 255 or 27.18% from 103); Blue value is 3 (1.56% from 255 or 2.91% from 103); Max value from RGB is 72 - color contains mainly: red. Hex color #481C03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481C03 is #B7E3FC. Grayscale: #262626. Windows color (decimal): -12051453 or 203848. OLE color: 203848.
HSL color Cylindrical-coordinate representation of color #481C03: hue angle of 21.74º 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 #481C03 is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 28 | 3 | - |
| CMYK | 0 | 0.61 | 0.96 | 0.72 |
| HSL | 21.74º | 0.92% | 0.15% | - |
| HSV(B) | 21.74º | 0.96% | 0.28% | - |
| XYZ | 3.1 | 2.21 | 0.35 | - |
| YUV | 38.31 | 108.08 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 28 | 3 | 0 | 0.61 | 0.96 | 0.72 | 21.74 | 0.92 | 0.15 |
| Hex | 48 | 1C | 3 | 0 | 3D | 60 | 48 | 16 | 5C | F |
| Octal | 110 | 34 | 3 | 0 | 75 | 140 | 110 | 26 | 134 | 17 |
| Binary | 1001000 | 11100 | 11 | 0 | 111101 | 1100000 | 1001000 | 10110 | 1011100 | 1111 |
Color Harmonies of #481C03
Complementary color
Monochromatic Colors of #481C03
Black with #481C03
Text Example
Text Example
White with #481C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481C03; }
p { color: rgb(72,28,3); }
H1.HeaderClassName
{
color: #481C03;
}
.AnyTagClassName
{
color: #481C03;
}
</style>
background-color css
<style>
a { background-color: #481C03; }
a { background-color: rgb(72,28,3); }
div.DivClassName
{
background-color: #481C03;
}
.BgClassName
{
background-color: #481C03;
}
</style>
border-color css
<style>
span { border-color: #481C03; }
span { border-color: rgb(72,28,3); }
td.TdClassName
{
border-color: #481C03;
}
.TagClassName
{
border-color: #481C03;
}
</style>