Shades of Brown Pod #472102
Tints of Brown Pod #472102
RGB
CMYK
RGB Variations
Color information
#472102 (or 0x472102) is known color: Brown Pod. HEX triplet: 47, 21 and 02. RGB value is (71,33,2). Sum of RGB (Red+Green+Blue) = 71+33+2=106 (14% of max value = 765). Red value is 71 (28.12% from 255 or 66.98% from 106); Green value is 33 (13.28% from 255 or 31.13% from 106); Blue value is 2 (1.17% from 255 or 1.89% from 106); Max value from RGB is 71 - color contains mainly: red. Hex color #472102 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472102 is #B8DEFD. Grayscale: #282828. Windows color (decimal): -12115710 or 139591. OLE color: 139591.
HSL color Cylindrical-coordinate representation of color #472102: hue angle of 26.96º 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 #472102 is Cyan = 0, Magento = 0.54, Yellow = 0.97 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 33 | 2 | - |
| CMYK | 0 | 0.54 | 0.97 | 0.72 |
| HSL | 26.96º | 0.95% | 0.14% | - |
| HSV(B) | 26.96º | 0.97% | 0.28% | - |
| XYZ | 3.15 | 2.43 | 0.36 | - |
| YUV | 40.83 | 106.09 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 33 | 2 | 0 | 0.54 | 0.97 | 0.72 | 26.96 | 0.95 | 0.14 |
| Hex | 47 | 21 | 2 | 0 | 36 | 61 | 48 | 1B | 5F | E |
| Octal | 107 | 41 | 2 | 0 | 66 | 141 | 110 | 33 | 137 | 16 |
| Binary | 1000111 | 100001 | 10 | 0 | 110110 | 1100001 | 1001000 | 11011 | 1011111 | 1110 |
Color Harmonies of #472102
Complementary color
Monochromatic Colors of #472102
Black with #472102
Text Example
Text Example
White with #472102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472102; }
p { color: rgb(71,33,2); }
H1.HeaderClassName
{
color: #472102;
}
.AnyTagClassName
{
color: #472102;
}
</style>
background-color css
<style>
a { background-color: #472102; }
a { background-color: rgb(71,33,2); }
div.DivClassName
{
background-color: #472102;
}
.BgClassName
{
background-color: #472102;
}
</style>
border-color css
<style>
span { border-color: #472102; }
span { border-color: rgb(71,33,2); }
td.TdClassName
{
border-color: #472102;
}
.TagClassName
{
border-color: #472102;
}
</style>