Shades of Brown Pod #43210B
Tints of Brown Pod #43210B
RGB
CMYK
RGB Variations
Color information
#43210B (or 0x43210B) is known color: Brown Pod. HEX triplet: 43, 21 and 0B. RGB value is (67,33,11). Sum of RGB (Red+Green+Blue) = 67+33+11=111 (14% of max value = 765). Red value is 67 (26.56% from 255 or 60.36% from 111); Green value is 33 (13.28% from 255 or 29.73% from 111); Blue value is 11 (4.69% from 255 or 9.91% from 111); Max value from RGB is 67 - color contains mainly: red. Hex color #43210B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #43210B is #BCDEF4. Grayscale: #282828. Windows color (decimal): -12377845 or 729411. OLE color: 729411.
HSL color Cylindrical-coordinate representation of color #43210B: hue angle of 23.57º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #43210B is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 33 | 11 | - |
| CMYK | 0 | 0.51 | 0.84 | 0.74 |
| HSL | 23.57º | 0.72% | 0.15% | - |
| HSV(B) | 23.57º | 0.84% | 0.26% | - |
| XYZ | 2.92 | 2.31 | 0.61 | - |
| YUV | 40.66 | 111.26 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 33 | 11 | 0 | 0.51 | 0.84 | 0.74 | 23.57 | 0.72 | 0.15 |
| Hex | 43 | 21 | B | 0 | 33 | 54 | 4A | 18 | 48 | F |
| Octal | 103 | 41 | 13 | 0 | 63 | 124 | 112 | 30 | 110 | 17 |
| Binary | 1000011 | 100001 | 1011 | 0 | 110011 | 1010100 | 1001010 | 11000 | 1001000 | 1111 |
Color Harmonies of #43210B
Complementary color
Monochromatic Colors of #43210B
Black with #43210B
Text Example
Text Example
White with #43210B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43210B; }
p { color: rgb(67,33,11); }
H1.HeaderClassName
{
color: #43210B;
}
.AnyTagClassName
{
color: #43210B;
}
</style>
background-color css
<style>
a { background-color: #43210B; }
a { background-color: rgb(67,33,11); }
div.DivClassName
{
background-color: #43210B;
}
.BgClassName
{
background-color: #43210B;
}
</style>
border-color css
<style>
span { border-color: #43210B; }
span { border-color: rgb(67,33,11); }
td.TdClassName
{
border-color: #43210B;
}
.TagClassName
{
border-color: #43210B;
}
</style>