Shades of Brown Pod #472203
Tints of Brown Pod #472203
RGB
CMYK
RGB Variations
Color information
#472203 (or 0x472203) is known color: Brown Pod. HEX triplet: 47, 22 and 03. RGB value is (71,34,3). Sum of RGB (Red+Green+Blue) = 71+34+3=108 (14% of max value = 765). Red value is 71 (28.12% from 255 or 65.74% from 108); Green value is 34 (13.67% from 255 or 31.48% from 108); Blue value is 3 (1.56% from 255 or 2.78% from 108); Max value from RGB is 71 - color contains mainly: red. Hex color #472203 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472203 is #B8DDFC. Grayscale: #292929. Windows color (decimal): -12115453 or 205383. OLE color: 205383.
HSL color Cylindrical-coordinate representation of color #472203: hue angle of 27.35º 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 #472203 is Cyan = 0, Magento = 0.52, Yellow = 0.96 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 34 | 3 | - |
| CMYK | 0 | 0.52 | 0.96 | 0.72 |
| HSL | 27.35º | 0.92% | 0.15% | - |
| HSV(B) | 27.35º | 0.96% | 0.28% | - |
| XYZ | 3.19 | 2.49 | 0.4 | - |
| YUV | 41.53 | 106.26 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 34 | 3 | 0 | 0.52 | 0.96 | 0.72 | 27.35 | 0.92 | 0.15 |
| Hex | 47 | 22 | 3 | 0 | 34 | 60 | 48 | 1B | 5C | F |
| Octal | 107 | 42 | 3 | 0 | 64 | 140 | 110 | 33 | 134 | 17 |
| Binary | 1000111 | 100010 | 11 | 0 | 110100 | 1100000 | 1001000 | 11011 | 1011100 | 1111 |
Color Harmonies of #472203
Complementary color
Monochromatic Colors of #472203
Black with #472203
Text Example
Text Example
White with #472203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472203; }
p { color: rgb(71,34,3); }
H1.HeaderClassName
{
color: #472203;
}
.AnyTagClassName
{
color: #472203;
}
</style>
background-color css
<style>
a { background-color: #472203; }
a { background-color: rgb(71,34,3); }
div.DivClassName
{
background-color: #472203;
}
.BgClassName
{
background-color: #472203;
}
</style>
border-color css
<style>
span { border-color: #472203; }
span { border-color: rgb(71,34,3); }
td.TdClassName
{
border-color: #472203;
}
.TagClassName
{
border-color: #472203;
}
</style>