Shades of Brown Pod #421E02
Tints of Brown Pod #421E02
RGB
CMYK
RGB Variations
Color information
#421E02 (or 0x421E02) is known color: Brown Pod. HEX triplet: 42, 1E and 02. RGB value is (66,30,2). Sum of RGB (Red+Green+Blue) = 66+30+2=98 (12% of max value = 765). Red value is 66 (26.17% from 255 or 67.35% from 98); Green value is 30 (12.11% from 255 or 30.61% from 98); Blue value is 2 (1.17% from 255 or 2.04% from 98); Max value from RGB is 66 - color contains mainly: red. Hex color #421E02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #421E02 is #BDE1FD. Grayscale: #252525. Windows color (decimal): -12444158 or 138818. OLE color: 138818.
HSL color Cylindrical-coordinate representation of color #421E02: hue angle of 26.25º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #421E02 is Cyan = 0, Magento = 0.55, Yellow = 0.97 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 30 | 2 | - |
| CMYK | 0 | 0.55 | 0.97 | 0.74 |
| HSL | 26.25º | 0.94% | 0.13% | - |
| HSV(B) | 26.25º | 0.97% | 0.26% | - |
| XYZ | 2.72 | 2.09 | 0.32 | - |
| YUV | 37.57 | 107.93 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 30 | 2 | 0 | 0.55 | 0.97 | 0.74 | 26.25 | 0.94 | 0.13 |
| Hex | 42 | 1E | 2 | 0 | 37 | 61 | 4A | 1A | 5E | D |
| Octal | 102 | 36 | 2 | 0 | 67 | 141 | 112 | 32 | 136 | 15 |
| Binary | 1000010 | 11110 | 10 | 0 | 110111 | 1100001 | 1001010 | 11010 | 1011110 | 1101 |
Color Harmonies of #421E02
Complementary color
Monochromatic Colors of #421E02
Black with #421E02
Text Example
Text Example
White with #421E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421E02; }
p { color: rgb(66,30,2); }
H1.HeaderClassName
{
color: #421E02;
}
.AnyTagClassName
{
color: #421E02;
}
</style>
background-color css
<style>
a { background-color: #421E02; }
a { background-color: rgb(66,30,2); }
div.DivClassName
{
background-color: #421E02;
}
.BgClassName
{
background-color: #421E02;
}
</style>
border-color css
<style>
span { border-color: #421E02; }
span { border-color: rgb(66,30,2); }
td.TdClassName
{
border-color: #421E02;
}
.TagClassName
{
border-color: #421E02;
}
</style>