Shades of Brown Pod #421912
Tints of Brown Pod #421912
RGB
CMYK
RGB Variations
Color information
#421912 (or 0x421912) is known color: Brown Pod. HEX triplet: 42, 19 and 12. RGB value is (66,25,18). Sum of RGB (Red+Green+Blue) = 66+25+18=109 (14% of max value = 765). Red value is 66 (26.17% from 255 or 60.55% from 109); Green value is 25 (10.16% from 255 or 22.94% from 109); Blue value is 18 (7.42% from 255 or 16.51% from 109); Max value from RGB is 66 - color contains mainly: red. Hex color #421912 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421912 is #BDE6ED. Grayscale: #242424. Windows color (decimal): -12445422 or 1186114. OLE color: 1186114.
HSL color Cylindrical-coordinate representation of color #421912: hue angle of 8.75º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #421912 is Cyan = 0, Magento = 0.62, Yellow = 0.73 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 25 | 18 | - |
| CMYK | 0 | 0.62 | 0.73 | 0.74 |
| HSL | 8.75º | 0.57% | 0.16% | - |
| HSV(B) | 8.75º | 0.73% | 0.26% | - |
| XYZ | 2.7 | 1.9 | 0.8 | - |
| YUV | 36.46 | 117.58 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 25 | 18 | 0 | 0.62 | 0.73 | 0.74 | 8.75 | 0.57 | 0.16 |
| Hex | 42 | 19 | 12 | 0 | 3E | 49 | 4A | 9 | 39 | 10 |
| Octal | 102 | 31 | 22 | 0 | 76 | 111 | 112 | 11 | 71 | 20 |
| Binary | 1000010 | 11001 | 10010 | 0 | 111110 | 1001001 | 1001010 | 1001 | 111001 | 10000 |
Color Harmonies of #421912
Complementary color
Monochromatic Colors of #421912
Black with #421912
Text Example
Text Example
White with #421912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421912; }
p { color: rgb(66,25,18); }
H1.HeaderClassName
{
color: #421912;
}
.AnyTagClassName
{
color: #421912;
}
</style>
background-color css
<style>
a { background-color: #421912; }
a { background-color: rgb(66,25,18); }
div.DivClassName
{
background-color: #421912;
}
.BgClassName
{
background-color: #421912;
}
</style>
border-color css
<style>
span { border-color: #421912; }
span { border-color: rgb(66,25,18); }
td.TdClassName
{
border-color: #421912;
}
.TagClassName
{
border-color: #421912;
}
</style>