Shades of Brown Pod #432001
Tints of Brown Pod #432001
RGB
CMYK
RGB Variations
Color information
#432001 (or 0x432001) is known color: Brown Pod. HEX triplet: 43, 20 and 01. RGB value is (67,32,1). Sum of RGB (Red+Green+Blue) = 67+32+1=100 (13% of max value = 765). Red value is 67 (26.56% from 255 or 67% from 100); Green value is 32 (12.89% from 255 or 32% from 100); Blue value is 1 (0.78% from 255 or 1% from 100); Max value from RGB is 67 - color contains mainly: red. Hex color #432001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432001 is #BCDFFE. Grayscale: #272727. Windows color (decimal): -12378111 or 73795. OLE color: 73795.
HSL color Cylindrical-coordinate representation of color #432001: hue angle of 28.18º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #432001 is Cyan = 0, Magento = 0.52, Yellow = 0.99 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 32 | 1 | - |
| CMYK | 0 | 0.52 | 0.99 | 0.74 |
| HSL | 28.18º | 0.97% | 0.13% | - |
| HSV(B) | 28.18º | 0.99% | 0.26% | - |
| XYZ | 2.84 | 2.23 | 0.31 | - |
| YUV | 38.93 | 106.6 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 32 | 1 | 0 | 0.52 | 0.99 | 0.74 | 28.18 | 0.97 | 0.13 |
| Hex | 43 | 20 | 1 | 0 | 34 | 63 | 4A | 1C | 61 | D |
| Octal | 103 | 40 | 1 | 0 | 64 | 143 | 112 | 34 | 141 | 15 |
| Binary | 1000011 | 100000 | 1 | 0 | 110100 | 1100011 | 1001010 | 11100 | 1100001 | 1101 |
Color Harmonies of #432001
Complementary color
Monochromatic Colors of #432001
Black with #432001
Text Example
Text Example
White with #432001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432001; }
p { color: rgb(67,32,1); }
H1.HeaderClassName
{
color: #432001;
}
.AnyTagClassName
{
color: #432001;
}
</style>
background-color css
<style>
a { background-color: #432001; }
a { background-color: rgb(67,32,1); }
div.DivClassName
{
background-color: #432001;
}
.BgClassName
{
background-color: #432001;
}
</style>
border-color css
<style>
span { border-color: #432001; }
span { border-color: rgb(67,32,1); }
td.TdClassName
{
border-color: #432001;
}
.TagClassName
{
border-color: #432001;
}
</style>