Shades of Brown Pod #431D17
Tints of Brown Pod #431D17
RGB
CMYK
RGB Variations
Color information
#431D17 (or 0x431D17) is known color: Brown Pod. HEX triplet: 43, 1D and 17. RGB value is (67,29,23). Sum of RGB (Red+Green+Blue) = 67+29+23=119 (15% of max value = 765). Red value is 67 (26.56% from 255 or 56.30% from 119); Green value is 29 (11.72% from 255 or 24.37% from 119); Blue value is 23 (9.38% from 255 or 19.33% from 119); Max value from RGB is 67 - color contains mainly: red. Hex color #431D17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431D17 is #BCE2E8. Grayscale: #272727. Windows color (decimal): -12378857 or 1514819. OLE color: 1514819.
HSL color Cylindrical-coordinate representation of color #431D17: hue angle of 8.18º 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 #431D17 is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 29 | 23 | - |
| CMYK | 0 | 0.57 | 0.66 | 0.74 |
| HSL | 8.18º | 0.49% | 0.18% | - |
| HSV(B) | 8.18º | 0.66% | 0.26% | - |
| XYZ | 2.91 | 2.13 | 1.07 | - |
| YUV | 39.68 | 118.59 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 29 | 23 | 0 | 0.57 | 0.66 | 0.74 | 8.18 | 0.49 | 0.18 |
| Hex | 43 | 1D | 17 | 0 | 39 | 42 | 4A | 8 | 31 | 12 |
| Octal | 103 | 35 | 27 | 0 | 71 | 102 | 112 | 10 | 61 | 22 |
| Binary | 1000011 | 11101 | 10111 | 0 | 111001 | 1000010 | 1001010 | 1000 | 110001 | 10010 |
Color Harmonies of #431D17
Complementary color
Monochromatic Colors of #431D17
Black with #431D17
Text Example
Text Example
White with #431D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431D17; }
p { color: rgb(67,29,23); }
H1.HeaderClassName
{
color: #431D17;
}
.AnyTagClassName
{
color: #431D17;
}
</style>
background-color css
<style>
a { background-color: #431D17; }
a { background-color: rgb(67,29,23); }
div.DivClassName
{
background-color: #431D17;
}
.BgClassName
{
background-color: #431D17;
}
</style>
border-color css
<style>
span { border-color: #431D17; }
span { border-color: rgb(67,29,23); }
td.TdClassName
{
border-color: #431D17;
}
.TagClassName
{
border-color: #431D17;
}
</style>