Shades of Brown Pod #42210C
Tints of Brown Pod #42210C
RGB
CMYK
RGB Variations
Color information
#42210C (or 0x42210C) is known color: Brown Pod. HEX triplet: 42, 21 and 0C. RGB value is (66,33,12). Sum of RGB (Red+Green+Blue) = 66+33+12=111 (14% of max value = 765). Red value is 66 (26.17% from 255 or 59.46% from 111); Green value is 33 (13.28% from 255 or 29.73% from 111); Blue value is 12 (5.08% from 255 or 10.81% from 111); Max value from RGB is 66 - color contains mainly: red. Hex color #42210C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42210C is #BDDEF3. Grayscale: #282828. Windows color (decimal): -12443380 or 794946. OLE color: 794946.
HSL color Cylindrical-coordinate representation of color #42210C: hue angle of 23.33º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #42210C is Cyan = 0, Magento = 0.5, Yellow = 0.82 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 33 | 12 | - |
| CMYK | 0 | 0.5 | 0.82 | 0.74 |
| HSL | 23.33º | 0.69% | 0.15% | - |
| HSV(B) | 23.33º | 0.82% | 0.26% | - |
| XYZ | 2.86 | 2.27 | 0.64 | - |
| YUV | 40.47 | 111.93 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 33 | 12 | 0 | 0.5 | 0.82 | 0.74 | 23.33 | 0.69 | 0.15 |
| Hex | 42 | 21 | C | 0 | 32 | 52 | 4A | 17 | 45 | F |
| Octal | 102 | 41 | 14 | 0 | 62 | 122 | 112 | 27 | 105 | 17 |
| Binary | 1000010 | 100001 | 1100 | 0 | 110010 | 1010010 | 1001010 | 10111 | 1000101 | 1111 |
Color Harmonies of #42210C
Complementary color
Monochromatic Colors of #42210C
Black with #42210C
Text Example
Text Example
White with #42210C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42210C; }
p { color: rgb(66,33,12); }
H1.HeaderClassName
{
color: #42210C;
}
.AnyTagClassName
{
color: #42210C;
}
</style>
background-color css
<style>
a { background-color: #42210C; }
a { background-color: rgb(66,33,12); }
div.DivClassName
{
background-color: #42210C;
}
.BgClassName
{
background-color: #42210C;
}
</style>
border-color css
<style>
span { border-color: #42210C; }
span { border-color: rgb(66,33,12); }
td.TdClassName
{
border-color: #42210C;
}
.TagClassName
{
border-color: #42210C;
}
</style>