Shades of Brown Pod #471C0D
Tints of Brown Pod #471C0D
RGB
CMYK
RGB Variations
Color information
#471C0D (or 0x471C0D) is known color: Brown Pod. HEX triplet: 47, 1C and 0D. RGB value is (71,28,13). Sum of RGB (Red+Green+Blue) = 71+28+13=112 (14% of max value = 765). Red value is 71 (28.12% from 255 or 63.39% from 112); Green value is 28 (11.33% from 255 or 25% from 112); Blue value is 13 (5.47% from 255 or 11.61% from 112); Max value from RGB is 71 - color contains mainly: red. Hex color #471C0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471C0D is #B8E3F2. Grayscale: #272727. Windows color (decimal): -12116979 or 859207. OLE color: 859207.
HSL color Cylindrical-coordinate representation of color #471C0D: hue angle of 15.52º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #471C0D is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 28 | 13 | - |
| CMYK | 0 | 0.61 | 0.82 | 0.72 |
| HSL | 15.52º | 0.69% | 0.16% | - |
| HSV(B) | 15.52º | 0.82% | 0.28% | - |
| XYZ | 3.09 | 2.2 | 0.64 | - |
| YUV | 39.15 | 113.25 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 28 | 13 | 0 | 0.61 | 0.82 | 0.72 | 15.52 | 0.69 | 0.16 |
| Hex | 47 | 1C | D | 0 | 3D | 52 | 48 | 10 | 45 | 10 |
| Octal | 107 | 34 | 15 | 0 | 75 | 122 | 110 | 20 | 105 | 20 |
| Binary | 1000111 | 11100 | 1101 | 0 | 111101 | 1010010 | 1001000 | 10000 | 1000101 | 10000 |
Color Harmonies of #471C0D
Complementary color
Monochromatic Colors of #471C0D
Black with #471C0D
Text Example
Text Example
White with #471C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471C0D; }
p { color: rgb(71,28,13); }
H1.HeaderClassName
{
color: #471C0D;
}
.AnyTagClassName
{
color: #471C0D;
}
</style>
background-color css
<style>
a { background-color: #471C0D; }
a { background-color: rgb(71,28,13); }
div.DivClassName
{
background-color: #471C0D;
}
.BgClassName
{
background-color: #471C0D;
}
</style>
border-color css
<style>
span { border-color: #471C0D; }
span { border-color: rgb(71,28,13); }
td.TdClassName
{
border-color: #471C0D;
}
.TagClassName
{
border-color: #471C0D;
}
</style>