Shades of Brown Pod #431C10
Tints of Brown Pod #431C10
RGB
CMYK
RGB Variations
Color information
#431C10 (or 0x431C10) is known color: Brown Pod. HEX triplet: 43, 1C and 10. RGB value is (67,28,16). Sum of RGB (Red+Green+Blue) = 67+28+16=111 (14% of max value = 765). Red value is 67 (26.56% from 255 or 60.36% from 111); Green value is 28 (11.33% from 255 or 25.23% from 111); Blue value is 16 (6.64% from 255 or 14.41% from 111); Max value from RGB is 67 - color contains mainly: red. Hex color #431C10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431C10 is #BCE3EF. Grayscale: #262626. Windows color (decimal): -12379120 or 1055811. OLE color: 1055811.
HSL color Cylindrical-coordinate representation of color #431C10: hue angle of 14.12º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #431C10 is Cyan = 0, Magento = 0.58, Yellow = 0.76 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 28 | 16 | - |
| CMYK | 0 | 0.58 | 0.76 | 0.74 |
| HSL | 14.12º | 0.61% | 0.16% | - |
| HSV(B) | 14.12º | 0.76% | 0.26% | - |
| XYZ | 2.82 | 2.06 | 0.74 | - |
| YUV | 38.29 | 115.42 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 28 | 16 | 0 | 0.58 | 0.76 | 0.74 | 14.12 | 0.61 | 0.16 |
| Hex | 43 | 1C | 10 | 0 | 3A | 4C | 4A | E | 3D | 10 |
| Octal | 103 | 34 | 20 | 0 | 72 | 114 | 112 | 16 | 75 | 20 |
| Binary | 1000011 | 11100 | 10000 | 0 | 111010 | 1001100 | 1001010 | 1110 | 111101 | 10000 |
Color Harmonies of #431C10
Complementary color
Monochromatic Colors of #431C10
Black with #431C10
Text Example
Text Example
White with #431C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431C10; }
p { color: rgb(67,28,16); }
H1.HeaderClassName
{
color: #431C10;
}
.AnyTagClassName
{
color: #431C10;
}
</style>
background-color css
<style>
a { background-color: #431C10; }
a { background-color: rgb(67,28,16); }
div.DivClassName
{
background-color: #431C10;
}
.BgClassName
{
background-color: #431C10;
}
</style>
border-color css
<style>
span { border-color: #431C10; }
span { border-color: rgb(67,28,16); }
td.TdClassName
{
border-color: #431C10;
}
.TagClassName
{
border-color: #431C10;
}
</style>