Shades of Brown Pod #43220F
Tints of Brown Pod #43220F
RGB
CMYK
RGB Variations
Color information
#43220F (or 0x43220F) is known color: Brown Pod. HEX triplet: 43, 22 and 0F. RGB value is (67,34,15). Sum of RGB (Red+Green+Blue) = 67+34+15=116 (15% of max value = 765). Red value is 67 (26.56% from 255 or 57.76% from 116); Green value is 34 (13.67% from 255 or 29.31% from 116); Blue value is 15 (6.25% from 255 or 12.93% from 116); Max value from RGB is 67 - color contains mainly: red. Hex color #43220F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #43220F is #BCDDF0. Grayscale: #292929. Windows color (decimal): -12377585 or 991811. OLE color: 991811.
HSL color Cylindrical-coordinate representation of color #43220F: hue angle of 21.92º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #43220F is Cyan = 0, Magento = 0.49, Yellow = 0.78 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 34 | 15 | - |
| CMYK | 0 | 0.49 | 0.78 | 0.74 |
| HSL | 21.92º | 0.63% | 0.16% | - |
| HSV(B) | 21.92º | 0.78% | 0.26% | - |
| XYZ | 2.97 | 2.37 | 0.75 | - |
| YUV | 41.7 | 112.93 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 34 | 15 | 0 | 0.49 | 0.78 | 0.74 | 21.92 | 0.63 | 0.16 |
| Hex | 43 | 22 | F | 0 | 31 | 4E | 4A | 16 | 3F | 10 |
| Octal | 103 | 42 | 17 | 0 | 61 | 116 | 112 | 26 | 77 | 20 |
| Binary | 1000011 | 100010 | 1111 | 0 | 110001 | 1001110 | 1001010 | 10110 | 111111 | 10000 |
Color Harmonies of #43220F
Complementary color
Monochromatic Colors of #43220F
Black with #43220F
Text Example
Text Example
White with #43220F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43220F; }
p { color: rgb(67,34,15); }
H1.HeaderClassName
{
color: #43220F;
}
.AnyTagClassName
{
color: #43220F;
}
</style>
background-color css
<style>
a { background-color: #43220F; }
a { background-color: rgb(67,34,15); }
div.DivClassName
{
background-color: #43220F;
}
.BgClassName
{
background-color: #43220F;
}
</style>
border-color css
<style>
span { border-color: #43220F; }
span { border-color: rgb(67,34,15); }
td.TdClassName
{
border-color: #43220F;
}
.TagClassName
{
border-color: #43220F;
}
</style>