Shades of Brown Pod #461F01
Tints of Brown Pod #461F01
RGB
CMYK
RGB Variations
Color information
#461F01 (or 0x461F01) is known color: Brown Pod. HEX triplet: 46, 1F and 01. RGB value is (70,31,1). Sum of RGB (Red+Green+Blue) = 70+31+1=102 (13% of max value = 765). Red value is 70 (27.73% from 255 or 68.63% from 102); Green value is 31 (12.5% from 255 or 30.39% from 102); Blue value is 1 (0.78% from 255 or 0.98% from 102); Max value from RGB is 70 - color contains mainly: red. Hex color #461F01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461F01 is #B9E0FE. Grayscale: #272727. Windows color (decimal): -12181759 or 73542. OLE color: 73542.
HSL color Cylindrical-coordinate representation of color #461F01: hue angle of 26.09º 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 #461F01 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 31 | 1 | - |
| CMYK | 0 | 0.56 | 0.99 | 0.73 |
| HSL | 26.09º | 0.97% | 0.14% | - |
| HSV(B) | 26.09º | 0.99% | 0.27% | - |
| XYZ | 3.02 | 2.28 | 0.31 | - |
| YUV | 39.24 | 106.42 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 31 | 1 | 0 | 0.56 | 0.99 | 0.73 | 26.09 | 0.97 | 0.14 |
| Hex | 46 | 1F | 1 | 0 | 38 | 63 | 49 | 1A | 61 | E |
| Octal | 106 | 37 | 1 | 0 | 70 | 143 | 111 | 32 | 141 | 16 |
| Binary | 1000110 | 11111 | 1 | 0 | 111000 | 1100011 | 1001001 | 11010 | 1100001 | 1110 |
Color Harmonies of #461F01
Complementary color
Monochromatic Colors of #461F01
Black with #461F01
Text Example
Text Example
White with #461F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461F01; }
p { color: rgb(70,31,1); }
H1.HeaderClassName
{
color: #461F01;
}
.AnyTagClassName
{
color: #461F01;
}
</style>
background-color css
<style>
a { background-color: #461F01; }
a { background-color: rgb(70,31,1); }
div.DivClassName
{
background-color: #461F01;
}
.BgClassName
{
background-color: #461F01;
}
</style>
border-color css
<style>
span { border-color: #461F01; }
span { border-color: rgb(70,31,1); }
td.TdClassName
{
border-color: #461F01;
}
.TagClassName
{
border-color: #461F01;
}
</style>