Shades of Brown Pod #43150A
Tints of Brown Pod #43150A
RGB
CMYK
RGB Variations
Color information
#43150A (or 0x43150A) is known color: Brown Pod. HEX triplet: 43, 15 and 0A. RGB value is (67,21,10). Sum of RGB (Red+Green+Blue) = 67+21+10=98 (12% of max value = 765). Red value is 67 (26.56% from 255 or 68.37% from 98); Green value is 21 (8.59% from 255 or 21.43% from 98); Blue value is 10 (4.30% from 255 or 10.20% from 98); Max value from RGB is 67 - color contains mainly: red. Hex color #43150A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #43150A is #BCEAF5. Grayscale: #212121. Windows color (decimal): -12380918 or 660803. OLE color: 660803.
HSL color Cylindrical-coordinate representation of color #43150A: hue angle of 11.58º 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 #43150A is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 21 | 10 | - |
| CMYK | 0 | 0.69 | 0.85 | 0.74 |
| HSL | 11.58º | 0.74% | 0.15% | - |
| HSV(B) | 11.58º | 0.85% | 0.26% | - |
| XYZ | 2.64 | 1.75 | 0.49 | - |
| YUV | 33.5 | 114.74 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 21 | 10 | 0 | 0.69 | 0.85 | 0.74 | 11.58 | 0.74 | 0.15 |
| Hex | 43 | 15 | A | 0 | 45 | 55 | 4A | C | 4A | F |
| Octal | 103 | 25 | 12 | 0 | 105 | 125 | 112 | 14 | 112 | 17 |
| Binary | 1000011 | 10101 | 1010 | 0 | 1000101 | 1010101 | 1001010 | 1100 | 1001010 | 1111 |
Color Harmonies of #43150A
Complementary color
Monochromatic Colors of #43150A
Black with #43150A
Text Example
Text Example
White with #43150A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43150A; }
p { color: rgb(67,21,10); }
H1.HeaderClassName
{
color: #43150A;
}
.AnyTagClassName
{
color: #43150A;
}
</style>
background-color css
<style>
a { background-color: #43150A; }
a { background-color: rgb(67,21,10); }
div.DivClassName
{
background-color: #43150A;
}
.BgClassName
{
background-color: #43150A;
}
</style>
border-color css
<style>
span { border-color: #43150A; }
span { border-color: rgb(67,21,10); }
td.TdClassName
{
border-color: #43150A;
}
.TagClassName
{
border-color: #43150A;
}
</style>