Shades of Brown Pod #431707
Tints of Brown Pod #431707
RGB
CMYK
RGB Variations
Color information
#431707 (or 0x431707) is known color: Brown Pod. HEX triplet: 43, 17 and 07. RGB value is (67,23,7). Sum of RGB (Red+Green+Blue) = 67+23+7=97 (12% of max value = 765). Red value is 67 (26.56% from 255 or 69.07% from 97); Green value is 23 (9.38% from 255 or 23.71% from 97); Blue value is 7 (3.12% from 255 or 7.22% from 97); Max value from RGB is 67 - color contains mainly: red. Hex color #431707 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431707 is #BCE8F8. Grayscale: #222222. Windows color (decimal): -12380409 or 464707. OLE color: 464707.
HSL color Cylindrical-coordinate representation of color #431707: hue angle of 16º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #431707 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 23 | 7 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.74 |
| HSL | 16º | 0.81% | 0.15% | - |
| HSV(B) | 16º | 0.9% | 0.26% | - |
| XYZ | 2.66 | 1.82 | 0.41 | - |
| YUV | 34.33 | 112.58 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 23 | 7 | 0 | 0.66 | 0.90 | 0.74 | 16 | 0.81 | 0.15 |
| Hex | 43 | 17 | 7 | 0 | 42 | 5A | 4A | 10 | 51 | F |
| Octal | 103 | 27 | 7 | 0 | 102 | 132 | 112 | 20 | 121 | 17 |
| Binary | 1000011 | 10111 | 111 | 0 | 1000010 | 1011010 | 1001010 | 10000 | 1010001 | 1111 |
Color Harmonies of #431707
Complementary color
Monochromatic Colors of #431707
Black with #431707
Text Example
Text Example
White with #431707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431707; }
p { color: rgb(67,23,7); }
H1.HeaderClassName
{
color: #431707;
}
.AnyTagClassName
{
color: #431707;
}
</style>
background-color css
<style>
a { background-color: #431707; }
a { background-color: rgb(67,23,7); }
div.DivClassName
{
background-color: #431707;
}
.BgClassName
{
background-color: #431707;
}
</style>
border-color css
<style>
span { border-color: #431707; }
span { border-color: rgb(67,23,7); }
td.TdClassName
{
border-color: #431707;
}
.TagClassName
{
border-color: #431707;
}
</style>