Shades of Brown Pod #42190B
Tints of Brown Pod #42190B
RGB
CMYK
RGB Variations
Color information
#42190B (or 0x42190B) is known color: Brown Pod. HEX triplet: 42, 19 and 0B. RGB value is (66,25,11). Sum of RGB (Red+Green+Blue) = 66+25+11=102 (13% of max value = 765). Red value is 66 (26.17% from 255 or 64.71% from 102); Green value is 25 (10.16% from 255 or 24.51% from 102); Blue value is 11 (4.69% from 255 or 10.78% from 102); Max value from RGB is 66 - color contains mainly: red. Hex color #42190B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42190B is #BDE6F4. Grayscale: #232323. Windows color (decimal): -12445429 or 727362. OLE color: 727362.
HSL color Cylindrical-coordinate representation of color #42190B: hue angle of 15.27º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #42190B is Cyan = 0, Magento = 0.62, Yellow = 0.83 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 25 | 11 | - |
| CMYK | 0 | 0.62 | 0.83 | 0.74 |
| HSL | 15.27º | 0.71% | 0.15% | - |
| HSV(B) | 15.27º | 0.83% | 0.26% | - |
| XYZ | 2.65 | 1.88 | 0.54 | - |
| YUV | 35.66 | 114.08 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 25 | 11 | 0 | 0.62 | 0.83 | 0.74 | 15.27 | 0.71 | 0.15 |
| Hex | 42 | 19 | B | 0 | 3E | 53 | 4A | F | 47 | F |
| Octal | 102 | 31 | 13 | 0 | 76 | 123 | 112 | 17 | 107 | 17 |
| Binary | 1000010 | 11001 | 1011 | 0 | 111110 | 1010011 | 1001010 | 1111 | 1000111 | 1111 |
Color Harmonies of #42190B
Complementary color
Monochromatic Colors of #42190B
Black with #42190B
Text Example
Text Example
White with #42190B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42190B; }
p { color: rgb(66,25,11); }
H1.HeaderClassName
{
color: #42190B;
}
.AnyTagClassName
{
color: #42190B;
}
</style>
background-color css
<style>
a { background-color: #42190B; }
a { background-color: rgb(66,25,11); }
div.DivClassName
{
background-color: #42190B;
}
.BgClassName
{
background-color: #42190B;
}
</style>
border-color css
<style>
span { border-color: #42190B; }
span { border-color: rgb(66,25,11); }
td.TdClassName
{
border-color: #42190B;
}
.TagClassName
{
border-color: #42190B;
}
</style>