Shades of Brown Pod #481703
Tints of Brown Pod #481703
RGB
CMYK
RGB Variations
Color information
#481703 (or 0x481703) is known color: Brown Pod. HEX triplet: 48, 17 and 03. RGB value is (72,23,3). Sum of RGB (Red+Green+Blue) = 72+23+3=98 (12% of max value = 765). Red value is 72 (28.52% from 255 or 73.47% from 98); Green value is 23 (9.38% from 255 or 23.47% from 98); Blue value is 3 (1.56% from 255 or 3.06% from 98); Max value from RGB is 72 - color contains mainly: red. Hex color #481703 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481703 is #B7E8FC. Grayscale: #232323. Windows color (decimal): -12052733 or 202568. OLE color: 202568.
HSL color Cylindrical-coordinate representation of color #481703: hue angle of 17.39º 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 #481703 is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 23 | 3 | - |
| CMYK | 0 | 0.68 | 0.96 | 0.72 |
| HSL | 17.39º | 0.92% | 0.15% | - |
| HSV(B) | 17.39º | 0.96% | 0.28% | - |
| XYZ | 3 | 2 | 0.31 | - |
| YUV | 35.37 | 109.73 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 23 | 3 | 0 | 0.68 | 0.96 | 0.72 | 17.39 | 0.92 | 0.15 |
| Hex | 48 | 17 | 3 | 0 | 44 | 60 | 48 | 11 | 5C | F |
| Octal | 110 | 27 | 3 | 0 | 104 | 140 | 110 | 21 | 134 | 17 |
| Binary | 1001000 | 10111 | 11 | 0 | 1000100 | 1100000 | 1001000 | 10001 | 1011100 | 1111 |
Color Harmonies of #481703
Complementary color
Monochromatic Colors of #481703
Black with #481703
Text Example
Text Example
White with #481703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481703; }
p { color: rgb(72,23,3); }
H1.HeaderClassName
{
color: #481703;
}
.AnyTagClassName
{
color: #481703;
}
</style>
background-color css
<style>
a { background-color: #481703; }
a { background-color: rgb(72,23,3); }
div.DivClassName
{
background-color: #481703;
}
.BgClassName
{
background-color: #481703;
}
</style>
border-color css
<style>
span { border-color: #481703; }
span { border-color: rgb(72,23,3); }
td.TdClassName
{
border-color: #481703;
}
.TagClassName
{
border-color: #481703;
}
</style>