Shades of Brown Pod #432108
Tints of Brown Pod #432108
RGB
CMYK
RGB Variations
Color information
#432108 (or 0x432108) is known color: Brown Pod. HEX triplet: 43, 21 and 08. RGB value is (67,33,8). Sum of RGB (Red+Green+Blue) = 67+33+8=108 (14% of max value = 765). Red value is 67 (26.56% from 255 or 62.04% from 108); Green value is 33 (13.28% from 255 or 30.56% from 108); Blue value is 8 (3.52% from 255 or 7.41% from 108); Max value from RGB is 67 - color contains mainly: red. Hex color #432108 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432108 is #BCDEF7. Grayscale: #282828. Windows color (decimal): -12377848 or 532803. OLE color: 532803.
HSL color Cylindrical-coordinate representation of color #432108: hue angle of 25.42º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #432108 is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 33 | 8 | - |
| CMYK | 0 | 0.51 | 0.88 | 0.74 |
| HSL | 25.42º | 0.79% | 0.15% | - |
| HSV(B) | 25.42º | 0.88% | 0.26% | - |
| XYZ | 2.9 | 2.3 | 0.52 | - |
| YUV | 40.32 | 109.76 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 33 | 8 | 0 | 0.51 | 0.88 | 0.74 | 25.42 | 0.79 | 0.15 |
| Hex | 43 | 21 | 8 | 0 | 33 | 58 | 4A | 19 | 4F | F |
| Octal | 103 | 41 | 10 | 0 | 63 | 130 | 112 | 31 | 117 | 17 |
| Binary | 1000011 | 100001 | 1000 | 0 | 110011 | 1011000 | 1001010 | 11001 | 1001111 | 1111 |
Color Harmonies of #432108
Complementary color
Monochromatic Colors of #432108
Black with #432108
Text Example
Text Example
White with #432108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432108; }
p { color: rgb(67,33,8); }
H1.HeaderClassName
{
color: #432108;
}
.AnyTagClassName
{
color: #432108;
}
</style>
background-color css
<style>
a { background-color: #432108; }
a { background-color: rgb(67,33,8); }
div.DivClassName
{
background-color: #432108;
}
.BgClassName
{
background-color: #432108;
}
</style>
border-color css
<style>
span { border-color: #432108; }
span { border-color: rgb(67,33,8); }
td.TdClassName
{
border-color: #432108;
}
.TagClassName
{
border-color: #432108;
}
</style>