Shades of Brown Pod #432823
Tints of Brown Pod #432823
RGB
CMYK
RGB Variations
Color information
#432823 (or 0x432823) is known color: Brown Pod. HEX triplet: 43, 28 and 23. RGB value is (67,40,35). Sum of RGB (Red+Green+Blue) = 67+40+35=142 (18% of max value = 765). Red value is 67 (26.56% from 255 or 47.18% from 142); Green value is 40 (16.02% from 255 or 28.17% from 142); Blue value is 35 (14.06% from 255 or 24.65% from 142); Max value from RGB is 67 - color contains mainly: red. Hex color #432823 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432823 is #BCD7DC. Grayscale: #2F2F2F. Windows color (decimal): -12376029 or 2304067. OLE color: 2304067.
HSL color Cylindrical-coordinate representation of color #432823: hue angle of 9.38º degrees, saturation: 0.31, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #432823 is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 40 | 35 | - |
| CMYK | 0 | 0.40 | 0.48 | 0.74 |
| HSL | 9.38º | 0.31% | 0.2% | - |
| HSV(B) | 9.38º | 0.48% | 0.26% | - |
| XYZ | 3.38 | 2.83 | 1.96 | - |
| YUV | 47.5 | 120.95 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 40 | 35 | 0 | 0.40 | 0.48 | 0.74 | 9.38 | 0.31 | 0.2 |
| Hex | 43 | 28 | 23 | 0 | 28 | 30 | 4A | 9 | 1F | 14 |
| Octal | 103 | 50 | 43 | 0 | 50 | 60 | 112 | 11 | 37 | 24 |
| Binary | 1000011 | 101000 | 100011 | 0 | 101000 | 110000 | 1001010 | 1001 | 11111 | 10100 |
Color Harmonies of #432823
Complementary color
Monochromatic Colors of #432823
Black with #432823
Text Example
Text Example
White with #432823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432823; }
p { color: rgb(67,40,35); }
H1.HeaderClassName
{
color: #432823;
}
.AnyTagClassName
{
color: #432823;
}
</style>
background-color css
<style>
a { background-color: #432823; }
a { background-color: rgb(67,40,35); }
div.DivClassName
{
background-color: #432823;
}
.BgClassName
{
background-color: #432823;
}
</style>
border-color css
<style>
span { border-color: #432823; }
span { border-color: rgb(67,40,35); }
td.TdClassName
{
border-color: #432823;
}
.TagClassName
{
border-color: #432823;
}
</style>