Shades of Brown Pod #42211A
Tints of Brown Pod #42211A
RGB
CMYK
RGB Variations
Color information
#42211A (or 0x42211A) is known color: Brown Pod. HEX triplet: 42, 21 and 1A. RGB value is (66,33,26). Sum of RGB (Red+Green+Blue) = 66+33+26=125 (16% of max value = 765). Red value is 66 (26.17% from 255 or 52.8% from 125); Green value is 33 (13.28% from 255 or 26.4% from 125); Blue value is 26 (10.55% from 255 or 20.8% from 125); Max value from RGB is 66 - color contains mainly: red. Hex color #42211A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42211A is #BDDEE5. Grayscale: #2A2A2A. Windows color (decimal): -12443366 or 1712450. OLE color: 1712450.
HSL color Cylindrical-coordinate representation of color #42211A: hue angle of 10.5º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #42211A is Cyan = 0, Magento = 0.5, Yellow = 0.61 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 33 | 26 | - |
| CMYK | 0 | 0.5 | 0.61 | 0.74 |
| HSL | 10.5º | 0.43% | 0.18% | - |
| HSV(B) | 10.5º | 0.61% | 0.26% | - |
| XYZ | 2.98 | 2.32 | 1.27 | - |
| YUV | 42.07 | 118.93 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 33 | 26 | 0 | 0.5 | 0.61 | 0.74 | 10.5 | 0.43 | 0.18 |
| Hex | 42 | 21 | 1A | 0 | 32 | 3D | 4A | A | 2B | 12 |
| Octal | 102 | 41 | 32 | 0 | 62 | 75 | 112 | 12 | 53 | 22 |
| Binary | 1000010 | 100001 | 11010 | 0 | 110010 | 111101 | 1001010 | 1010 | 101011 | 10010 |
Color Harmonies of #42211A
Complementary color
Monochromatic Colors of #42211A
Black with #42211A
Text Example
Text Example
White with #42211A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42211A; }
p { color: rgb(66,33,26); }
H1.HeaderClassName
{
color: #42211A;
}
.AnyTagClassName
{
color: #42211A;
}
</style>
background-color css
<style>
a { background-color: #42211A; }
a { background-color: rgb(66,33,26); }
div.DivClassName
{
background-color: #42211A;
}
.BgClassName
{
background-color: #42211A;
}
</style>
border-color css
<style>
span { border-color: #42211A; }
span { border-color: rgb(66,33,26); }
td.TdClassName
{
border-color: #42211A;
}
.TagClassName
{
border-color: #42211A;
}
</style>