Shades of Brown Pod #421B0B
Tints of Brown Pod #421B0B
RGB
CMYK
RGB Variations
Color information
#421B0B (or 0x421B0B) is known color: Brown Pod. HEX triplet: 42, 1B and 0B. RGB value is (66,27,11). Sum of RGB (Red+Green+Blue) = 66+27+11=104 (13% of max value = 765). Red value is 66 (26.17% from 255 or 63.46% from 104); Green value is 27 (10.94% from 255 or 25.96% from 104); Blue value is 11 (4.69% from 255 or 10.58% from 104); Max value from RGB is 66 - color contains mainly: red. Hex color #421B0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #421B0B is #BDE4F4. Grayscale: #242424. Windows color (decimal): -12444917 or 727874. OLE color: 727874.
HSL color Cylindrical-coordinate representation of color #421B0B: hue angle of 17.45º 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 #421B0B is Cyan = 0, Magento = 0.59, Yellow = 0.83 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 27 | 11 | - |
| CMYK | 0 | 0.59 | 0.83 | 0.74 |
| HSL | 17.45º | 0.71% | 0.15% | - |
| HSV(B) | 17.45º | 0.83% | 0.26% | - |
| XYZ | 2.7 | 1.97 | 0.55 | - |
| YUV | 36.84 | 113.42 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 27 | 11 | 0 | 0.59 | 0.83 | 0.74 | 17.45 | 0.71 | 0.15 |
| Hex | 42 | 1B | B | 0 | 3B | 53 | 4A | 11 | 47 | F |
| Octal | 102 | 33 | 13 | 0 | 73 | 123 | 112 | 21 | 107 | 17 |
| Binary | 1000010 | 11011 | 1011 | 0 | 111011 | 1010011 | 1001010 | 10001 | 1000111 | 1111 |
Color Harmonies of #421B0B
Complementary color
Monochromatic Colors of #421B0B
Black with #421B0B
Text Example
Text Example
White with #421B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421B0B; }
p { color: rgb(66,27,11); }
H1.HeaderClassName
{
color: #421B0B;
}
.AnyTagClassName
{
color: #421B0B;
}
</style>
background-color css
<style>
a { background-color: #421B0B; }
a { background-color: rgb(66,27,11); }
div.DivClassName
{
background-color: #421B0B;
}
.BgClassName
{
background-color: #421B0B;
}
</style>
border-color css
<style>
span { border-color: #421B0B; }
span { border-color: rgb(66,27,11); }
td.TdClassName
{
border-color: #421B0B;
}
.TagClassName
{
border-color: #421B0B;
}
</style>