Shades of Brown Pod #421A11
Tints of Brown Pod #421A11
RGB
CMYK
RGB Variations
Color information
#421A11 (or 0x421A11) is known color: Brown Pod. HEX triplet: 42, 1A and 11. RGB value is (66,26,17). Sum of RGB (Red+Green+Blue) = 66+26+17=109 (14% of max value = 765). Red value is 66 (26.17% from 255 or 60.55% from 109); Green value is 26 (10.55% from 255 or 23.85% from 109); Blue value is 17 (7.03% from 255 or 15.60% from 109); Max value from RGB is 66 - color contains mainly: red. Hex color #421A11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #421A11 is #BDE5EE. Grayscale: #252525. Windows color (decimal): -12445167 or 1120834. OLE color: 1120834.
HSL color Cylindrical-coordinate representation of color #421A11: hue angle of 11.02º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #421A11 is Cyan = 0, Magento = 0.61, Yellow = 0.74 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 26 | 17 | - |
| CMYK | 0 | 0.61 | 0.74 | 0.74 |
| HSL | 11.02º | 0.59% | 0.16% | - |
| HSV(B) | 11.02º | 0.74% | 0.26% | - |
| XYZ | 2.72 | 1.94 | 0.76 | - |
| YUV | 36.93 | 116.75 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 26 | 17 | 0 | 0.61 | 0.74 | 0.74 | 11.02 | 0.59 | 0.16 |
| Hex | 42 | 1A | 11 | 0 | 3D | 4A | 4A | B | 3B | 10 |
| Octal | 102 | 32 | 21 | 0 | 75 | 112 | 112 | 13 | 73 | 20 |
| Binary | 1000010 | 11010 | 10001 | 0 | 111101 | 1001010 | 1001010 | 1011 | 111011 | 10000 |
Color Harmonies of #421A11
Complementary color
Monochromatic Colors of #421A11
Black with #421A11
Text Example
Text Example
White with #421A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421A11; }
p { color: rgb(66,26,17); }
H1.HeaderClassName
{
color: #421A11;
}
.AnyTagClassName
{
color: #421A11;
}
</style>
background-color css
<style>
a { background-color: #421A11; }
a { background-color: rgb(66,26,17); }
div.DivClassName
{
background-color: #421A11;
}
.BgClassName
{
background-color: #421A11;
}
</style>
border-color css
<style>
span { border-color: #421A11; }
span { border-color: rgb(66,26,17); }
td.TdClassName
{
border-color: #421A11;
}
.TagClassName
{
border-color: #421A11;
}
</style>