Shades of Brown Pod #431F17
Tints of Brown Pod #431F17
RGB
CMYK
RGB Variations
Color information
#431F17 (or 0x431F17) is known color: Brown Pod. HEX triplet: 43, 1F and 17. RGB value is (67,31,23). Sum of RGB (Red+Green+Blue) = 67+31+23=121 (16% of max value = 765). Red value is 67 (26.56% from 255 or 55.37% from 121); Green value is 31 (12.5% from 255 or 25.62% from 121); Blue value is 23 (9.38% from 255 or 19.01% from 121); Max value from RGB is 67 - color contains mainly: red. Hex color #431F17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431F17 is #BCE0E8. Grayscale: #282828. Windows color (decimal): -12378345 or 1515331. OLE color: 1515331.
HSL color Cylindrical-coordinate representation of color #431F17: hue angle of 10.91º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #431F17 is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 31 | 23 | - |
| CMYK | 0 | 0.54 | 0.66 | 0.74 |
| HSL | 10.91º | 0.49% | 0.18% | - |
| HSV(B) | 10.91º | 0.66% | 0.26% | - |
| XYZ | 2.96 | 2.24 | 1.09 | - |
| YUV | 40.85 | 117.93 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 31 | 23 | 0 | 0.54 | 0.66 | 0.74 | 10.91 | 0.49 | 0.18 |
| Hex | 43 | 1F | 17 | 0 | 36 | 42 | 4A | B | 31 | 12 |
| Octal | 103 | 37 | 27 | 0 | 66 | 102 | 112 | 13 | 61 | 22 |
| Binary | 1000011 | 11111 | 10111 | 0 | 110110 | 1000010 | 1001010 | 1011 | 110001 | 10010 |
Color Harmonies of #431F17
Complementary color
Monochromatic Colors of #431F17
Black with #431F17
Text Example
Text Example
White with #431F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431F17; }
p { color: rgb(67,31,23); }
H1.HeaderClassName
{
color: #431F17;
}
.AnyTagClassName
{
color: #431F17;
}
</style>
background-color css
<style>
a { background-color: #431F17; }
a { background-color: rgb(67,31,23); }
div.DivClassName
{
background-color: #431F17;
}
.BgClassName
{
background-color: #431F17;
}
</style>
border-color css
<style>
span { border-color: #431F17; }
span { border-color: rgb(67,31,23); }
td.TdClassName
{
border-color: #431F17;
}
.TagClassName
{
border-color: #431F17;
}
</style>