Shades of Brown Pod #432205
Tints of Brown Pod #432205
RGB
CMYK
RGB Variations
Color information
#432205 (or 0x432205) is known color: Brown Pod. HEX triplet: 43, 22 and 05. RGB value is (67,34,5). Sum of RGB (Red+Green+Blue) = 67+34+5=106 (14% of max value = 765). Red value is 67 (26.56% from 255 or 63.21% from 106); Green value is 34 (13.67% from 255 or 32.08% from 106); Blue value is 5 (2.34% from 255 or 4.72% from 106); Max value from RGB is 67 - color contains mainly: red. Hex color #432205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432205 is #BCDDFA. Grayscale: #282828. Windows color (decimal): -12377595 or 336451. OLE color: 336451.
HSL color Cylindrical-coordinate representation of color #432205: hue angle of 28.06º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #432205 is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 34 | 5 | - |
| CMYK | 0 | 0.49 | 0.93 | 0.74 |
| HSL | 28.06º | 0.86% | 0.14% | - |
| HSV(B) | 28.06º | 0.93% | 0.26% | - |
| XYZ | 2.91 | 2.35 | 0.44 | - |
| YUV | 40.56 | 107.93 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 34 | 5 | 0 | 0.49 | 0.93 | 0.74 | 28.06 | 0.86 | 0.14 |
| Hex | 43 | 22 | 5 | 0 | 31 | 5D | 4A | 1C | 56 | E |
| Octal | 103 | 42 | 5 | 0 | 61 | 135 | 112 | 34 | 126 | 16 |
| Binary | 1000011 | 100010 | 101 | 0 | 110001 | 1011101 | 1001010 | 11100 | 1010110 | 1110 |
Color Harmonies of #432205
Complementary color
Monochromatic Colors of #432205
Black with #432205
Text Example
Text Example
White with #432205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432205; }
p { color: rgb(67,34,5); }
H1.HeaderClassName
{
color: #432205;
}
.AnyTagClassName
{
color: #432205;
}
</style>
background-color css
<style>
a { background-color: #432205; }
a { background-color: rgb(67,34,5); }
div.DivClassName
{
background-color: #432205;
}
.BgClassName
{
background-color: #432205;
}
</style>
border-color css
<style>
span { border-color: #432205; }
span { border-color: rgb(67,34,5); }
td.TdClassName
{
border-color: #432205;
}
.TagClassName
{
border-color: #432205;
}
</style>