Shades of Brown Pod #431A0C
Tints of Brown Pod #431A0C
RGB
CMYK
RGB Variations
Color information
#431A0C (or 0x431A0C) is known color: Brown Pod. HEX triplet: 43, 1A and 0C. RGB value is (67,26,12). Sum of RGB (Red+Green+Blue) = 67+26+12=105 (13% of max value = 765). Red value is 67 (26.56% from 255 or 63.81% from 105); Green value is 26 (10.55% from 255 or 24.76% from 105); Blue value is 12 (5.08% from 255 or 11.43% from 105); Max value from RGB is 67 - color contains mainly: red. Hex color #431A0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431A0C is #BCE5F3. Grayscale: #242424. Windows color (decimal): -12379636 or 793155. OLE color: 793155.
HSL color Cylindrical-coordinate representation of color #431A0C: hue angle of 15.27º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #431A0C is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 26 | 12 | - |
| CMYK | 0 | 0.61 | 0.82 | 0.74 |
| HSL | 15.27º | 0.7% | 0.15% | - |
| HSV(B) | 15.27º | 0.82% | 0.26% | - |
| XYZ | 2.75 | 1.96 | 0.58 | - |
| YUV | 36.66 | 114.08 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 26 | 12 | 0 | 0.61 | 0.82 | 0.74 | 15.27 | 0.7 | 0.15 |
| Hex | 43 | 1A | C | 0 | 3D | 52 | 4A | F | 46 | F |
| Octal | 103 | 32 | 14 | 0 | 75 | 122 | 112 | 17 | 106 | 17 |
| Binary | 1000011 | 11010 | 1100 | 0 | 111101 | 1010010 | 1001010 | 1111 | 1000110 | 1111 |
Color Harmonies of #431A0C
Complementary color
Monochromatic Colors of #431A0C
Black with #431A0C
Text Example
Text Example
White with #431A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431A0C; }
p { color: rgb(67,26,12); }
H1.HeaderClassName
{
color: #431A0C;
}
.AnyTagClassName
{
color: #431A0C;
}
</style>
background-color css
<style>
a { background-color: #431A0C; }
a { background-color: rgb(67,26,12); }
div.DivClassName
{
background-color: #431A0C;
}
.BgClassName
{
background-color: #431A0C;
}
</style>
border-color css
<style>
span { border-color: #431A0C; }
span { border-color: rgb(67,26,12); }
td.TdClassName
{
border-color: #431A0C;
}
.TagClassName
{
border-color: #431A0C;
}
</style>