Shades of Brown Pod #482303
Tints of Brown Pod #482303
RGB
CMYK
RGB Variations
Color information
#482303 (or 0x482303) is known color: Brown Pod. HEX triplet: 48, 23 and 03. RGB value is (72,35,3). Sum of RGB (Red+Green+Blue) = 72+35+3=110 (14% of max value = 765). Red value is 72 (28.52% from 255 or 65.45% from 110); Green value is 35 (14.06% from 255 or 31.82% from 110); Blue value is 3 (1.56% from 255 or 2.73% from 110); Max value from RGB is 72 - color contains mainly: red. Hex color #482303 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482303 is #B7DCFC. Grayscale: #2A2A2A. Windows color (decimal): -12049661 or 205640. OLE color: 205640.
HSL color Cylindrical-coordinate representation of color #482303: hue angle of 27.83º 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 #482303 is Cyan = 0, Magento = 0.51, Yellow = 0.96 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 35 | 3 | - |
| CMYK | 0 | 0.51 | 0.96 | 0.72 |
| HSL | 27.83º | 0.92% | 0.15% | - |
| HSV(B) | 27.83º | 0.96% | 0.28% | - |
| XYZ | 3.29 | 2.59 | 0.41 | - |
| YUV | 42.42 | 105.76 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 35 | 3 | 0 | 0.51 | 0.96 | 0.72 | 27.83 | 0.92 | 0.15 |
| Hex | 48 | 23 | 3 | 0 | 33 | 60 | 48 | 1C | 5C | F |
| Octal | 110 | 43 | 3 | 0 | 63 | 140 | 110 | 34 | 134 | 17 |
| Binary | 1001000 | 100011 | 11 | 0 | 110011 | 1100000 | 1001000 | 11100 | 1011100 | 1111 |
Color Harmonies of #482303
Complementary color
Monochromatic Colors of #482303
Black with #482303
Text Example
Text Example
White with #482303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482303; }
p { color: rgb(72,35,3); }
H1.HeaderClassName
{
color: #482303;
}
.AnyTagClassName
{
color: #482303;
}
</style>
background-color css
<style>
a { background-color: #482303; }
a { background-color: rgb(72,35,3); }
div.DivClassName
{
background-color: #482303;
}
.BgClassName
{
background-color: #482303;
}
</style>
border-color css
<style>
span { border-color: #482303; }
span { border-color: rgb(72,35,3); }
td.TdClassName
{
border-color: #482303;
}
.TagClassName
{
border-color: #482303;
}
</style>