Shades of Brown Pod #431501
Tints of Brown Pod #431501
RGB
CMYK
RGB Variations
Color information
#431501 (or 0x431501) is known color: Brown Pod. HEX triplet: 43, 15 and 01. RGB value is (67,21,1). Sum of RGB (Red+Green+Blue) = 67+21+1=89 (11% of max value = 765). Red value is 67 (26.56% from 255 or 75.28% from 89); Green value is 21 (8.59% from 255 or 23.60% from 89); Blue value is 1 (0.78% from 255 or 1.12% from 89); Max value from RGB is 67 - color contains mainly: red. Hex color #431501 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431501 is #BCEAFE. Grayscale: #202020. Windows color (decimal): -12380927 or 70979. OLE color: 70979.
HSL color Cylindrical-coordinate representation of color #431501: hue angle of 18.18º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #431501 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 21 | 1 | - |
| CMYK | 0 | 0.69 | 0.99 | 0.74 |
| HSL | 18.18º | 0.97% | 0.13% | - |
| HSV(B) | 18.18º | 0.99% | 0.26% | - |
| XYZ | 2.59 | 1.73 | 0.23 | - |
| YUV | 32.47 | 110.24 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 21 | 1 | 0 | 0.69 | 0.99 | 0.74 | 18.18 | 0.97 | 0.13 |
| Hex | 43 | 15 | 1 | 0 | 45 | 63 | 4A | 12 | 61 | D |
| Octal | 103 | 25 | 1 | 0 | 105 | 143 | 112 | 22 | 141 | 15 |
| Binary | 1000011 | 10101 | 1 | 0 | 1000101 | 1100011 | 1001010 | 10010 | 1100001 | 1101 |
Color Harmonies of #431501
Complementary color
Monochromatic Colors of #431501
Black with #431501
Text Example
Text Example
White with #431501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431501; }
p { color: rgb(67,21,1); }
H1.HeaderClassName
{
color: #431501;
}
.AnyTagClassName
{
color: #431501;
}
</style>
background-color css
<style>
a { background-color: #431501; }
a { background-color: rgb(67,21,1); }
div.DivClassName
{
background-color: #431501;
}
.BgClassName
{
background-color: #431501;
}
</style>
border-color css
<style>
span { border-color: #431501; }
span { border-color: rgb(67,21,1); }
td.TdClassName
{
border-color: #431501;
}
.TagClassName
{
border-color: #431501;
}
</style>