Shades of Brown Pod #431509
Tints of Brown Pod #431509
RGB
CMYK
RGB Variations
Color information
#431509 (or 0x431509) is known color: Brown Pod. HEX triplet: 43, 15 and 09. RGB value is (67,21,9). Sum of RGB (Red+Green+Blue) = 67+21+9=97 (12% of max value = 765). Red value is 67 (26.56% from 255 or 69.07% from 97); Green value is 21 (8.59% from 255 or 21.65% from 97); Blue value is 9 (3.91% from 255 or 9.28% from 97); Max value from RGB is 67 - color contains mainly: red. Hex color #431509 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431509 is #BCEAF6. Grayscale: #212121. Windows color (decimal): -12380919 or 595267. OLE color: 595267.
HSL color Cylindrical-coordinate representation of color #431509: hue angle of 12.41º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #431509 is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 21 | 9 | - |
| CMYK | 0 | 0.69 | 0.87 | 0.74 |
| HSL | 12.41º | 0.76% | 0.15% | - |
| HSV(B) | 12.41º | 0.87% | 0.26% | - |
| XYZ | 2.63 | 1.75 | 0.46 | - |
| YUV | 33.39 | 114.24 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 21 | 9 | 0 | 0.69 | 0.87 | 0.74 | 12.41 | 0.76 | 0.15 |
| Hex | 43 | 15 | 9 | 0 | 45 | 57 | 4A | C | 4C | F |
| Octal | 103 | 25 | 11 | 0 | 105 | 127 | 112 | 14 | 114 | 17 |
| Binary | 1000011 | 10101 | 1001 | 0 | 1000101 | 1010111 | 1001010 | 1100 | 1001100 | 1111 |
Color Harmonies of #431509
Complementary color
Monochromatic Colors of #431509
Black with #431509
Text Example
Text Example
White with #431509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431509; }
p { color: rgb(67,21,9); }
H1.HeaderClassName
{
color: #431509;
}
.AnyTagClassName
{
color: #431509;
}
</style>
background-color css
<style>
a { background-color: #431509; }
a { background-color: rgb(67,21,9); }
div.DivClassName
{
background-color: #431509;
}
.BgClassName
{
background-color: #431509;
}
</style>
border-color css
<style>
span { border-color: #431509; }
span { border-color: rgb(67,21,9); }
td.TdClassName
{
border-color: #431509;
}
.TagClassName
{
border-color: #431509;
}
</style>