Shades of Brown Pod #431F0F
Tints of Brown Pod #431F0F
RGB
CMYK
RGB Variations
Color information
#431F0F (or 0x431F0F) is known color: Brown Pod. HEX triplet: 43, 1F and 0F. RGB value is (67,31,15). Sum of RGB (Red+Green+Blue) = 67+31+15=113 (14% of max value = 765). Red value is 67 (26.56% from 255 or 59.29% from 113); Green value is 31 (12.5% from 255 or 27.43% from 113); Blue value is 15 (6.25% from 255 or 13.27% from 113); Max value from RGB is 67 - color contains mainly: red. Hex color #431F0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431F0F is #BCE0F0. Grayscale: #282828. Windows color (decimal): -12378353 or 991043. OLE color: 991043.
HSL color Cylindrical-coordinate representation of color #431F0F: hue angle of 18.46º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #431F0F is Cyan = 0, Magento = 0.54, Yellow = 0.78 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 31 | 15 | - |
| CMYK | 0 | 0.54 | 0.78 | 0.74 |
| HSL | 18.46º | 0.63% | 0.16% | - |
| HSV(B) | 18.46º | 0.78% | 0.26% | - |
| XYZ | 2.89 | 2.21 | 0.73 | - |
| YUV | 39.94 | 113.93 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 31 | 15 | 0 | 0.54 | 0.78 | 0.74 | 18.46 | 0.63 | 0.16 |
| Hex | 43 | 1F | F | 0 | 36 | 4E | 4A | 12 | 3F | 10 |
| Octal | 103 | 37 | 17 | 0 | 66 | 116 | 112 | 22 | 77 | 20 |
| Binary | 1000011 | 11111 | 1111 | 0 | 110110 | 1001110 | 1001010 | 10010 | 111111 | 10000 |
Color Harmonies of #431F0F
Complementary color
Monochromatic Colors of #431F0F
Black with #431F0F
Text Example
Text Example
White with #431F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431F0F; }
p { color: rgb(67,31,15); }
H1.HeaderClassName
{
color: #431F0F;
}
.AnyTagClassName
{
color: #431F0F;
}
</style>
background-color css
<style>
a { background-color: #431F0F; }
a { background-color: rgb(67,31,15); }
div.DivClassName
{
background-color: #431F0F;
}
.BgClassName
{
background-color: #431F0F;
}
</style>
border-color css
<style>
span { border-color: #431F0F; }
span { border-color: rgb(67,31,15); }
td.TdClassName
{
border-color: #431F0F;
}
.TagClassName
{
border-color: #431F0F;
}
</style>