Shades of Brown Pod #461812
Tints of Brown Pod #461812
RGB
CMYK
RGB Variations
Color information
#461812 (or 0x461812) is known color: Brown Pod. HEX triplet: 46, 18 and 12. RGB value is (70,24,18). Sum of RGB (Red+Green+Blue) = 70+24+18=112 (14% of max value = 765). Red value is 70 (27.73% from 255 or 62.5% from 112); Green value is 24 (9.77% from 255 or 21.43% from 112); Blue value is 18 (7.42% from 255 or 16.07% from 112); Max value from RGB is 70 - color contains mainly: red. Hex color #461812 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461812 is #B9E7ED. Grayscale: #252525. Windows color (decimal): -12183534 or 1185862. OLE color: 1185862.
HSL color Cylindrical-coordinate representation of color #461812: hue angle of 6.92º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #461812 is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 24 | 18 | - |
| CMYK | 0 | 0.66 | 0.74 | 0.73 |
| HSL | 6.92º | 0.59% | 0.17% | - |
| HSV(B) | 6.92º | 0.74% | 0.27% | - |
| XYZ | 2.96 | 2 | 0.8 | - |
| YUV | 37.07 | 117.24 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 24 | 18 | 0 | 0.66 | 0.74 | 0.73 | 6.92 | 0.59 | 0.17 |
| Hex | 46 | 18 | 12 | 0 | 42 | 4A | 49 | 7 | 3B | 11 |
| Octal | 106 | 30 | 22 | 0 | 102 | 112 | 111 | 7 | 73 | 21 |
| Binary | 1000110 | 11000 | 10010 | 0 | 1000010 | 1001010 | 1001001 | 111 | 111011 | 10001 |
Color Harmonies of #461812
Complementary color
Monochromatic Colors of #461812
Black with #461812
Text Example
Text Example
White with #461812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461812; }
p { color: rgb(70,24,18); }
H1.HeaderClassName
{
color: #461812;
}
.AnyTagClassName
{
color: #461812;
}
</style>
background-color css
<style>
a { background-color: #461812; }
a { background-color: rgb(70,24,18); }
div.DivClassName
{
background-color: #461812;
}
.BgClassName
{
background-color: #461812;
}
</style>
border-color css
<style>
span { border-color: #461812; }
span { border-color: rgb(70,24,18); }
td.TdClassName
{
border-color: #461812;
}
.TagClassName
{
border-color: #461812;
}
</style>