Shades of Brown Pod #431402
Tints of Brown Pod #431402
RGB
CMYK
RGB Variations
Color information
#431402 (or 0x431402) is known color: Brown Pod. HEX triplet: 43, 14 and 02. RGB value is (67,20,2). Sum of RGB (Red+Green+Blue) = 67+20+2=89 (11% of max value = 765). Red value is 67 (26.56% from 255 or 75.28% from 89); Green value is 20 (8.20% from 255 or 22.47% from 89); Blue value is 2 (1.17% from 255 or 2.25% from 89); Max value from RGB is 67 - color contains mainly: red. Hex color #431402 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431402 is #BCEBFD. Grayscale: #202020. Windows color (decimal): -12381182 or 136259. OLE color: 136259.
HSL color Cylindrical-coordinate representation of color #431402: hue angle of 16.62º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #431402 is Cyan = 0, Magento = 0.70, Yellow = 0.97 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 20 | 2 | - |
| CMYK | 0 | 0.70 | 0.97 | 0.74 |
| HSL | 16.62º | 0.94% | 0.14% | - |
| HSV(B) | 16.62º | 0.97% | 0.26% | - |
| XYZ | 2.58 | 1.7 | 0.25 | - |
| YUV | 32 | 111.07 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 20 | 2 | 0 | 0.70 | 0.97 | 0.74 | 16.62 | 0.94 | 0.14 |
| Hex | 43 | 14 | 2 | 0 | 46 | 61 | 4A | 11 | 5E | E |
| Octal | 103 | 24 | 2 | 0 | 106 | 141 | 112 | 21 | 136 | 16 |
| Binary | 1000011 | 10100 | 10 | 0 | 1000110 | 1100001 | 1001010 | 10001 | 1011110 | 1110 |
Color Harmonies of #431402
Complementary color
Monochromatic Colors of #431402
Black with #431402
Text Example
Text Example
White with #431402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431402; }
p { color: rgb(67,20,2); }
H1.HeaderClassName
{
color: #431402;
}
.AnyTagClassName
{
color: #431402;
}
</style>
background-color css
<style>
a { background-color: #431402; }
a { background-color: rgb(67,20,2); }
div.DivClassName
{
background-color: #431402;
}
.BgClassName
{
background-color: #431402;
}
</style>
border-color css
<style>
span { border-color: #431402; }
span { border-color: rgb(67,20,2); }
td.TdClassName
{
border-color: #431402;
}
.TagClassName
{
border-color: #431402;
}
</style>