Shades of Brown Pod #43221E
Tints of Brown Pod #43221E
RGB
CMYK
RGB Variations
Color information
#43221E (or 0x43221E) is known color: Brown Pod. HEX triplet: 43, 22 and 1E. RGB value is (67,34,30). Sum of RGB (Red+Green+Blue) = 67+34+30=131 (17% of max value = 765). Red value is 67 (26.56% from 255 or 51.15% from 131); Green value is 34 (13.67% from 255 or 25.95% from 131); Blue value is 30 (12.11% from 255 or 22.90% from 131); Max value from RGB is 67 - color contains mainly: red. Hex color #43221E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43221E is #BCDDE1. Grayscale: #2B2B2B. Windows color (decimal): -12377570 or 1974851. OLE color: 1974851.
HSL color Cylindrical-coordinate representation of color #43221E: hue angle of 6.49º degrees, saturation: 0.38, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #43221E is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 34 | 30 | - |
| CMYK | 0 | 0.49 | 0.55 | 0.74 |
| HSL | 6.49º | 0.38% | 0.19% | - |
| HSV(B) | 6.49º | 0.55% | 0.26% | - |
| XYZ | 3.12 | 2.43 | 1.53 | - |
| YUV | 43.41 | 120.43 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 34 | 30 | 0 | 0.49 | 0.55 | 0.74 | 6.49 | 0.38 | 0.19 |
| Hex | 43 | 22 | 1E | 0 | 31 | 37 | 4A | 6 | 26 | 13 |
| Octal | 103 | 42 | 36 | 0 | 61 | 67 | 112 | 6 | 46 | 23 |
| Binary | 1000011 | 100010 | 11110 | 0 | 110001 | 110111 | 1001010 | 110 | 100110 | 10011 |
Color Harmonies of #43221E
Complementary color
Monochromatic Colors of #43221E
Black with #43221E
Text Example
Text Example
White with #43221E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43221E; }
p { color: rgb(67,34,30); }
H1.HeaderClassName
{
color: #43221E;
}
.AnyTagClassName
{
color: #43221E;
}
</style>
background-color css
<style>
a { background-color: #43221E; }
a { background-color: rgb(67,34,30); }
div.DivClassName
{
background-color: #43221E;
}
.BgClassName
{
background-color: #43221E;
}
</style>
border-color css
<style>
span { border-color: #43221E; }
span { border-color: rgb(67,34,30); }
td.TdClassName
{
border-color: #43221E;
}
.TagClassName
{
border-color: #43221E;
}
</style>