Shades of Brown Pod #422102
Tints of Brown Pod #422102
RGB
CMYK
RGB Variations
Color information
#422102 (or 0x422102) is known color: Brown Pod. HEX triplet: 42, 21 and 02. RGB value is (66,33,2). Sum of RGB (Red+Green+Blue) = 66+33+2=101 (13% of max value = 765). Red value is 66 (26.17% from 255 or 65.35% from 101); Green value is 33 (13.28% from 255 or 32.67% from 101); Blue value is 2 (1.17% from 255 or 1.98% from 101); Max value from RGB is 66 - color contains mainly: red. Hex color #422102 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422102 is #BDDEFD. Grayscale: #272727. Windows color (decimal): -12443390 or 139586. OLE color: 139586.
HSL color Cylindrical-coordinate representation of color #422102: hue angle of 29.06º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #422102 is Cyan = 0, Magento = 0.5, Yellow = 0.97 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 33 | 2 | - |
| CMYK | 0 | 0.5 | 0.97 | 0.74 |
| HSL | 29.06º | 0.94% | 0.13% | - |
| HSV(B) | 29.06º | 0.97% | 0.26% | - |
| XYZ | 2.8 | 2.25 | 0.34 | - |
| YUV | 39.33 | 106.93 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 33 | 2 | 0 | 0.5 | 0.97 | 0.74 | 29.06 | 0.94 | 0.13 |
| Hex | 42 | 21 | 2 | 0 | 32 | 61 | 4A | 1D | 5E | D |
| Octal | 102 | 41 | 2 | 0 | 62 | 141 | 112 | 35 | 136 | 15 |
| Binary | 1000010 | 100001 | 10 | 0 | 110010 | 1100001 | 1001010 | 11101 | 1011110 | 1101 |
Color Harmonies of #422102
Complementary color
Monochromatic Colors of #422102
Black with #422102
Text Example
Text Example
White with #422102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422102; }
p { color: rgb(66,33,2); }
H1.HeaderClassName
{
color: #422102;
}
.AnyTagClassName
{
color: #422102;
}
</style>
background-color css
<style>
a { background-color: #422102; }
a { background-color: rgb(66,33,2); }
div.DivClassName
{
background-color: #422102;
}
.BgClassName
{
background-color: #422102;
}
</style>
border-color css
<style>
span { border-color: #422102; }
span { border-color: rgb(66,33,2); }
td.TdClassName
{
border-color: #422102;
}
.TagClassName
{
border-color: #422102;
}
</style>