Shades of Brown Pod #431A0F
Tints of Brown Pod #431A0F
RGB
CMYK
RGB Variations
Color information
#431A0F (or 0x431A0F) is known color: Brown Pod. HEX triplet: 43, 1A and 0F. RGB value is (67,26,15). Sum of RGB (Red+Green+Blue) = 67+26+15=108 (14% of max value = 765). Red value is 67 (26.56% from 255 or 62.04% from 108); Green value is 26 (10.55% from 255 or 24.07% from 108); Blue value is 15 (6.25% from 255 or 13.89% from 108); Max value from RGB is 67 - color contains mainly: red. Hex color #431A0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431A0F is #BCE5F0. Grayscale: #252525. Windows color (decimal): -12379633 or 989763. OLE color: 989763.
HSL color Cylindrical-coordinate representation of color #431A0F: hue angle of 12.69º 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 #431A0F is Cyan = 0, Magento = 0.61, Yellow = 0.78 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 26 | 15 | - |
| CMYK | 0 | 0.61 | 0.78 | 0.74 |
| HSL | 12.69º | 0.63% | 0.16% | - |
| HSV(B) | 12.69º | 0.78% | 0.26% | - |
| XYZ | 2.77 | 1.97 | 0.69 | - |
| YUV | 37.01 | 115.58 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 26 | 15 | 0 | 0.61 | 0.78 | 0.74 | 12.69 | 0.63 | 0.16 |
| Hex | 43 | 1A | F | 0 | 3D | 4E | 4A | D | 3F | 10 |
| Octal | 103 | 32 | 17 | 0 | 75 | 116 | 112 | 15 | 77 | 20 |
| Binary | 1000011 | 11010 | 1111 | 0 | 111101 | 1001110 | 1001010 | 1101 | 111111 | 10000 |
Color Harmonies of #431A0F
Complementary color
Monochromatic Colors of #431A0F
Black with #431A0F
Text Example
Text Example
White with #431A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431A0F; }
p { color: rgb(67,26,15); }
H1.HeaderClassName
{
color: #431A0F;
}
.AnyTagClassName
{
color: #431A0F;
}
</style>
background-color css
<style>
a { background-color: #431A0F; }
a { background-color: rgb(67,26,15); }
div.DivClassName
{
background-color: #431A0F;
}
.BgClassName
{
background-color: #431A0F;
}
</style>
border-color css
<style>
span { border-color: #431A0F; }
span { border-color: rgb(67,26,15); }
td.TdClassName
{
border-color: #431A0F;
}
.TagClassName
{
border-color: #431A0F;
}
</style>