Shades of Brown Pod #42261C
Tints of Brown Pod #42261C
RGB
CMYK
RGB Variations
Color information
#42261C (or 0x42261C) is known color: Brown Pod. HEX triplet: 42, 26 and 1C. RGB value is (66,38,28). Sum of RGB (Red+Green+Blue) = 66+38+28=132 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50% from 132); Green value is 38 (15.23% from 255 or 28.79% from 132); Blue value is 28 (11.33% from 255 or 21.21% from 132); Max value from RGB is 66 - color contains mainly: red. Hex color #42261C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42261C is #BDD9E3. Grayscale: #2D2D2D. Windows color (decimal): -12442084 or 1844802. OLE color: 1844802.
HSL color Cylindrical-coordinate representation of color #42261C: hue angle of 15.79º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #42261C is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 38 | 28 | - |
| CMYK | 0 | 0.42 | 0.58 | 0.74 |
| HSL | 15.79º | 0.4% | 0.18% | - |
| HSV(B) | 15.79º | 0.58% | 0.26% | - |
| XYZ | 3.15 | 2.63 | 1.44 | - |
| YUV | 45.23 | 118.28 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 38 | 28 | 0 | 0.42 | 0.58 | 0.74 | 15.79 | 0.4 | 0.18 |
| Hex | 42 | 26 | 1C | 0 | 2A | 3A | 4A | 10 | 28 | 12 |
| Octal | 102 | 46 | 34 | 0 | 52 | 72 | 112 | 20 | 50 | 22 |
| Binary | 1000010 | 100110 | 11100 | 0 | 101010 | 111010 | 1001010 | 10000 | 101000 | 10010 |
Color Harmonies of #42261C
Complementary color
Monochromatic Colors of #42261C
Black with #42261C
Text Example
Text Example
White with #42261C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42261C; }
p { color: rgb(66,38,28); }
H1.HeaderClassName
{
color: #42261C;
}
.AnyTagClassName
{
color: #42261C;
}
</style>
background-color css
<style>
a { background-color: #42261C; }
a { background-color: rgb(66,38,28); }
div.DivClassName
{
background-color: #42261C;
}
.BgClassName
{
background-color: #42261C;
}
</style>
border-color css
<style>
span { border-color: #42261C; }
span { border-color: rgb(66,38,28); }
td.TdClassName
{
border-color: #42261C;
}
.TagClassName
{
border-color: #42261C;
}
</style>