Shades of Brown Pod #471C02
Tints of Brown Pod #471C02
RGB
CMYK
RGB Variations
Color information
#471C02 (or 0x471C02) is known color: Brown Pod. HEX triplet: 47, 1C and 02. RGB value is (71,28,2). Sum of RGB (Red+Green+Blue) = 71+28+2=101 (13% of max value = 765). Red value is 71 (28.12% from 255 or 70.30% from 101); Green value is 28 (11.33% from 255 or 27.72% from 101); Blue value is 2 (1.17% from 255 or 1.98% from 101); Max value from RGB is 71 - color contains mainly: red. Hex color #471C02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471C02 is #B8E3FD. Grayscale: #262626. Windows color (decimal): -12116990 or 138311. OLE color: 138311.
HSL color Cylindrical-coordinate representation of color #471C02: hue angle of 22.61º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #471C02 is Cyan = 0, Magento = 0.61, Yellow = 0.97 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 28 | 2 | - |
| CMYK | 0 | 0.61 | 0.97 | 0.72 |
| HSL | 22.61º | 0.95% | 0.14% | - |
| HSV(B) | 22.61º | 0.97% | 0.28% | - |
| XYZ | 3.02 | 2.17 | 0.32 | - |
| YUV | 37.89 | 107.75 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 28 | 2 | 0 | 0.61 | 0.97 | 0.72 | 22.61 | 0.95 | 0.14 |
| Hex | 47 | 1C | 2 | 0 | 3D | 61 | 48 | 17 | 5F | E |
| Octal | 107 | 34 | 2 | 0 | 75 | 141 | 110 | 27 | 137 | 16 |
| Binary | 1000111 | 11100 | 10 | 0 | 111101 | 1100001 | 1001000 | 10111 | 1011111 | 1110 |
Color Harmonies of #471C02
Complementary color
Monochromatic Colors of #471C02
Black with #471C02
Text Example
Text Example
White with #471C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471C02; }
p { color: rgb(71,28,2); }
H1.HeaderClassName
{
color: #471C02;
}
.AnyTagClassName
{
color: #471C02;
}
</style>
background-color css
<style>
a { background-color: #471C02; }
a { background-color: rgb(71,28,2); }
div.DivClassName
{
background-color: #471C02;
}
.BgClassName
{
background-color: #471C02;
}
</style>
border-color css
<style>
span { border-color: #471C02; }
span { border-color: rgb(71,28,2); }
td.TdClassName
{
border-color: #471C02;
}
.TagClassName
{
border-color: #471C02;
}
</style>