Shades of Brown Pod #422512
Tints of Brown Pod #422512
RGB
CMYK
RGB Variations
Color information
#422512 (or 0x422512) is known color: Brown Pod. HEX triplet: 42, 25 and 12. RGB value is (66,37,18). Sum of RGB (Red+Green+Blue) = 66+37+18=121 (16% of max value = 765). Red value is 66 (26.17% from 255 or 54.55% from 121); Green value is 37 (14.84% from 255 or 30.58% from 121); Blue value is 18 (7.42% from 255 or 14.88% from 121); Max value from RGB is 66 - color contains mainly: red. Hex color #422512 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422512 is #BDDAED. Grayscale: #2B2B2B. Windows color (decimal): -12442350 or 1189186. OLE color: 1189186.
HSL color Cylindrical-coordinate representation of color #422512: hue angle of 23.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 #422512 is Cyan = 0, Magento = 0.44, Yellow = 0.73 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 37 | 18 | - |
| CMYK | 0 | 0.44 | 0.73 | 0.74 |
| HSL | 23.75º | 0.57% | 0.16% | - |
| HSV(B) | 23.75º | 0.73% | 0.26% | - |
| XYZ | 3.02 | 2.53 | 0.9 | - |
| YUV | 43.51 | 113.61 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 37 | 18 | 0 | 0.44 | 0.73 | 0.74 | 23.75 | 0.57 | 0.16 |
| Hex | 42 | 25 | 12 | 0 | 2C | 49 | 4A | 18 | 39 | 10 |
| Octal | 102 | 45 | 22 | 0 | 54 | 111 | 112 | 30 | 71 | 20 |
| Binary | 1000010 | 100101 | 10010 | 0 | 101100 | 1001001 | 1001010 | 11000 | 111001 | 10000 |
Color Harmonies of #422512
Complementary color
Monochromatic Colors of #422512
Black with #422512
Text Example
Text Example
White with #422512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422512; }
p { color: rgb(66,37,18); }
H1.HeaderClassName
{
color: #422512;
}
.AnyTagClassName
{
color: #422512;
}
</style>
background-color css
<style>
a { background-color: #422512; }
a { background-color: rgb(66,37,18); }
div.DivClassName
{
background-color: #422512;
}
.BgClassName
{
background-color: #422512;
}
</style>
border-color css
<style>
span { border-color: #422512; }
span { border-color: rgb(66,37,18); }
td.TdClassName
{
border-color: #422512;
}
.TagClassName
{
border-color: #422512;
}
</style>