Shades of Brown Pod #48231D
Tints of Brown Pod #48231D
RGB
CMYK
RGB Variations
Color information
#48231D (or 0x48231D) is known color: Brown Pod. HEX triplet: 48, 23 and 1D. RGB value is (72,35,29). Sum of RGB (Red+Green+Blue) = 72+35+29=136 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.94% from 136); Green value is 35 (14.06% from 255 or 25.74% from 136); Blue value is 29 (11.72% from 255 or 21.32% from 136); Max value from RGB is 72 - color contains mainly: red. Hex color #48231D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48231D is #B7DCE2. Grayscale: #2D2D2D. Windows color (decimal): -12049635 or 1909576. OLE color: 1909576.
HSL color Cylindrical-coordinate representation of color #48231D: hue angle of 8.37º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #48231D is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 35 | 29 | - |
| CMYK | 0 | 0.51 | 0.60 | 0.72 |
| HSL | 8.37º | 0.43% | 0.2% | - |
| HSV(B) | 8.37º | 0.6% | 0.28% | - |
| XYZ | 3.5 | 2.67 | 1.49 | - |
| YUV | 45.38 | 118.76 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 35 | 29 | 0 | 0.51 | 0.60 | 0.72 | 8.37 | 0.43 | 0.2 |
| Hex | 48 | 23 | 1D | 0 | 33 | 3C | 48 | 8 | 2B | 14 |
| Octal | 110 | 43 | 35 | 0 | 63 | 74 | 110 | 10 | 53 | 24 |
| Binary | 1001000 | 100011 | 11101 | 0 | 110011 | 111100 | 1001000 | 1000 | 101011 | 10100 |
Color Harmonies of #48231D
Complementary color
Monochromatic Colors of #48231D
Black with #48231D
Text Example
Text Example
White with #48231D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48231D; }
p { color: rgb(72,35,29); }
H1.HeaderClassName
{
color: #48231D;
}
.AnyTagClassName
{
color: #48231D;
}
</style>
background-color css
<style>
a { background-color: #48231D; }
a { background-color: rgb(72,35,29); }
div.DivClassName
{
background-color: #48231D;
}
.BgClassName
{
background-color: #48231D;
}
</style>
border-color css
<style>
span { border-color: #48231D; }
span { border-color: rgb(72,35,29); }
td.TdClassName
{
border-color: #48231D;
}
.TagClassName
{
border-color: #48231D;
}
</style>