Shades of Brown Pod #432204
Tints of Brown Pod #432204
RGB
CMYK
RGB Variations
Color information
#432204 (or 0x432204) is known color: Brown Pod. HEX triplet: 43, 22 and 04. RGB value is (67,34,4). Sum of RGB (Red+Green+Blue) = 67+34+4=105 (13% of max value = 765). Red value is 67 (26.56% from 255 or 63.81% from 105); Green value is 34 (13.67% from 255 or 32.38% from 105); Blue value is 4 (1.95% from 255 or 3.81% from 105); Max value from RGB is 67 - color contains mainly: red. Hex color #432204 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432204 is #BCDDFB. Grayscale: #282828. Windows color (decimal): -12377596 or 270915. OLE color: 270915.
HSL color Cylindrical-coordinate representation of color #432204: hue angle of 28.57º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #432204 is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 34 | 4 | - |
| CMYK | 0 | 0.49 | 0.94 | 0.74 |
| HSL | 28.57º | 0.89% | 0.14% | - |
| HSV(B) | 28.57º | 0.94% | 0.26% | - |
| XYZ | 2.91 | 2.35 | 0.41 | - |
| YUV | 40.45 | 107.43 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 34 | 4 | 0 | 0.49 | 0.94 | 0.74 | 28.57 | 0.89 | 0.14 |
| Hex | 43 | 22 | 4 | 0 | 31 | 5E | 4A | 1D | 59 | E |
| Octal | 103 | 42 | 4 | 0 | 61 | 136 | 112 | 35 | 131 | 16 |
| Binary | 1000011 | 100010 | 100 | 0 | 110001 | 1011110 | 1001010 | 11101 | 1011001 | 1110 |
Color Harmonies of #432204
Complementary color
Monochromatic Colors of #432204
Black with #432204
Text Example
Text Example
White with #432204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432204; }
p { color: rgb(67,34,4); }
H1.HeaderClassName
{
color: #432204;
}
.AnyTagClassName
{
color: #432204;
}
</style>
background-color css
<style>
a { background-color: #432204; }
a { background-color: rgb(67,34,4); }
div.DivClassName
{
background-color: #432204;
}
.BgClassName
{
background-color: #432204;
}
</style>
border-color css
<style>
span { border-color: #432204; }
span { border-color: rgb(67,34,4); }
td.TdClassName
{
border-color: #432204;
}
.TagClassName
{
border-color: #432204;
}
</style>