Shades of Brown Pod #43221C
Tints of Brown Pod #43221C
RGB
CMYK
RGB Variations
Color information
#43221C (or 0x43221C) is known color: Brown Pod. HEX triplet: 43, 22 and 1C. RGB value is (67,34,28). Sum of RGB (Red+Green+Blue) = 67+34+28=129 (17% of max value = 765). Red value is 67 (26.56% from 255 or 51.94% from 129); Green value is 34 (13.67% from 255 or 26.36% from 129); Blue value is 28 (11.33% from 255 or 21.71% from 129); Max value from RGB is 67 - color contains mainly: red. Hex color #43221C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43221C is #BCDDE3. Grayscale: #2B2B2B. Windows color (decimal): -12377572 or 1843779. OLE color: 1843779.
HSL color Cylindrical-coordinate representation of color #43221C: hue angle of 9.23º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #43221C is Cyan = 0, Magento = 0.49, Yellow = 0.58 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 34 | 28 | - |
| CMYK | 0 | 0.49 | 0.58 | 0.74 |
| HSL | 9.23º | 0.41% | 0.19% | - |
| HSV(B) | 9.23º | 0.58% | 0.26% | - |
| XYZ | 3.1 | 2.42 | 1.4 | - |
| YUV | 43.18 | 119.43 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 34 | 28 | 0 | 0.49 | 0.58 | 0.74 | 9.23 | 0.41 | 0.19 |
| Hex | 43 | 22 | 1C | 0 | 31 | 3A | 4A | 9 | 29 | 13 |
| Octal | 103 | 42 | 34 | 0 | 61 | 72 | 112 | 11 | 51 | 23 |
| Binary | 1000011 | 100010 | 11100 | 0 | 110001 | 111010 | 1001010 | 1001 | 101001 | 10011 |
Color Harmonies of #43221C
Complementary color
Monochromatic Colors of #43221C
Black with #43221C
Text Example
Text Example
White with #43221C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43221C; }
p { color: rgb(67,34,28); }
H1.HeaderClassName
{
color: #43221C;
}
.AnyTagClassName
{
color: #43221C;
}
</style>
background-color css
<style>
a { background-color: #43221C; }
a { background-color: rgb(67,34,28); }
div.DivClassName
{
background-color: #43221C;
}
.BgClassName
{
background-color: #43221C;
}
</style>
border-color css
<style>
span { border-color: #43221C; }
span { border-color: rgb(67,34,28); }
td.TdClassName
{
border-color: #43221C;
}
.TagClassName
{
border-color: #43221C;
}
</style>