Shades of Brown Pod #461C01
Tints of Brown Pod #461C01
RGB
CMYK
RGB Variations
Color information
#461C01 (or 0x461C01) is known color: Brown Pod. HEX triplet: 46, 1C and 01. RGB value is (70,28,1). Sum of RGB (Red+Green+Blue) = 70+28+1=99 (13% of max value = 765). Red value is 70 (27.73% from 255 or 70.71% from 99); Green value is 28 (11.33% from 255 or 28.28% from 99); Blue value is 1 (0.78% from 255 or 1.01% from 99); Max value from RGB is 70 - color contains mainly: red. Hex color #461C01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461C01 is #B9E3FE. Grayscale: #252525. Windows color (decimal): -12182527 or 72774. OLE color: 72774.
HSL color Cylindrical-coordinate representation of color #461C01: hue angle of 23.48º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #461C01 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 28 | 1 | - |
| CMYK | 0 | 0.60 | 0.99 | 0.73 |
| HSL | 23.48º | 0.97% | 0.14% | - |
| HSV(B) | 23.48º | 0.99% | 0.27% | - |
| XYZ | 2.95 | 2.13 | 0.29 | - |
| YUV | 37.48 | 107.41 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 28 | 1 | 0 | 0.60 | 0.99 | 0.73 | 23.48 | 0.97 | 0.14 |
| Hex | 46 | 1C | 1 | 0 | 3C | 63 | 49 | 17 | 61 | E |
| Octal | 106 | 34 | 1 | 0 | 74 | 143 | 111 | 27 | 141 | 16 |
| Binary | 1000110 | 11100 | 1 | 0 | 111100 | 1100011 | 1001001 | 10111 | 1100001 | 1110 |
Color Harmonies of #461C01
Complementary color
Monochromatic Colors of #461C01
Black with #461C01
Text Example
Text Example
White with #461C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461C01; }
p { color: rgb(70,28,1); }
H1.HeaderClassName
{
color: #461C01;
}
.AnyTagClassName
{
color: #461C01;
}
</style>
background-color css
<style>
a { background-color: #461C01; }
a { background-color: rgb(70,28,1); }
div.DivClassName
{
background-color: #461C01;
}
.BgClassName
{
background-color: #461C01;
}
</style>
border-color css
<style>
span { border-color: #461C01; }
span { border-color: rgb(70,28,1); }
td.TdClassName
{
border-color: #461C01;
}
.TagClassName
{
border-color: #461C01;
}
</style>