Shades of Brown Pod #421E1B
Tints of Brown Pod #421E1B
RGB
CMYK
RGB Variations
Color information
#421E1B (or 0x421E1B) is known color: Brown Pod. HEX triplet: 42, 1E and 1B. RGB value is (66,30,27). Sum of RGB (Red+Green+Blue) = 66+30+27=123 (16% of max value = 765). Red value is 66 (26.17% from 255 or 53.66% from 123); Green value is 30 (12.11% from 255 or 24.39% from 123); Blue value is 27 (10.94% from 255 or 21.95% from 123); Max value from RGB is 66 - color contains mainly: red. Hex color #421E1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421E1B is #BDE1E4. Grayscale: #282828. Windows color (decimal): -12444133 or 1777218. OLE color: 1777218.
HSL color Cylindrical-coordinate representation of color #421E1B: hue angle of 4.62º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #421E1B is Cyan = 0, Magento = 0.55, Yellow = 0.59 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 30 | 27 | - |
| CMYK | 0 | 0.55 | 0.59 | 0.74 |
| HSL | 4.62º | 0.42% | 0.18% | - |
| HSV(B) | 4.62º | 0.59% | 0.26% | - |
| XYZ | 2.91 | 2.17 | 1.3 | - |
| YUV | 40.42 | 120.43 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 30 | 27 | 0 | 0.55 | 0.59 | 0.74 | 4.62 | 0.42 | 0.18 |
| Hex | 42 | 1E | 1B | 0 | 37 | 3B | 4A | 5 | 2A | 12 |
| Octal | 102 | 36 | 33 | 0 | 67 | 73 | 112 | 5 | 52 | 22 |
| Binary | 1000010 | 11110 | 11011 | 0 | 110111 | 111011 | 1001010 | 101 | 101010 | 10010 |
Color Harmonies of #421E1B
Complementary color
Monochromatic Colors of #421E1B
Black with #421E1B
Text Example
Text Example
White with #421E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421E1B; }
p { color: rgb(66,30,27); }
H1.HeaderClassName
{
color: #421E1B;
}
.AnyTagClassName
{
color: #421E1B;
}
</style>
background-color css
<style>
a { background-color: #421E1B; }
a { background-color: rgb(66,30,27); }
div.DivClassName
{
background-color: #421E1B;
}
.BgClassName
{
background-color: #421E1B;
}
</style>
border-color css
<style>
span { border-color: #421E1B; }
span { border-color: rgb(66,30,27); }
td.TdClassName
{
border-color: #421E1B;
}
.TagClassName
{
border-color: #421E1B;
}
</style>