Shades of Brown Pod #461F03
Tints of Brown Pod #461F03
RGB
CMYK
RGB Variations
Color information
#461F03 (or 0x461F03) is known color: Brown Pod. HEX triplet: 46, 1F and 03. RGB value is (70,31,3). Sum of RGB (Red+Green+Blue) = 70+31+3=104 (13% of max value = 765). Red value is 70 (27.73% from 255 or 67.31% from 104); Green value is 31 (12.5% from 255 or 29.81% from 104); Blue value is 3 (1.56% from 255 or 2.88% from 104); Max value from RGB is 70 - color contains mainly: red. Hex color #461F03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461F03 is #B9E0FC. Grayscale: #272727. Windows color (decimal): -12181757 or 204614. OLE color: 204614.
HSL color Cylindrical-coordinate representation of color #461F03: hue angle of 25.07º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #461F03 is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 31 | 3 | - |
| CMYK | 0 | 0.56 | 0.96 | 0.73 |
| HSL | 25.07º | 0.92% | 0.14% | - |
| HSV(B) | 25.07º | 0.96% | 0.27% | - |
| XYZ | 3.03 | 2.29 | 0.37 | - |
| YUV | 39.47 | 107.42 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 31 | 3 | 0 | 0.56 | 0.96 | 0.73 | 25.07 | 0.92 | 0.14 |
| Hex | 46 | 1F | 3 | 0 | 38 | 60 | 49 | 19 | 5C | E |
| Octal | 106 | 37 | 3 | 0 | 70 | 140 | 111 | 31 | 134 | 16 |
| Binary | 1000110 | 11111 | 11 | 0 | 111000 | 1100000 | 1001001 | 11001 | 1011100 | 1110 |
Color Harmonies of #461F03
Complementary color
Monochromatic Colors of #461F03
Black with #461F03
Text Example
Text Example
White with #461F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461F03; }
p { color: rgb(70,31,3); }
H1.HeaderClassName
{
color: #461F03;
}
.AnyTagClassName
{
color: #461F03;
}
</style>
background-color css
<style>
a { background-color: #461F03; }
a { background-color: rgb(70,31,3); }
div.DivClassName
{
background-color: #461F03;
}
.BgClassName
{
background-color: #461F03;
}
</style>
border-color css
<style>
span { border-color: #461F03; }
span { border-color: rgb(70,31,3); }
td.TdClassName
{
border-color: #461F03;
}
.TagClassName
{
border-color: #461F03;
}
</style>