Shades of Brown Pod #431A07
Tints of Brown Pod #431A07
RGB
CMYK
RGB Variations
Color information
#431A07 (or 0x431A07) is known color: Brown Pod. HEX triplet: 43, 1A and 07. RGB value is (67,26,7). Sum of RGB (Red+Green+Blue) = 67+26+7=100 (13% of max value = 765). Red value is 67 (26.56% from 255 or 67% from 100); Green value is 26 (10.55% from 255 or 26% from 100); Blue value is 7 (3.12% from 255 or 7% from 100); Max value from RGB is 67 - color contains mainly: red. Hex color #431A07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431A07 is #BCE5F8. Grayscale: #242424. Windows color (decimal): -12379641 or 465475. OLE color: 465475.
HSL color Cylindrical-coordinate representation of color #431A07: hue angle of 19º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #431A07 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 26 | 7 | - |
| CMYK | 0 | 0.61 | 0.90 | 0.74 |
| HSL | 19º | 0.81% | 0.15% | - |
| HSV(B) | 19º | 0.9% | 0.26% | - |
| XYZ | 2.72 | 1.95 | 0.43 | - |
| YUV | 36.09 | 111.58 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 26 | 7 | 0 | 0.61 | 0.90 | 0.74 | 19 | 0.81 | 0.15 |
| Hex | 43 | 1A | 7 | 0 | 3D | 5A | 4A | 13 | 51 | F |
| Octal | 103 | 32 | 7 | 0 | 75 | 132 | 112 | 23 | 121 | 17 |
| Binary | 1000011 | 11010 | 111 | 0 | 111101 | 1011010 | 1001010 | 10011 | 1010001 | 1111 |
Color Harmonies of #431A07
Complementary color
Monochromatic Colors of #431A07
Black with #431A07
Text Example
Text Example
White with #431A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431A07; }
p { color: rgb(67,26,7); }
H1.HeaderClassName
{
color: #431A07;
}
.AnyTagClassName
{
color: #431A07;
}
</style>
background-color css
<style>
a { background-color: #431A07; }
a { background-color: rgb(67,26,7); }
div.DivClassName
{
background-color: #431A07;
}
.BgClassName
{
background-color: #431A07;
}
</style>
border-color css
<style>
span { border-color: #431A07; }
span { border-color: rgb(67,26,7); }
td.TdClassName
{
border-color: #431A07;
}
.TagClassName
{
border-color: #431A07;
}
</style>