Shades of Brown Pod #461B08
Tints of Brown Pod #461B08
RGB
CMYK
RGB Variations
Color information
#461B08 (or 0x461B08) is known color: Brown Pod. HEX triplet: 46, 1B and 08. RGB value is (70,27,8). Sum of RGB (Red+Green+Blue) = 70+27+8=105 (13% of max value = 765). Red value is 70 (27.73% from 255 or 66.67% from 105); Green value is 27 (10.94% from 255 or 25.71% from 105); Blue value is 8 (3.52% from 255 or 7.62% from 105); Max value from RGB is 70 - color contains mainly: red. Hex color #461B08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461B08 is #B9E4F7. Grayscale: #252525. Windows color (decimal): -12182776 or 531270. OLE color: 531270.
HSL color Cylindrical-coordinate representation of color #461B08: hue angle of 18.39º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #461B08 is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 27 | 8 | - |
| CMYK | 0 | 0.61 | 0.89 | 0.73 |
| HSL | 18.39º | 0.79% | 0.15% | - |
| HSV(B) | 18.39º | 0.89% | 0.27% | - |
| XYZ | 2.96 | 2.1 | 0.48 | - |
| YUV | 37.69 | 111.25 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 27 | 8 | 0 | 0.61 | 0.89 | 0.73 | 18.39 | 0.79 | 0.15 |
| Hex | 46 | 1B | 8 | 0 | 3D | 59 | 49 | 12 | 4F | F |
| Octal | 106 | 33 | 10 | 0 | 75 | 131 | 111 | 22 | 117 | 17 |
| Binary | 1000110 | 11011 | 1000 | 0 | 111101 | 1011001 | 1001001 | 10010 | 1001111 | 1111 |
Color Harmonies of #461B08
Complementary color
Monochromatic Colors of #461B08
Black with #461B08
Text Example
Text Example
White with #461B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461B08; }
p { color: rgb(70,27,8); }
H1.HeaderClassName
{
color: #461B08;
}
.AnyTagClassName
{
color: #461B08;
}
</style>
background-color css
<style>
a { background-color: #461B08; }
a { background-color: rgb(70,27,8); }
div.DivClassName
{
background-color: #461B08;
}
.BgClassName
{
background-color: #461B08;
}
</style>
border-color css
<style>
span { border-color: #461B08; }
span { border-color: rgb(70,27,8); }
td.TdClassName
{
border-color: #461B08;
}
.TagClassName
{
border-color: #461B08;
}
</style>