Shades of Brown Pod #43231A
Tints of Brown Pod #43231A
RGB
CMYK
RGB Variations
Color information
#43231A (or 0x43231A) is known color: Brown Pod. HEX triplet: 43, 23 and 1A. RGB value is (67,35,26). Sum of RGB (Red+Green+Blue) = 67+35+26=128 (16% of max value = 765). Red value is 67 (26.56% from 255 or 52.34% from 128); Green value is 35 (14.06% from 255 or 27.34% from 128); Blue value is 26 (10.55% from 255 or 20.31% from 128); Max value from RGB is 67 - color contains mainly: red. Hex color #43231A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43231A is #BCDCE5. Grayscale: #2B2B2B. Windows color (decimal): -12377318 or 1712963. OLE color: 1712963.
HSL color Cylindrical-coordinate representation of color #43231A: hue angle of 13.17º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #43231A is Cyan = 0, Magento = 0.48, Yellow = 0.61 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 35 | 26 | - |
| CMYK | 0 | 0.48 | 0.61 | 0.74 |
| HSL | 13.17º | 0.44% | 0.18% | - |
| HSV(B) | 13.17º | 0.61% | 0.26% | - |
| XYZ | 3.1 | 2.47 | 1.29 | - |
| YUV | 43.54 | 118.1 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 35 | 26 | 0 | 0.48 | 0.61 | 0.74 | 13.17 | 0.44 | 0.18 |
| Hex | 43 | 23 | 1A | 0 | 30 | 3D | 4A | D | 2C | 12 |
| Octal | 103 | 43 | 32 | 0 | 60 | 75 | 112 | 15 | 54 | 22 |
| Binary | 1000011 | 100011 | 11010 | 0 | 110000 | 111101 | 1001010 | 1101 | 101100 | 10010 |
Color Harmonies of #43231A
Complementary color
Monochromatic Colors of #43231A
Black with #43231A
Text Example
Text Example
White with #43231A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43231A; }
p { color: rgb(67,35,26); }
H1.HeaderClassName
{
color: #43231A;
}
.AnyTagClassName
{
color: #43231A;
}
</style>
background-color css
<style>
a { background-color: #43231A; }
a { background-color: rgb(67,35,26); }
div.DivClassName
{
background-color: #43231A;
}
.BgClassName
{
background-color: #43231A;
}
</style>
border-color css
<style>
span { border-color: #43231A; }
span { border-color: rgb(67,35,26); }
td.TdClassName
{
border-color: #43231A;
}
.TagClassName
{
border-color: #43231A;
}
</style>