Shades of Brown Pod #43220D
Tints of Brown Pod #43220D
RGB
CMYK
RGB Variations
Color information
#43220D (or 0x43220D) is known color: Brown Pod. HEX triplet: 43, 22 and 0D. RGB value is (67,34,13). Sum of RGB (Red+Green+Blue) = 67+34+13=114 (15% of max value = 765). Red value is 67 (26.56% from 255 or 58.77% from 114); Green value is 34 (13.67% from 255 or 29.82% from 114); Blue value is 13 (5.47% from 255 or 11.40% from 114); Max value from RGB is 67 - color contains mainly: red. Hex color #43220D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #43220D is #BCDDF2. Grayscale: #292929. Windows color (decimal): -12377587 or 860739. OLE color: 860739.
HSL color Cylindrical-coordinate representation of color #43220D: hue angle of 23.33º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #43220D is Cyan = 0, Magento = 0.49, Yellow = 0.81 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 34 | 13 | - |
| CMYK | 0 | 0.49 | 0.81 | 0.74 |
| HSL | 23.33º | 0.68% | 0.16% | - |
| HSV(B) | 23.33º | 0.81% | 0.26% | - |
| XYZ | 2.96 | 2.37 | 0.68 | - |
| YUV | 41.47 | 111.93 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 34 | 13 | 0 | 0.49 | 0.81 | 0.74 | 23.33 | 0.68 | 0.16 |
| Hex | 43 | 22 | D | 0 | 31 | 51 | 4A | 17 | 44 | 10 |
| Octal | 103 | 42 | 15 | 0 | 61 | 121 | 112 | 27 | 104 | 20 |
| Binary | 1000011 | 100010 | 1101 | 0 | 110001 | 1010001 | 1001010 | 10111 | 1000100 | 10000 |
Color Harmonies of #43220D
Complementary color
Monochromatic Colors of #43220D
Black with #43220D
Text Example
Text Example
White with #43220D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43220D; }
p { color: rgb(67,34,13); }
H1.HeaderClassName
{
color: #43220D;
}
.AnyTagClassName
{
color: #43220D;
}
</style>
background-color css
<style>
a { background-color: #43220D; }
a { background-color: rgb(67,34,13); }
div.DivClassName
{
background-color: #43220D;
}
.BgClassName
{
background-color: #43220D;
}
</style>
border-color css
<style>
span { border-color: #43220D; }
span { border-color: rgb(67,34,13); }
td.TdClassName
{
border-color: #43220D;
}
.TagClassName
{
border-color: #43220D;
}
</style>