Shades of Brown Pod #42261F
Tints of Brown Pod #42261F
RGB
CMYK
RGB Variations
Color information
#42261F (or 0x42261F) is known color: Brown Pod. HEX triplet: 42, 26 and 1F. RGB value is (66,38,31). Sum of RGB (Red+Green+Blue) = 66+38+31=135 (17% of max value = 765). Red value is 66 (26.17% from 255 or 48.89% from 135); Green value is 38 (15.23% from 255 or 28.15% from 135); Blue value is 31 (12.5% from 255 or 22.96% from 135); Max value from RGB is 66 - color contains mainly: red. Hex color #42261F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42261F is #BDD9E0. Grayscale: #2D2D2D. Windows color (decimal): -12442081 or 2041410. OLE color: 2041410.
HSL color Cylindrical-coordinate representation of color #42261F: hue angle of 12º degrees, saturation: 0.36, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #42261F is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 38 | 31 | - |
| CMYK | 0 | 0.42 | 0.53 | 0.74 |
| HSL | 12º | 0.36% | 0.19% | - |
| HSV(B) | 12º | 0.53% | 0.26% | - |
| XYZ | 3.19 | 2.64 | 1.64 | - |
| YUV | 45.57 | 119.78 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 38 | 31 | 0 | 0.42 | 0.53 | 0.74 | 12 | 0.36 | 0.19 |
| Hex | 42 | 26 | 1F | 0 | 2A | 35 | 4A | C | 24 | 13 |
| Octal | 102 | 46 | 37 | 0 | 52 | 65 | 112 | 14 | 44 | 23 |
| Binary | 1000010 | 100110 | 11111 | 0 | 101010 | 110101 | 1001010 | 1100 | 100100 | 10011 |
Color Harmonies of #42261F
Complementary color
Monochromatic Colors of #42261F
Black with #42261F
Text Example
Text Example
White with #42261F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42261F; }
p { color: rgb(66,38,31); }
H1.HeaderClassName
{
color: #42261F;
}
.AnyTagClassName
{
color: #42261F;
}
</style>
background-color css
<style>
a { background-color: #42261F; }
a { background-color: rgb(66,38,31); }
div.DivClassName
{
background-color: #42261F;
}
.BgClassName
{
background-color: #42261F;
}
</style>
border-color css
<style>
span { border-color: #42261F; }
span { border-color: rgb(66,38,31); }
td.TdClassName
{
border-color: #42261F;
}
.TagClassName
{
border-color: #42261F;
}
</style>