Shades of Brown Pod #431B15
Tints of Brown Pod #431B15
RGB
CMYK
RGB Variations
Color information
#431B15 (or 0x431B15) is known color: Brown Pod. HEX triplet: 43, 1B and 15. RGB value is (67,27,21). Sum of RGB (Red+Green+Blue) = 67+27+21=115 (15% of max value = 765). Red value is 67 (26.56% from 255 or 58.26% from 115); Green value is 27 (10.94% from 255 or 23.48% from 115); Blue value is 21 (8.59% from 255 or 18.26% from 115); Max value from RGB is 67 - color contains mainly: red. Hex color #431B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431B15 is #BCE4EA. Grayscale: #262626. Windows color (decimal): -12379371 or 1383235. OLE color: 1383235.
HSL color Cylindrical-coordinate representation of color #431B15: hue angle of 7.83º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #431B15 is Cyan = 0, Magento = 0.60, Yellow = 0.69 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 27 | 21 | - |
| CMYK | 0 | 0.60 | 0.69 | 0.74 |
| HSL | 7.83º | 0.52% | 0.17% | - |
| HSV(B) | 7.83º | 0.69% | 0.26% | - |
| XYZ | 2.84 | 2.03 | 0.95 | - |
| YUV | 38.28 | 118.25 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 27 | 21 | 0 | 0.60 | 0.69 | 0.74 | 7.83 | 0.52 | 0.17 |
| Hex | 43 | 1B | 15 | 0 | 3C | 45 | 4A | 8 | 34 | 11 |
| Octal | 103 | 33 | 25 | 0 | 74 | 105 | 112 | 10 | 64 | 21 |
| Binary | 1000011 | 11011 | 10101 | 0 | 111100 | 1000101 | 1001010 | 1000 | 110100 | 10001 |
Color Harmonies of #431B15
Complementary color
Monochromatic Colors of #431B15
Black with #431B15
Text Example
Text Example
White with #431B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431B15; }
p { color: rgb(67,27,21); }
H1.HeaderClassName
{
color: #431B15;
}
.AnyTagClassName
{
color: #431B15;
}
</style>
background-color css
<style>
a { background-color: #431B15; }
a { background-color: rgb(67,27,21); }
div.DivClassName
{
background-color: #431B15;
}
.BgClassName
{
background-color: #431B15;
}
</style>
border-color css
<style>
span { border-color: #431B15; }
span { border-color: rgb(67,27,21); }
td.TdClassName
{
border-color: #431B15;
}
.TagClassName
{
border-color: #431B15;
}
</style>