Shades of Brown Pod #471C01
Tints of Brown Pod #471C01
RGB
CMYK
RGB Variations
Color information
#471C01 (or 0x471C01) is known color: Brown Pod. HEX triplet: 47, 1C and 01. RGB value is (71,28,1). Sum of RGB (Red+Green+Blue) = 71+28+1=100 (13% of max value = 765). Red value is 71 (28.12% from 255 or 71% from 100); Green value is 28 (11.33% from 255 or 28% from 100); Blue value is 1 (0.78% from 255 or 1% from 100); Max value from RGB is 71 - color contains mainly: red. Hex color #471C01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471C01 is #B8E3FE. Grayscale: #252525. Windows color (decimal): -12116991 or 72775. OLE color: 72775.
HSL color Cylindrical-coordinate representation of color #471C01: hue angle of 23.14º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #471C01 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 28 | 1 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.72 |
| HSL | 23.14º | 0.97% | 0.14% | - |
| HSV(B) | 23.14º | 0.99% | 0.28% | - |
| XYZ | 3.02 | 2.17 | 0.29 | - |
| YUV | 37.78 | 107.25 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 28 | 1 | 0 | 0.61 | 0.99 | 0.72 | 23.14 | 0.97 | 0.14 |
| Hex | 47 | 1C | 1 | 0 | 3D | 63 | 48 | 17 | 61 | E |
| Octal | 107 | 34 | 1 | 0 | 75 | 143 | 110 | 27 | 141 | 16 |
| Binary | 1000111 | 11100 | 1 | 0 | 111101 | 1100011 | 1001000 | 10111 | 1100001 | 1110 |
Color Harmonies of #471C01
Complementary color
Monochromatic Colors of #471C01
Black with #471C01
Text Example
Text Example
White with #471C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471C01; }
p { color: rgb(71,28,1); }
H1.HeaderClassName
{
color: #471C01;
}
.AnyTagClassName
{
color: #471C01;
}
</style>
background-color css
<style>
a { background-color: #471C01; }
a { background-color: rgb(71,28,1); }
div.DivClassName
{
background-color: #471C01;
}
.BgClassName
{
background-color: #471C01;
}
</style>
border-color css
<style>
span { border-color: #471C01; }
span { border-color: rgb(71,28,1); }
td.TdClassName
{
border-color: #471C01;
}
.TagClassName
{
border-color: #471C01;
}
</style>