Shades of Brown Pod #431602
Tints of Brown Pod #431602
RGB
CMYK
RGB Variations
Color information
#431602 (or 0x431602) is known color: Brown Pod. HEX triplet: 43, 16 and 02. RGB value is (67,22,2). Sum of RGB (Red+Green+Blue) = 67+22+2=91 (12% of max value = 765). Red value is 67 (26.56% from 255 or 73.63% from 91); Green value is 22 (8.98% from 255 or 24.18% from 91); Blue value is 2 (1.17% from 255 or 2.20% from 91); Max value from RGB is 67 - color contains mainly: red. Hex color #431602 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431602 is #BCE9FD. Grayscale: #212121. Windows color (decimal): -12380670 or 136771. OLE color: 136771.
HSL color Cylindrical-coordinate representation of color #431602: hue angle of 18.46º 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 #431602 is Cyan = 0, Magento = 0.67, Yellow = 0.97 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 22 | 2 | - |
| CMYK | 0 | 0.67 | 0.97 | 0.74 |
| HSL | 18.46º | 0.94% | 0.14% | - |
| HSV(B) | 18.46º | 0.97% | 0.26% | - |
| XYZ | 2.61 | 1.77 | 0.26 | - |
| YUV | 33.18 | 110.41 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 22 | 2 | 0 | 0.67 | 0.97 | 0.74 | 18.46 | 0.94 | 0.14 |
| Hex | 43 | 16 | 2 | 0 | 43 | 61 | 4A | 12 | 5E | E |
| Octal | 103 | 26 | 2 | 0 | 103 | 141 | 112 | 22 | 136 | 16 |
| Binary | 1000011 | 10110 | 10 | 0 | 1000011 | 1100001 | 1001010 | 10010 | 1011110 | 1110 |
Color Harmonies of #431602
Complementary color
Monochromatic Colors of #431602
Black with #431602
Text Example
Text Example
White with #431602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431602; }
p { color: rgb(67,22,2); }
H1.HeaderClassName
{
color: #431602;
}
.AnyTagClassName
{
color: #431602;
}
</style>
background-color css
<style>
a { background-color: #431602; }
a { background-color: rgb(67,22,2); }
div.DivClassName
{
background-color: #431602;
}
.BgClassName
{
background-color: #431602;
}
</style>
border-color css
<style>
span { border-color: #431602; }
span { border-color: rgb(67,22,2); }
td.TdClassName
{
border-color: #431602;
}
.TagClassName
{
border-color: #431602;
}
</style>