Shades of Brown Pod #43220E
Tints of Brown Pod #43220E
RGB
CMYK
RGB Variations
Color information
#43220E (or 0x43220E) is known color: Brown Pod. HEX triplet: 43, 22 and 0E. RGB value is (67,34,14). Sum of RGB (Red+Green+Blue) = 67+34+14=115 (15% of max value = 765). Red value is 67 (26.56% from 255 or 58.26% from 115); Green value is 34 (13.67% from 255 or 29.57% from 115); Blue value is 14 (5.86% from 255 or 12.17% from 115); Max value from RGB is 67 - color contains mainly: red. Hex color #43220E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #43220E is #BCDDF1. Grayscale: #292929. Windows color (decimal): -12377586 or 926275. OLE color: 926275.
HSL color Cylindrical-coordinate representation of color #43220E: hue angle of 22.64º degrees, saturation: 0.65, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #43220E is Cyan = 0, Magento = 0.49, Yellow = 0.79 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 34 | 14 | - |
| CMYK | 0 | 0.49 | 0.79 | 0.74 |
| HSL | 22.64º | 0.65% | 0.16% | - |
| HSV(B) | 22.64º | 0.79% | 0.26% | - |
| XYZ | 2.97 | 2.37 | 0.72 | - |
| YUV | 41.59 | 112.43 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 34 | 14 | 0 | 0.49 | 0.79 | 0.74 | 22.64 | 0.65 | 0.16 |
| Hex | 43 | 22 | E | 0 | 31 | 4F | 4A | 17 | 41 | 10 |
| Octal | 103 | 42 | 16 | 0 | 61 | 117 | 112 | 27 | 101 | 20 |
| Binary | 1000011 | 100010 | 1110 | 0 | 110001 | 1001111 | 1001010 | 10111 | 1000001 | 10000 |
Color Harmonies of #43220E
Complementary color
Monochromatic Colors of #43220E
Black with #43220E
Text Example
Text Example
White with #43220E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43220E; }
p { color: rgb(67,34,14); }
H1.HeaderClassName
{
color: #43220E;
}
.AnyTagClassName
{
color: #43220E;
}
</style>
background-color css
<style>
a { background-color: #43220E; }
a { background-color: rgb(67,34,14); }
div.DivClassName
{
background-color: #43220E;
}
.BgClassName
{
background-color: #43220E;
}
</style>
border-color css
<style>
span { border-color: #43220E; }
span { border-color: rgb(67,34,14); }
td.TdClassName
{
border-color: #43220E;
}
.TagClassName
{
border-color: #43220E;
}
</style>