Shades of Brown Pod #43200B
Tints of Brown Pod #43200B
RGB
CMYK
RGB Variations
Color information
#43200B (or 0x43200B) is known color: Brown Pod. HEX triplet: 43, 20 and 0B. RGB value is (67,32,11). Sum of RGB (Red+Green+Blue) = 67+32+11=110 (14% of max value = 765). Red value is 67 (26.56% from 255 or 60.91% from 110); Green value is 32 (12.89% from 255 or 29.09% from 110); Blue value is 11 (4.69% from 255 or 10% from 110); Max value from RGB is 67 - color contains mainly: red. Hex color #43200B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #43200B is #BCDFF4. Grayscale: #282828. Windows color (decimal): -12378101 or 729155. OLE color: 729155.
HSL color Cylindrical-coordinate representation of color #43200B: hue angle of 22.5º 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 #43200B is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 32 | 11 | - |
| CMYK | 0 | 0.52 | 0.84 | 0.74 |
| HSL | 22.5º | 0.72% | 0.15% | - |
| HSV(B) | 22.5º | 0.84% | 0.26% | - |
| XYZ | 2.89 | 2.25 | 0.6 | - |
| YUV | 40.07 | 111.6 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 32 | 11 | 0 | 0.52 | 0.84 | 0.74 | 22.5 | 0.72 | 0.15 |
| Hex | 43 | 20 | B | 0 | 34 | 54 | 4A | 16 | 48 | F |
| Octal | 103 | 40 | 13 | 0 | 64 | 124 | 112 | 26 | 110 | 17 |
| Binary | 1000011 | 100000 | 1011 | 0 | 110100 | 1010100 | 1001010 | 10110 | 1001000 | 1111 |
Color Harmonies of #43200B
Complementary color
Monochromatic Colors of #43200B
Black with #43200B
Text Example
Text Example
White with #43200B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43200B; }
p { color: rgb(67,32,11); }
H1.HeaderClassName
{
color: #43200B;
}
.AnyTagClassName
{
color: #43200B;
}
</style>
background-color css
<style>
a { background-color: #43200B; }
a { background-color: rgb(67,32,11); }
div.DivClassName
{
background-color: #43200B;
}
.BgClassName
{
background-color: #43200B;
}
</style>
border-color css
<style>
span { border-color: #43200B; }
span { border-color: rgb(67,32,11); }
td.TdClassName
{
border-color: #43200B;
}
.TagClassName
{
border-color: #43200B;
}
</style>