Shades of Brown Pod #431A13
Tints of Brown Pod #431A13
RGB
CMYK
RGB Variations
Color information
#431A13 (or 0x431A13) is known color: Brown Pod. HEX triplet: 43, 1A and 13. RGB value is (67,26,19). Sum of RGB (Red+Green+Blue) = 67+26+19=112 (14% of max value = 765). Red value is 67 (26.56% from 255 or 59.82% from 112); Green value is 26 (10.55% from 255 or 23.21% from 112); Blue value is 19 (7.81% from 255 or 16.96% from 112); Max value from RGB is 67 - color contains mainly: red. Hex color #431A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431A13 is #BCE5EC. Grayscale: #252525. Windows color (decimal): -12379629 or 1251907. OLE color: 1251907.
HSL color Cylindrical-coordinate representation of color #431A13: hue angle of 8.75º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #431A13 is Cyan = 0, Magento = 0.61, Yellow = 0.72 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 26 | 19 | - |
| CMYK | 0 | 0.61 | 0.72 | 0.74 |
| HSL | 8.75º | 0.56% | 0.17% | - |
| HSV(B) | 8.75º | 0.72% | 0.26% | - |
| XYZ | 2.8 | 1.98 | 0.85 | - |
| YUV | 37.46 | 117.58 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 26 | 19 | 0 | 0.61 | 0.72 | 0.74 | 8.75 | 0.56 | 0.17 |
| Hex | 43 | 1A | 13 | 0 | 3D | 48 | 4A | 9 | 38 | 11 |
| Octal | 103 | 32 | 23 | 0 | 75 | 110 | 112 | 11 | 70 | 21 |
| Binary | 1000011 | 11010 | 10011 | 0 | 111101 | 1001000 | 1001010 | 1001 | 111000 | 10001 |
Color Harmonies of #431A13
Complementary color
Monochromatic Colors of #431A13
Black with #431A13
Text Example
Text Example
White with #431A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431A13; }
p { color: rgb(67,26,19); }
H1.HeaderClassName
{
color: #431A13;
}
.AnyTagClassName
{
color: #431A13;
}
</style>
background-color css
<style>
a { background-color: #431A13; }
a { background-color: rgb(67,26,19); }
div.DivClassName
{
background-color: #431A13;
}
.BgClassName
{
background-color: #431A13;
}
</style>
border-color css
<style>
span { border-color: #431A13; }
span { border-color: rgb(67,26,19); }
td.TdClassName
{
border-color: #431A13;
}
.TagClassName
{
border-color: #431A13;
}
</style>