Shades of Brown Pod #421C08
Tints of Brown Pod #421C08
RGB
CMYK
RGB Variations
Color information
#421C08 (or 0x421C08) is known color: Brown Pod. HEX triplet: 42, 1C and 08. RGB value is (66,28,8). Sum of RGB (Red+Green+Blue) = 66+28+8=102 (13% of max value = 765). Red value is 66 (26.17% from 255 or 64.71% from 102); Green value is 28 (11.33% from 255 or 27.45% from 102); Blue value is 8 (3.52% from 255 or 7.84% from 102); Max value from RGB is 66 - color contains mainly: red. Hex color #421C08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #421C08 is #BDE3F7. Grayscale: #252525. Windows color (decimal): -12444664 or 531522. OLE color: 531522.
HSL color Cylindrical-coordinate representation of color #421C08: hue angle of 20.69º degrees, saturation: 0.78, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #421C08 is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 28 | 8 | - |
| CMYK | 0 | 0.58 | 0.88 | 0.74 |
| HSL | 20.69º | 0.78% | 0.15% | - |
| HSV(B) | 20.69º | 0.88% | 0.26% | - |
| XYZ | 2.71 | 2.01 | 0.47 | - |
| YUV | 37.08 | 111.59 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 28 | 8 | 0 | 0.58 | 0.88 | 0.74 | 20.69 | 0.78 | 0.15 |
| Hex | 42 | 1C | 8 | 0 | 3A | 58 | 4A | 15 | 4E | F |
| Octal | 102 | 34 | 10 | 0 | 72 | 130 | 112 | 25 | 116 | 17 |
| Binary | 1000010 | 11100 | 1000 | 0 | 111010 | 1011000 | 1001010 | 10101 | 1001110 | 1111 |
Color Harmonies of #421C08
Complementary color
Monochromatic Colors of #421C08
Black with #421C08
Text Example
Text Example
White with #421C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421C08; }
p { color: rgb(66,28,8); }
H1.HeaderClassName
{
color: #421C08;
}
.AnyTagClassName
{
color: #421C08;
}
</style>
background-color css
<style>
a { background-color: #421C08; }
a { background-color: rgb(66,28,8); }
div.DivClassName
{
background-color: #421C08;
}
.BgClassName
{
background-color: #421C08;
}
</style>
border-color css
<style>
span { border-color: #421C08; }
span { border-color: rgb(66,28,8); }
td.TdClassName
{
border-color: #421C08;
}
.TagClassName
{
border-color: #421C08;
}
</style>