Shades of Brown Pod #422009
Tints of Brown Pod #422009
RGB
CMYK
RGB Variations
Color information
#422009 (or 0x422009) is known color: Brown Pod. HEX triplet: 42, 20 and 09. RGB value is (66,32,9). Sum of RGB (Red+Green+Blue) = 66+32+9=107 (14% of max value = 765). Red value is 66 (26.17% from 255 or 61.68% from 107); Green value is 32 (12.89% from 255 or 29.91% from 107); Blue value is 9 (3.91% from 255 or 8.41% from 107); Max value from RGB is 66 - color contains mainly: red. Hex color #422009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422009 is #BDDFF6. Grayscale: #272727. Windows color (decimal): -12443639 or 598082. OLE color: 598082.
HSL color Cylindrical-coordinate representation of color #422009: hue angle of 24.21º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #422009 is Cyan = 0, Magento = 0.52, Yellow = 0.86 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 32 | 9 | - |
| CMYK | 0 | 0.52 | 0.86 | 0.74 |
| HSL | 24.21º | 0.76% | 0.15% | - |
| HSV(B) | 24.21º | 0.86% | 0.26% | - |
| XYZ | 2.81 | 2.21 | 0.54 | - |
| YUV | 39.54 | 110.76 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 32 | 9 | 0 | 0.52 | 0.86 | 0.74 | 24.21 | 0.76 | 0.15 |
| Hex | 42 | 20 | 9 | 0 | 34 | 56 | 4A | 18 | 4C | F |
| Octal | 102 | 40 | 11 | 0 | 64 | 126 | 112 | 30 | 114 | 17 |
| Binary | 1000010 | 100000 | 1001 | 0 | 110100 | 1010110 | 1001010 | 11000 | 1001100 | 1111 |
Color Harmonies of #422009
Complementary color
Monochromatic Colors of #422009
Black with #422009
Text Example
Text Example
White with #422009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422009; }
p { color: rgb(66,32,9); }
H1.HeaderClassName
{
color: #422009;
}
.AnyTagClassName
{
color: #422009;
}
</style>
background-color css
<style>
a { background-color: #422009; }
a { background-color: rgb(66,32,9); }
div.DivClassName
{
background-color: #422009;
}
.BgClassName
{
background-color: #422009;
}
</style>
border-color css
<style>
span { border-color: #422009; }
span { border-color: rgb(66,32,9); }
td.TdClassName
{
border-color: #422009;
}
.TagClassName
{
border-color: #422009;
}
</style>