Shades of Brown Pod #431A0A
Tints of Brown Pod #431A0A
RGB
CMYK
RGB Variations
Color information
#431A0A (or 0x431A0A) is known color: Brown Pod. HEX triplet: 43, 1A and 0A. RGB value is (67,26,10). Sum of RGB (Red+Green+Blue) = 67+26+10=103 (13% of max value = 765). Red value is 67 (26.56% from 255 or 65.05% from 103); Green value is 26 (10.55% from 255 or 25.24% from 103); Blue value is 10 (4.30% from 255 or 9.71% from 103); Max value from RGB is 67 - color contains mainly: red. Hex color #431A0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431A0A is #BCE5F5. Grayscale: #242424. Windows color (decimal): -12379638 or 662083. OLE color: 662083.
HSL color Cylindrical-coordinate representation of color #431A0A: hue angle of 16.84º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #431A0A is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 26 | 10 | - |
| CMYK | 0 | 0.61 | 0.85 | 0.74 |
| HSL | 16.84º | 0.74% | 0.15% | - |
| HSV(B) | 16.84º | 0.85% | 0.26% | - |
| XYZ | 2.74 | 1.95 | 0.52 | - |
| YUV | 36.44 | 113.08 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 26 | 10 | 0 | 0.61 | 0.85 | 0.74 | 16.84 | 0.74 | 0.15 |
| Hex | 43 | 1A | A | 0 | 3D | 55 | 4A | 11 | 4A | F |
| Octal | 103 | 32 | 12 | 0 | 75 | 125 | 112 | 21 | 112 | 17 |
| Binary | 1000011 | 11010 | 1010 | 0 | 111101 | 1010101 | 1001010 | 10001 | 1001010 | 1111 |
Color Harmonies of #431A0A
Complementary color
Monochromatic Colors of #431A0A
Black with #431A0A
Text Example
Text Example
White with #431A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431A0A; }
p { color: rgb(67,26,10); }
H1.HeaderClassName
{
color: #431A0A;
}
.AnyTagClassName
{
color: #431A0A;
}
</style>
background-color css
<style>
a { background-color: #431A0A; }
a { background-color: rgb(67,26,10); }
div.DivClassName
{
background-color: #431A0A;
}
.BgClassName
{
background-color: #431A0A;
}
</style>
border-color css
<style>
span { border-color: #431A0A; }
span { border-color: rgb(67,26,10); }
td.TdClassName
{
border-color: #431A0A;
}
.TagClassName
{
border-color: #431A0A;
}
</style>