Shades of Brown Pod #421B13
Tints of Brown Pod #421B13
RGB
CMYK
RGB Variations
Color information
#421B13 (or 0x421B13) is known color: Brown Pod. HEX triplet: 42, 1B and 13. RGB value is (66,27,19). Sum of RGB (Red+Green+Blue) = 66+27+19=112 (14% of max value = 765). Red value is 66 (26.17% from 255 or 58.93% from 112); Green value is 27 (10.94% from 255 or 24.11% from 112); Blue value is 19 (7.81% from 255 or 16.96% from 112); Max value from RGB is 66 - color contains mainly: red. Hex color #421B13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #421B13 is #BDE4EC. Grayscale: #252525. Windows color (decimal): -12444909 or 1252162. OLE color: 1252162.
HSL color Cylindrical-coordinate representation of color #421B13: hue angle of 10.21º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #421B13 is Cyan = 0, Magento = 0.59, Yellow = 0.71 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 27 | 19 | - |
| CMYK | 0 | 0.59 | 0.71 | 0.74 |
| HSL | 10.21º | 0.55% | 0.17% | - |
| HSV(B) | 10.21º | 0.71% | 0.26% | - |
| XYZ | 2.76 | 1.99 | 0.85 | - |
| YUV | 37.75 | 117.42 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 27 | 19 | 0 | 0.59 | 0.71 | 0.74 | 10.21 | 0.55 | 0.17 |
| Hex | 42 | 1B | 13 | 0 | 3B | 47 | 4A | A | 37 | 11 |
| Octal | 102 | 33 | 23 | 0 | 73 | 107 | 112 | 12 | 67 | 21 |
| Binary | 1000010 | 11011 | 10011 | 0 | 111011 | 1000111 | 1001010 | 1010 | 110111 | 10001 |
Color Harmonies of #421B13
Complementary color
Monochromatic Colors of #421B13
Black with #421B13
Text Example
Text Example
White with #421B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421B13; }
p { color: rgb(66,27,19); }
H1.HeaderClassName
{
color: #421B13;
}
.AnyTagClassName
{
color: #421B13;
}
</style>
background-color css
<style>
a { background-color: #421B13; }
a { background-color: rgb(66,27,19); }
div.DivClassName
{
background-color: #421B13;
}
.BgClassName
{
background-color: #421B13;
}
</style>
border-color css
<style>
span { border-color: #421B13; }
span { border-color: rgb(66,27,19); }
td.TdClassName
{
border-color: #421B13;
}
.TagClassName
{
border-color: #421B13;
}
</style>